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 Cancellation Input
Send the cancellation details to cancel an insurance policy, including the effective
date, reason, and target status.
- JSON example
-
1{ 2 "cancellationEffectiveDate": "2026-07-01", 3 "cancellationReason": "Non-payment", 4 "status": "Cancelled" 5} - Properties
-
Name Type Description Required or Optional Available Version cancellationEffectiveDate String Date after which the policy is no longer valid. Use the format YYYY-MM-DD. Required 67.0 cancellationReason String Reason for canceling the insurance policy. Optional 67.0 status String Target status of the canceled policy, such as Canceled. Optional 67.0