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