enterprise-api

verification_submission-already-exists

Submission Already Exists

Type
https://problems.atlas.propertyfinder.com/verification-submission-already-exists/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
A submission already exists for this listing.

What to do

Resubmit the existing submission instead of creating a new one.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/verification-submission-already-exists/",
  "title": "Submission Already Exists",
  "status": 422,
  "code": "verification_submission-already-exists",
  "detail": "A submission already exists for this listing."
}

Back to error catalog