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.

Bulk Reinstate Policy (POST)

Reinstate policies in bulk for the specified insurance policy IDs.
Resource
1/connect/insurance/brokerage/policies/bulk-reinstate
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/brokerage/policies/bulk-reinstate
Available version
67.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "policies": [
3    {
4      "policyId": "0YTxx00000000mPGAQ",
5      "fieldValueMap": {
6        "reinstatementDate": "2026-01-15"
7      }
8    }
9  ]
10}
Properties
Name Type Description Required or Optional Available Version
policies Object List of insurance policies with their field value maps. Required 67.0
Response body for POST
Insurance Policy Bulk Response