Claim Item
Output representation for the details of a claim item.
- JSON example
-
1{ 2 "id": "0koxx000000001dEAA", 3 "instanceKey": "item_vehicle_bumper_01", 4 "name": "Damaged Front Bumper", 5 "productCode": "AUTO-BUMPER-SEDAN", 6 "category": "Auto Physical Damage", 7 "insuredItemId": "02ixx0000004l5sAAA", 8 "insurancePolicyCoverageId": "0cvxx000000AbCdEfG", 9 "attributes": [ 10 { 11 "apiName": "DamageSeverity", 12 "value": "Severe" 13 } 14 ], 15 "additionalFields": { 16 "RepairEstimate": 1575.5, 17 "IsDrivable": false 18 }, 19 "relatedObjects": [ 20 { 21 "relatedRecordId": "500xx000000OpQrStU", 22 "relatedRecordObjName": "Police_Report__c" 23 } 24 ], 25 "participantInstanceKey": "participant_driver_1" 26 }
| Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| additionalFields | Object | Additional standard or custom fields that are used to create claim items. | Big, 65.0 | 65.0 |
| attributes | Claim Attribute [] | Attributes of the claim item. | Big, 65.0 | 65.0 |
| category | String | Category of the claim item. | Big, 65.0 | 65.0 |
| id | String | ID of the claim item. | Big, 65.0 | 65.0 |
| instanceKey | String | Unique identifier of the claim item. | Big, 65.0 | 65.0 |
| insurancePolicyCoverageId | String | ID of the specific policy coverage that applies to the claim item. | Big, 65.0 | 65.0 |
| insuredItemId | String | ID of the insured item. | Big, 65.0 | 65.0 |
| name | String | The name of the claim item. | Big, 65.0 | 65.0 |
| participantInstanceKey | String | Unique identifier that's used to link a claim item to a specific participant. | Big, 65.0 | 65.0 |
| productCode | String | Product code of the claim product. | Big, 65.0 | 65.0 |
| relatedObjects | Claim Related Object [] | Related claim item records. | Big, 65.0 | 65.0 |