Attach a new document to a case after a document failed to process
PUT {{baseUrl}}/cases/:case_id/documents
Senders and receivers use this endpoint to attach a new document to an existing case when the previous document failed to process. Document processing status can be retrieved from the GET /cases/documents/attributes
endpoint.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status
ENDPOINTS