ScalepointDeveloper Portal

Submit Damage Service Report Draft

Integration point URL

  • URL: <ECBIntegrationAPIUrl>/DamageServiceReport/Draft
  • HTTP METHOD: POST
  • URL Example: https://sandbox.scalepoint.com/ecx/host/api/integration/v1/DamageServiceReport/Draft

Request structure

Uses the same schemas as Submit Damage Service Report.

  • Schema: SubmitDamageServiceReportRequest.schema.json
  • Example: SubmitDamageServiceReportRequest.example.json

Response structure

Uses the same schema as Submit Damage Service Report.

  • Schema: SubmitDamageServiceReportDraftResponse.schema.json
  • Example: SubmitDamageServiceReportDraftResponse.example.json

Duplicate requests handling

If ECB claim with ID payload.claim.id already contains damage service report draft with reference number equal to payload.report.referenceNumber then existing draft will be overwritten with data from new request.

If no damage service report draft with given reference number exists on a claim then new with data from request will be created.

Last updated on

On this page