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.
Reinstate Policy Input
Input representation for reinstating an insurance policy.
- JSON example
-
1{ 2 "effectiveDate": "2025-09-15", 3 "insurancePolicy": { 4 "policyName": "Reinstate Auto Policy" 5 }, 6 "transactionRecord": { 7 "name": "Reinstatement Transaction" 8 }, 9"billingRecord": { 10 "billDayOfMonth": 15, 11 "billToContact": "003xx000000001aEAA" 12 }, 13 "additionalFields": { 14 "additionalFieldsList": [ 15 { 16 "additionalFieldsMapValue": { 17 "ReinstatementReason": "Payment Received" 18 } 19 } 20 ] 21 } 22} - Properties
-
Name Type Description Required or Optional Available Version additionalFields Additional Fields Map Value[] JSON structure that’s used to add custom or standard fields to the InsurancePolicy, InsurancePolicyAsset, InsurancePolicyCoverage, and InsurancePolicyParticipant objects. The values for additionalFields take precedence over the context or the insurancePolicy parameter. Address and Geolocation field types are not supported as additional fields. Optional 65.0 billingRecord Insurance Policy Billing Details Billing details to calculate billing when reinstating the policy. Optional 67.0 effectiveDate String Date from the policy reinstatement becomes effective. This date must be within the policy term. For example, if the policy term is 2025-01-01 to 2025-12-31, and you set effectiveDate to 2025-03-01, the reinstatement applies starting March 1, 2025.
Optional 65.0 insurancePolicy Insurance Policy Input Details of the insurance policy. It contains fields and values from the Insurance Policy object. Optional 65.0 transactionRecord Insurance Policy Transaction Input JSON structure that's used to override transaction information. Optional 65.0