post
https://{environment}.origamirisk.com/OrigamiApi/api/Files/UploadExternal//
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Overview
This endpoint uploads an externally sourced 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
Required Attributes
The ExternalDirectURL property must be provided and set to a URL that points to the externally stored file.
For example purposes, this reference shows the following fields in the sample Payload:
- ExternalDirectURL
- 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.