ConnectApi.CreateClaimInputRepresentation
Input representation for the Create Claim action.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| accountId | String | ID of the account that's associated with the claim. | Optional | 65.0 |
| additionalFields | List<ConnectApi.ClaimAdditionalFieldInputRep> | Additional standard or custom fields that are used to create or update insurance claim. | Optional | 65.0 |
| attributes | List<ConnectApi.ClaimAttributeInputRep> | Attributes of the claim product. | Optional | 65.0 |
| claimReason | String | Reason for the claim. | Optional | 65.0 |
| claimReasonType | String | Category that the claim reason belongs to. | Optional | 65.0 |
| claimType | String | Type of claim. | Optional | 65.0 |
| insurancePolicyId | String | ID of the insurance policy on which the claim is raised. | Optional | 65.0 |
| items | List<ConnectApi.ClaimItemInputRep> | Details of the items that are associated with the claim. | Optional | 65.0 |
| lossDate | String | Date on which the loss occurred. | Optional | 65.0 |
| lossType | String | Type of the loss for which the claim is initiated. | Optional | 65.0 |
| name | String | Name of the claim. | Optional | 65.0 |
| options | ClaimOptionsInputRep | Options for creating or updating a claim. | Optional | 65.0 |
| participants | List<ConnectApi.ClaimParticipantInputRep> | Claim participants that are associated with the claim. | Optional | 65.0 |
| productCode | String | Product code of the claim product. | Required to create a claim | 65.0 |