ScalepointDeveloper Portal

New Responsibilities Assigned

Integration point URL

  • URL: <SPCIntegrationAPIUrl>/Claim/NewResponsibilities
  • HTTP METHOD: PUT
  • URL Example: https://servicepartnercompany.com/ecbintegration/Claim/NewResponsibilities

Request structure

  • Schema: NewResponsibilitiesAssignedRequest.schema.json
  • Example: NewResponsibilitiesAssignedRequest.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
claim*Claim object
assignmentDataAssignmentData object
newResponsibilities*Collection of Responsibility objects

Claim object

PropertyDescription
id*Claim unique identifier in ECB
number*Claim number
url*URL to Claim Details in ECB
policy*Policy object
damageAddress*Address object
damageDetails*Damage Details object
policyHolder*Claim Contact object representing policy holder
otherContactsCollection of other Claim Contact objects

Policy object

PropertyDescription
insuranceCompany*Insurance Company object
policyNumber*Claim policy number
sector*Claim sector identifier
Supported values: Private, Commercial, Agriculture, ChangeOfOwnership, Government, HolidayHome, ContentCommercial, ContentPrivate, Enterprise, Other

Address object

PropertyDescription
streetStreet line #1
street2Street line #2
postalCodePostal code
cityCity
geoCoordinateGeoCoordinate object

Damage Details object

PropertyDescription
damageDate*Damage date. Should be in ISO 8601 format without time zone
damageCategory*Damage category identifier.
Supported values can vary depending on IC.
damageCause*Damage cause identifier.
Supported values can vary depending on IC.
descriptionDamage description by claimant
damageCategoryNativeLanguageDamage category identifier in the native language.
Supported values can vary depending on IC
damageCauseNativeLanguageDamage cause identifier in the native language.
Supported values can vary depending on IC

Insurance Company object

PropertyDescription
alias*Insurance company alias in ECB application
subcompanyAlias*Sub-company alias in ECB application
subcompanyName*Sub-company name

Claim Contact object

PropertyDescription
name*Contact name
address*Address object
EmailContact email
telephone*Contact phone
CellphoneContact mobile phone
commercialTaxIdCVR-number if applicable

Responsibility object

PropertyDescription
type*Responsibility identifier
Supported values: “Inspection”, “Repair”, “DamageService”
isAcuteFlag which specifies if damage stop request is acute
mergedDamageNotificationDamage Notification Reference object

Damage Notification Reference object

PropertyDescription
id*Damage Notification unique identifier in ECB
referenceNumberClaim reference number in SPC internal system.

Assignment Data object

PropertyDescription
servicePartnerServicePartner object
servicesCollection of Service objects
assignmentNoteAssignment note (comment)

ServicePartner object

PropertyDescription
nameCompany name
addressCompany business Address object
commercialTaxIdCVR-number
icNumberInternal IC-number
locationAddressNearest company Address object
distanceDistance between location address and damage address
professionCollection of merged professions separated by coma f.e. “Plumber, Sewer, Carpenter, Electrician, Glazier, Bricklayer”

Service object

PropertyDescription
serviceIdService unique identifier in ECB
serviceType
orderNumberIdentifier of the order, used by Service Partners to invoice
nameService name

GeoCoordinate object

PropertyDescription
latitudeLatitude
longitudeLongitude

Response structure

  • Schema: NewResponsibilitiesAssignedResponse.schema.json
  • Example: NewResponsibilitiesAssignedResponse.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
claim.referenceNumber*Claim reference number in SPC internal system

Last updated on

On this page