ConnectApi.ClaimInputRepresentation
Input representation for creating or updating a claim.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| accountId | String | ID of the account that's associated with the claim. | Optional | 65.0 |
| additionalFields | Object | Additional fields for the claim. | Optional | 65.0 |
| attributes | List<ConnectApi.ClaimAttributeInputRepresentation> | List of attributes for the claim product. | Optional | 65.0 |
| claimLossDate | String | Date when the loss occurred. This parameter doesn't accept time of incident. To specify both the date and time of loss, use the lossDate parameter. | Optional | 66.0 |
| claimReason | String | Reason for the claim. | Optional | 65.0 |
| claimReasonType | String | Type of reason for the claim. | 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.ClaimItemInputRepresentation> | Claim items that are associated with the claim. | Optional | 65.0 |
| lossDate | Date | Date on which the loss occurred. | Optional | 65.0 |
| lossType | String | Type of loss for which the claim is raised. | Optional | 65.0 |
| name | String | Name of the claim. | Optional | 65.0 |
| options | ConnectApi.ClaimOptionsInputRepresentation | Options to include during the claim creation or update process. | Optional | 65.0 |
| participants | List<ConnectApi.ClaimParticipantInputRepresentation> | Participants who are associated with the claim. | Optional | 65.0 |
| productCode | String | Product code of the claim product. | Optional | 65.0 |