Insurance Policy Bulk Input

Input representation for bulk policy operations. Specify the list of insurance policy IDs and field value map of insurance policy fields for bulk operations.
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