Newer Version Available

This content describes an older version of this product. View Latest

Renew Policy (POST)

Renew policy for the specified insurance policy ID.
Resource
1/connect/insurance/brokerage/policies/policyId/renew
Resource example
1https://yourInstance.salesforce.com/services/data/v64.0/connect/insurance/brokerage/policies/policyId/renew
Available version
63.0
HTTP methods
POST
Request body for POST
JSON example
1{
2    "fieldValueMap": { "Name": "demo" },
3    "sameCarrier": true
4}
Properties
Name Type Description Required or Optional Available Version
fieldValueMap Object JSON object that contains name-value pairs that store details of insurance policy. Required 63.0
sameCarrier Boolean Indicates whether the insurance policy is renewed with the same carrier (true) or not (false). If a policy is renewed with the same carrier, the PriorPolicyId field in the new policy is updated with the current policy ID. If not, the PriorPolicyId field is left blank. Required 63.0
Response body for POST
Insurance Policy Process