enterprise-api

compliance_invalid-permit

Invalid Permit

Type
https://problems.atlas.propertyfinder.com/compliance-invalid-permit/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The permit could not be validated.

What to do

Verify the permitNumber and permitType are correct, then resubmit.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/compliance-invalid-permit/",
  "title": "Invalid Permit",
  "status": 422,
  "code": "compliance_invalid-permit",
  "detail": "The permit could not be validated."
}

Back to error catalog