Get File Content
Integration point URL
- URL:
<ECBIntegrationAPIUrl>/FileContent/Download - HTTP METHOD:
POST - URL Example:
https://sandbox.scalepoint.com/ecx/host/api/integration/v1/FileContent/Download
Request structure
- Schema:
GetFileContentRequest.schema.json - Example:
GetFileContentRequest.example.json
Root object
| Property | Description |
|---|---|
securityToken* | Pre-shared secret string key that is used to authenticate SPC and ECB to each other |
timestamp* | Message generation UTC date/time. Should be in ISO 8601 format without time zone. Note: Can be used to restore messages original order (per claim) – due to network/server errors it’s not guaranteed that messages will arrive in the order they were generated |
payload* | Payload object with integration endpoint specific data |
Payload object
| Property | Description |
|---|---|
id* | File unique identifier in ECB |
responsibleUserLogin* | User login of SPC employee that is responsible for invoice. Also used to identify specific service partner company in SPC organization Note: List of all users in SPC organization can be obtained using Damage Notification integration points. Those point are described in a separate specification, please contact Scalepoint to obtain it |
insuranceCompanyAlias* | Insurance company alias in ECB application |
Response structure
- Schema:
GetFileContentResponse.schema.json - Example:
GetFileContentResponse.example.json
Root object
| Property | Description |
|---|---|
success* | Boolean flag representing if request is processed successfully |
errorDescription | Description of errors, if any |
payload | Payload object with integration endpoint specific data |
Payload object
| Property | Description |
|---|---|
content | File content encoded in Base64 format. |
Last updated on