enterprise-api

listings_required-field-missing

Required Field Missing

Type
https://problems.atlas.propertyfinder.com/listings-required-field-missing/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
A field required for this listing is missing. See the errors array for details.

What to do

Supply the missing fields listed in the errors array.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-required-field-missing/",
  "title": "Required Field Missing",
  "status": 422,
  "code": "listings_required-field-missing",
  "detail": "A field required for this listing is missing. See the errors array for details."
}

Back to error catalog