Process Policy Limits (POST)
Process the policy limits for a loss item in a claim by using the current standings of
the insurance policy limits.
This API uses the default Expression Set Executable Template to evaluate how a specific transaction affects the monetary and non-monetary policy limits. You can either extend the executable template to create a custom Expression Set or invoke an Integration Procedure for more complex calculations. This API uses coverage and transaction details as input and returns a detailed breakdown of how each applicable limit is consumed by the proposed amount.
- Resource
-
1/connect/insurance/claims/claimId/coverages/coverageId/process-limits - Resource example
-
1https://yourInstance.salesforce.com/services/data/v67.0/connect/insurance/claims/0Zkxx000000001dEAA/coverages/0kPxx000000002fEAA/process-limits - Available version
- 65.0
- HTTP methods
- POST
- Path parameter for POST
-
Parameter Name Type Description Required or Optional Available Version claimId String ID of the claim to process the policy limits for. Required 65.0 coverageId String ID of the claim coverage within the claim that the loss item belongs to. Required 65.0 - Request body for POST
-
- JSON example
-
1{ 2 "adjustedAmount": 1250.00, 3 "benefitName": "Collision Coverage", 4 "limitUnitCount": 1 5 "paymentDetailId": "0l2xx0000000001CAA" 6} - Properties
-
Name Type Description Required or Optional Available Version adjustedAmount Double Amount after adjustments are made based on the current standings of the policy limits. Optional 65.0 benefitName String Name of the specific benefit or sub-coverage that the loss item applies to. Optional 65.0 limitUnitCount Integer Unit count that the payment detail represents. Default value is 1.
Optional 65.0 paymentDetailId Integer ID of the claim coverage payment detail record that’s associated with the loss item. Optional 67.0
- Response body for POST
- Process Policy Limits Response