Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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
insurance​Policy​ParticipantId 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