Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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