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.
Calculate Adjustments Input
Input representation for calculating adjustments for the claim loss item.
- JSON example
-
1{ 2 "additionalFields": { 3 "LimitUnitOfMeasure": "Visits", 4 "LimitUnitCount": 2, 5 "Network_Type__c": "Car Rental Network", 6 "Claimant_Phone__c": "123456789", 7 "Claimant_Email__c": "test@email.com", 8 "Discount_Percent__c": 50, 9 "EditedDateTime__c": "2026-03-25T11:50:00.000Z", 10 "IsPaid__c": false 11 }, 12 "benefitName": "Car Rental", 13 "claimedAmount": 1500 14} - Properties
-
Name Type Description Required or Optional Available Version additionalFields String Additional standard or custom fields to calculate the adjusted amount for a loss item. Optional 67.0 benefitName String Name of the specific benefit or sub-coverage that's associated with the coverage, as defined in the product attribute mapping. Optional 66.0 claimedAmount Double Amount requested by the claimant when submitting the loss. Required 65.0