post https://app.ondorse.co/api/documents
To upload a document to a case:
- upload the document as a File using the endpoint
POST api/files
and keep the file'sid
returned by the response - use the endpoint
POST api/documents
to attach the file to the intended entity in Ondorsefile_id
is the file'sid
- attached to:
- use
application_id
to attach it the case directly - use
person_id
to attach it to a related person of the case andbusiness_id
to a related business
- use