Claim Participant
Output representation for the details of a claim participant.
- JSON example
-
1"participants": [ 2 { 3 "id": "0kaxx000000001dEAA", 4 "instanceKey": "participant_driver_1", 5 "accountId": "001xx000003DGQyAAO", 6 "contactId": "003xx000003DGQyAAO", 7 "insurancePolicyParticipantId": "0pPxx000000001qEAA", 8 "roles": [ 9 "Driver", 10 "Claimant" 11 ] 12 } 13 ]
| Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| accountId | String | Account ID of the claim participant. | Big, 65.0 | 65.0 |
| contactId | String | Contact ID of the claim participant. | Big, 65.0 | 65.0 |
| id | String | ID of the claim participant. | Big, 65.0 | 65.0 |
| instanceKey | String | Instance key of the claim participant. | Big, 65.0 | 65.0 |
| insurancePolicyParticipantId | String | ID of the insurance policy participant that's related to the claim. | Big, 65.0 | 65.0 |
| roles | String[] | Roles of the claim participant. | Small, 65.0 | 65.0 |