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 Endorse Policy (POST)

Endorse policies in bulk for the specified insurance policy IDs.
Resource
1/connect/insurance/brokerage/policies/bulk-endorse
Resource example
1https://yourInstance.salesforce.com/services/data/v68.0/connect/insurance/brokerage/policies/bulk-endorse
Available version
67.0
HTTP methods
POST
Request body for POST
JSON example
1{
2  "insurancePolicyIds": ["0IFxx0000004C1PGAU", "0IFxx0000004C1QGAU"],
3  "fieldValueMap": {
4    "EffectiveFromDate": "2026-06-01"
5  }
6}
Properties
Name Type Description Required or Optional Available Version
fieldValueMap Object JSON object that contains key-value pairs to store details of insurance policy. The key must be the API name and is case sensitive. Required 64.0
insurancePolicyIds Object List of insurance policy IDs to perform bulk operations. Required 64.0
Response body for POST
Insurance Policy Bulk Response