Newer Version Available

This content describes an older version of this product. View Latest

Reinstate Insurance Policy (POST)

Reinstate a previously canceled insurance policy.
Resource
1/connect/insurance/policies/policyId/reinstate
Resource example
1https://yourInstance.salesforce.com/services/data/v65.0/connect/insurance/policies/0YTxx0000004CdeFGH/reinstate
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 to be reinstated. Required 65.0
Request body for POST
JSON example
1{
2  "effectiveDate": "2025-09-15",
3  "insurancePolicy": {
4    "policyName": "Reinstate Auto Policy"
5  },
6  "transactionRecord": {
7    "name": "Reinstatement Transaction"
8  },
9  "additionalFields": [
10    {
11      "additionalFieldsMapValue": {
12        "ReinstatementReason": "Payment Received"
13      }
14    }
15  ]
16}
Properties
Name Type Description Required or Optional Available Version
additionalFields Additional Fields Map Value[] JSON structure that’s used to add custom or standard fields to the InsurancePolicy, InsurancePolicyAsset, InsurancePolicyCoverage, and InsurancePolicyParticipant objects. The values for additionalFields take precedence over the context or the insurancePolicy parameter. Address and Geolocation field types are not supported as additional fields. Optional 65.0
effectiveDate String Date from the policy reinstatement becomes effective. This date must be within the policy term.

For example, if the policy term is 2025-01-01 to 2025-12-31, and you set effectiveDate to 2025-03-01, the reinstatement applies starting March 1, 2025.

Optional 65.0
insurancePolicy Insurance Policy Input Details of the insurance policy. It contains fields and values from the Insurance Policy object. Optional 65.0
transactionRecord Insurance Policy Transaction Input JSON structure that's used to override transaction information. Optional 65.0
Response body for POST
Policy