Bulk Renew Policy (POST)

Bulk renew policies with the same (existing) carriers for the specified insurance policy IDs.
Resource
/connect/insurance/brokerage/policies/bulk-renew
Resource example
https://yourInstance.salesforce.com/services/data/v64.0/connect/insurance/brokerage/policies/bulk-renew
Available version
64.0
HTTP methods
POST
Request body for POST
JSON example
{
    "insurancePolicyIds" : ["0YTxx0000000001GAA", "0YTxx0000000001GAB"],
    "fieldValueMap": { "Name": "test" }
}
Properties
Name Type Description Required or Optional Available Version
fieldValueMap Object JSON object that contains name-value pairs to store details of insurance policy. The fieldValueMap expect the keys to be API name and is case sensitive. Required 64.0
insurancePolicyIds Object List of insurance policy IDs that must be renewed from the same carrier. Required 64.0
Response body for POST
Insurance Policy Bulk