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
| 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 |
|---|---|
claim* | Claim object |
assignmentData | AssignmentData object |
newResponsibilities* | Collection of Responsibility objects |
Claim object
| Property | Description |
|---|---|
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 |
otherContacts | Collection of other Claim Contact objects |
Policy object
| Property | Description |
|---|---|
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
| Property | Description |
|---|---|
street | Street line #1 |
street2 | Street line #2 |
postalCode | Postal code |
city | City |
geoCoordinate | GeoCoordinate object |
Damage Details object
| Property | Description |
|---|---|
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. |
description | Damage description by claimant |
damageCategoryNativeLanguage | Damage category identifier in the native language. Supported values can vary depending on IC |
damageCauseNativeLanguage | Damage cause identifier in the native language. Supported values can vary depending on IC |
Insurance Company object
| Property | Description |
|---|---|
alias* | Insurance company alias in ECB application |
subcompanyAlias* | Sub-company alias in ECB application |
subcompanyName* | Sub-company name |
Claim Contact object
| Property | Description |
|---|---|
name* | Contact name |
address* | Address object |
Email | Contact email |
telephone* | Contact phone |
Cellphone | Contact mobile phone |
commercialTaxId | CVR-number if applicable |
Responsibility object
| Property | Description |
|---|---|
type* | Responsibility identifier Supported values: “Inspection”, “Repair”, “DamageService” |
isAcute | Flag which specifies if damage stop request is acute |
mergedDamageNotification | Damage Notification Reference object |
Damage Notification Reference object
| Property | Description |
|---|---|
id* | Damage Notification unique identifier in ECB |
referenceNumber | Claim reference number in SPC internal system. |
Assignment Data object
| Property | Description |
|---|---|
servicePartner | ServicePartner object |
services | Collection of Service objects |
assignmentNote | Assignment note (comment) |
ServicePartner object
| Property | Description |
|---|---|
name | Company name |
address | Company business Address object |
commercialTaxId | CVR-number |
icNumber | Internal IC-number |
locationAddress | Nearest company Address object |
distance | Distance between location address and damage address |
profession | Collection of merged professions separated by coma f.e. “Plumber, Sewer, Carpenter, Electrician, Glazier, Bricklayer” |
Service object
| Property | Description |
|---|---|
serviceId | Service unique identifier in ECB |
serviceType | |
orderNumber | Identifier of the order, used by Service Partners to invoice |
name | Service name |
GeoCoordinate object
| Property | Description |
|---|---|
latitude | Latitude |
longitude | Longitude |
Response structure
- Schema:
NewResponsibilitiesAssignedResponse.schema.json - Example:
NewResponsibilitiesAssignedResponse.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 |
|---|---|
claim.referenceNumber* | Claim reference number in SPC internal system |
Last updated on