post
https://{environment}.origamirisk.com/OrigamiApi/api/Files/Upload//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
This endpoint uploads a linked file that becomes associated with a specific parent record (as defined by the {domain} and {id} values).
For example, if I want to upload a file for Policy 12345, then the route will be: /Files/Upload/Policy/12345
If you want to upload a file to Claim 76543 then the route will be:
/Files/Upload/Claim/76543
Content Type Requirements
Requests to this endpoint must use the multipart/form-data content type. The file itself is submitted as one part of the form-data payload.
Form-Data Attributes
For example purposes, this reference only shows the following fields:
- FileName
- Description
You are not limited to these fields. Any attribute defined in the Files domain may be supplied.
See the, Files Data Dictionary for a full description of all fields.