| Field | Value |
|---|---|
| Type URI | https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/unprocessable-entity |
| Title | Unprocessable Entity |
| Recommended Status | 422 Unprocessable Entity |
- The request body is syntactically correct but contains semantic errors
- A business rule or domain constraint was violated
- The request contains values that are individually valid but logically inconsistent
{
"type": "https://docs.ingrid.com/developer-resources/ingrid-api/errors/common/unprocessable-entity",
"title": "Unprocessable Entity",
"status": 422,
"detail": "The request could not be processed due to semantic errors.",
"instance": "urn:ingrid:request:9b056bec-432e-43ea-afbf-c2b886aeaa47"
}