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.
Request Body
{"documentUploadedId"=>"e59c3a2a9f4311ee8855eeee0afc63f1", "rebuttalParty"=>"SENDER", "documentMemo"=>"Cardholder letter."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |