Insurance Policy Reinstatement Input

Send the reinstatement details to reinstate a canceled insurance policy, including the reinstatement date and any policy field overrides.
JSON example
1{
2  "reinstatementDate": "2024-06-01",
3  "insurancePolicy": {
4    "policyName": "Reinstated Policy Name",
5    "policyNumber": "POL-2024-001",
6    "Custom_field": "value"
7  }
8}
Properties
Name Type Description Required or Optional Available Version
insurancePolicy Object JSON object that contains insurance policy fields to override in the reinstated policy. The keys must be API names and are case sensitive. Optional 67.0
reinstatementDate String Date when the policy becomes effective. Use the format YYYY-MM-DD. Required 67.0