enterprise-api

listings_invalid-type-for-category

Invalid Type for Category

Type
https://problems.atlas.propertyfinder.com/listings-invalid-type-for-category/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The listing type, offering type, or finishing type is not valid for the specified category.

What to do

Choose a type, offering type, and finishing type valid for the category.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-invalid-type-for-category/",
  "title": "Invalid Type for Category",
  "status": 422,
  "code": "listings_invalid-type-for-category",
  "detail": "The listing type, offering type, or finishing type is not valid for the specified category."
}

Back to error catalog