Verify Policy Coverage (POST)
Verify the applicability of a policy coverage for a specified loss date under an
insurance policy, so that only eligible coverages are processed for claims.
- Resource
-
1/connect/insurance/policies/policyId/coverages/coverageId/verify - Resource example
-
1https://yourInstance.salesforce.com/services/data/v67.0/connect/insurance/policies/0YTx0000000001qEAA/coverages/0cYx0000000002fEAA/verify - Available version
- 65.0
- HTTP methods
- POST
- Path parameter for POST
-
Parameter Name Type Description Required or Optional Available Version policyId String ID of the insurance policy that the coverage belongs to. Required 65.0 coverageId String ID of the coverage within the insurance policy to verify the details for. Required 65.0 - Request body for POST
-
- JSON example
-
1{ 2 "lossDate": "2025-09-13", 3 "insuredAssetOrParticipantId": "0kaxx000000001dEAA" 4} - Properties
-
Name Type Description Required or Optional Available Version insuredAssetOrParticipantId String ID of the insured asset or participant that's related to the policy coverage. Required 65.0 lossDate String Date on which the incident occurred. Required 65.0
- Response body for POST
- Verify Policy Coverage