Responsible Changed Event
- URL:
<SPCIntegrationAPIUrl>/Claim/ResponsibleChanged
- HTTP METHOD:
PUT
- URL Example:
https://servicepartnercompany.com/ecbintegration/Claim/ResponsibleChanged
- Schema:
ClaimResponsibleChangedEventRequest.schema.json
- Example:
ClaimResponsibleChangedEventRequest.example.json
| 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 – 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 |
| Property | Description |
|---|
claim* | Claim object |
company* | Company object |
formerUser | User object |
newUser* | User object |
userType* | Type of new user. Possible values are: "InternalAssessor", "ClaimHandler", "ServicePartnerUser" |
roles* | Array of user roles in related claim. Possible values are: "DamageService", "DamageInspector", "Assessor", "CaseOwner", "ReportOwner", "Craftsman", "CustomTaskAssignee" |
requestedBy | User object |
| Property | Description |
|---|
id* | Claim unique identifier in Scalepoint system |
number* | Claim number |
owner* | User object |
| Property | Description |
|---|
name* | Service partner name or insurance company name |
cvr | Service partner cvr number or insurance company cvr number |
| Property | Description |
|---|
name* | User name |
email* | User email |
- Schema:
ClaimResponsibleChangedEventResponse.schema.json
- Example:
ClaimResponsibleChangedEventResponse.example.json
| Property | Description |
|---|
success* | Boolean flag representing if request is processed successfully |
errorDescription | Description of errors, if any |
This endpoint is invoked in both cases when service partner changed assigned user to a service or insurance company changed responsible user in a claim e.g. claim owner, assessor.
Last updated on