ScalepointDeveloper Portal

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

PropertyDescription
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

PropertyDescription
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

PropertyDescription
success*Boolean flag representing if request is processed successfully
errorDescriptionDescription of errors, if any
payloadPayload object with integration endpoint specific data

Payload object

PropertyDescription
contentFile content encoded in Base64 format.

Last updated on

On this page