Insurance Policy Bulk Input

Input representation details of the request to bulk renew policies. Send the list of insurance policy IDs and field value map of insurance policy fields for bulk policies renewal.
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