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 Input
Input representation for a claim participant.
- JSON example
-
1[ 2 { 3 "instanceKey": "participant_driver_01", 4 "contactId": "003xx000003DGQyAAO", 5 "accountId": "001xx000003DGQyAAO", 6 "insurancePolicyParticipantId": "0pPxx000000001qEAA", 7 "isInjured": false, 8 "roles": { 9 "list": [ 10 "Driver", 11 "Claimant" 12 ] 13 }, 14 "additionalFields": { 15 "StatementTaken": true 16 }, 17 "action": "update" 18 } 19] - Properties
-
Name Type Description Required or Optional Available Version accountId String Account ID of the claim participant. Optional 65.0 action String Action to perform on the participant record, such as create, update, or delete. Supported only for Claims (PATCH) requests that add, update, or remove a claim participant.
Required to update claim participant 65.0 additionalFields Object Additional standard or custom fields to add details for the claim participant. Optional 65.0 contactId String Contact ID of the claim participant. Optional 65.0 instanceKey String Unique identifier for the participant. Optional 65.0 insurancePolicyParticipantId String ID of the insurance policy participant that's related to the claim. Optional 65.0 isInjured String Specifies if the participant is injured or not. Optional 65.0 roles String[] Roles of the claim participant. Required 65.0