enterprise-api

listings_price-invalid

Invalid Price

Type
https://problems.atlas.propertyfinder.com/listings-price-invalid/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The price details are invalid or incomplete for this listing type.

What to do

Provide complete, valid price details for this listing type.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-price-invalid/",
  "title": "Invalid Price",
  "status": 422,
  "code": "listings_price-invalid",
  "detail": "The price details are invalid or incomplete for this listing type."
}

Back to error catalog