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.
ConnectApi.ClaimItemInputRepresentation
Input representation for claim items.
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| action | String | Action to perform on the record, such as create or update. | Optional | 65.0 |
| additionalFields | Object | Additional standard or custom fields for the claim item. | Optional | 65.0 |
| attributes | List<ConnectApi.ClaimAttributeInputRepresentation> | Attributes of the claim item. | Optional | 65.0 |
| category | String | Category of the claim item. | Optional | 65.0 |
| instanceKey | String | Unique identifier of the claim item. | Optional | 65.0 |
| insurancePolicyCoverageId | String | ID of the insurance policy coverage that applies to the claim item. | Optional | 65.0 |
| insuredItemId | String | ID of the insured item that's involved in the claim. | Optional | 65.0 |
| name | String | Name of the claim item. | Optional | 65.0 |
| participantInstanceKey | String | Unique identifier that's used to link a claim item to a specific participant. | Optional | 65.0 |
| productCode | String | Product code of the claim item product. | Optional | 65.0 |
| relatedObjects | List<ConnectApi.ClaimRelatedObjectInputRepresentation> | Optional | 65.0 |