enterprise-api

compliance_client-license-mismatch

Client License Mismatch

Type
https://problems.atlas.propertyfinder.com/compliance-client-license-mismatch/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The license number does not match the license on file for the client.

What to do

Ensure that you are using your own license number that is on file with Property Finder.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/compliance-client-license-mismatch/",
  "title": "Client License Mismatch",
  "status": 422,
  "code": "compliance_client-license-mismatch",
  "detail": "The license number does not match the license on file for the client."
}

Back to error catalog