Newer Version Available

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

Insurance Policy Input

Input representation of insurance policy details.
JSON example
1insurancePolicy": {
2  "policyName": "Mr. Bret Lees Policy",
3  "policyNumber": "Policy-Bret-OneYear",
4  "effectiveFromDate": "2024-01-01",
5  "effectiveToDate": "2024-10-31",
6  "referenceNumber": "00AXSYH567INS"
7}
Properties
Name Type Description Required or Optional Available Version
effectiveFromDate String Date that the policy is effective from.

This property isn't applicable to the out-of-sequence endorsement and policy reinstatement APIs.

Optional 63.0
effectiveToDate String Expiration date of the policy.

This property isn't applicable to the out-of-sequence endorsement and policy reinstatement APIs.

Optional 63.0
policyName String Name of the insurance policy. Optional 63.0
policyNumber String Number of the policy. Optional 63.0
referencePolicy​Number String Reference number that's used to link policies across terms.

If not specified, policies are linked by the insurance policy ID.

This property isn't applicable to the out-of-sequence endorsement and policy reinstatement APIs.

Optional 65.0