Claim Coverage (POST)

Create a claim coverage record for the specified claim.
Resource
1/connect/claims/claimId/coverages
Resource example
1https://yourInstance.salesforce.com/services/data/v67.0/connect/claims/0Zkxx000000001dEAA/coverages
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 create the coverages for. Required 65.0
Request body for POST
JSON example
1{
2  "claimParticipantId": "0kaxx000000001dEAA",
3  "claimItemId": "0koxx000000001dEAA",
4  "insurancePolicyAssetId": "02ixx0000004l5sAAA",
5  "insurancePolicyCoverageId": "0cvxx000000AbCdEfG",
6  "reserveProcessingMode": "Manual",
7  "currencyIsoCode": "USD",
8  "lossReserveAmount": 5000.00,
9  "expenseReserveAmount": 750.50,
10  "additionalFields": {
11    "RequireInspection": true,
12    "CoverageSubtype": "Collision-Standard"
13  }
14}
Properties
Name Type Description Required or Optional Available Version
additionalFields Object Additional standard or custom fields to create or update the record. Optional 65.0
claimItemId String ID of the claim item. Required 65.0
claim​Participant​Id String ID of the claim participant that's associated with the claim coverage. Required 65.0
currency​IsoCode String Currency ISO code for reserve adjustments. Optional 65.0
expenseReserve​Amount Double Amount that's reserved to cover potential expenses while handling the claim, such as administrative or legal costs. Optional 65.0
insurancePolicy​AssetId String ID of the asset covered by the insurance policy that's associated with the claim coverage. Optional 65.0
insurancePolicy​CoverageId String ID of the insurance policy coverage. Optional 65.0
lossReserveAmount Double Amount that's reserved to cover a potential payment for a loss. Optional 65.0
name String Name of the claim coverage. Optional 65.0
reserve​ProcessingMode String Specifies how financial reserves are managed when a claim coverage is created.

The default value is CoverageReserve.

Optional 65.0
Response body for POST
Claim Coverage