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.
Claim Coverage (PATCH)
Update a specific claim coverage record.
- Resource
-
1/connect/claims/claimId/coverages/coverageId - Resource example
-
1https://yourInstance.salesforce.com/services/data/v68.0/connect/claims/0Zkxx000000001dEAA/coverages/0kPxx000000002fEAA - Available version
- 65.0
- HTTP methods
- PATCH
- Path parameter for PATCH
-
Parameter Name Type Description Required or Optional Available Version claimId String ID of the claim to update the coverage for. Required 65.0 coverageId String ID of the coverage within the claim that must be updated. Required 65.0 - Request body for PATCH
-
- JSON example
-
1{ 2 "expenseReserveAmount": 500.00, 3 "lossReserveAmount": 2000.00, 4 "additionalFields": { 5 "Status": "Pending Review" 6 } 7} - Properties
-
Name Type Description Required or Optional Available Version additionalFields Object Additional standard or custom fields to update the record. Optional 65.0 expenseReserveAmount Double Amount that's reserved to cover potential expenses while handling the claim, such as administrative or legal costs. Optional 65.0 lossReserveAmount Double Amount that's reserved to cover a potential payment for a loss. Optional 65.0
- Response body for PATCH
- Claim Coverage