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/filesand keep the file'sidreturned by the response - use the endpoint
POST api/documentsto attach the file to the intended entity in Ondorsefile_idis the file'sid- attached to:
- use
application_idto attach it the case directly - use
person_idto attach it to a related person of the case andbusiness_idto a related business
- use