Add a new document to a claim

Document upload is only available when claim status is "CLAIMNEEDSUSERACTION".

Use form-data to set Key values "documentType" and "document". The document must be provided as a binary file object and not a URL, only one document at a time is supported.

Document upload only supports .jpg, .jpeg, png, and .pdf filetypes. File requirements are case sensitive.

Webhook Payload: /need-user-action-callback

Endpoint Guide:

  1. A claims callback is sent to your endpoint that was given when submitting a claim with the status "CLAIMNEEDSUSERACTION"
  2. Submit document(s) using this endpoint.
  3. When all files are submitted, notify Odie claims department that all documents are submitted and ready for review by calling the "review-documents" endpoint.
Path Params
string
required

The claim to which you want to add a document

Body Params
document
object
required

The file to upload. The file to upload. Document upload only supports .jpg, .jpeg, .png, and .pdf filetypes. File requirements are case sensitive.

string
enum
required

The Document type of the uploaded file

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*