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.

Reinstate Policy (POST)

Reinstate a canceled policy for the specified insurance policy ID.
Resource
1/connect/insurance/brokerage/policies/policyId/reinstate
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/brokerage/policies/0YTxx0000000001GAA/reinstate
Available version
67.0
HTTP methods
POST
Request parameters for POST
Parameter Name Type Description Required or Optional
policyId Id ID of the canceled insurance policy to reinstate. The key prefix is 0YT. Required
Request body for POST
JSON example
1{
2  "reinstatementDate": "2024-06-01",
3  "insurancePolicy": {
4    "policyName": "Reinstated Policy Name",
5    "policyNumber": "POL-2024-001",
6    "Custom_field": "value"
7  }
8}
Properties
Name Type Description Required or Optional Available Version
insurancePolicy Object JSON object that contains insurance policy fields to override in the reinstated policy. The keys must be API names and are case sensitive. Optional 67.0
reinstatementDate String Date when the policy becomes effective. Use the format YYYY-MM-DD. Required 67.0
Response body for POST
Insurance Policy Reinstatement Response