enterprise-api

listings_duplicate-reference

Duplicate Reference

Type
https://problems.atlas.propertyfinder.com/listings-duplicate-reference/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
A listing with this reference already exists for your client account.

What to do

Use a unique reference, or update the existing listing instead.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/listings-duplicate-reference/",
  "title": "Duplicate Reference",
  "status": 422,
  "code": "listings_duplicate-reference",
  "detail": "A listing with this reference already exists for your client account."
}

Back to error catalog