Insurance Policy Input

Input representation of insurance policy details.
JSON example
insurancePolicy": {
  "policyName": "Mr. Bret Lees Policy",
  "policyNumber": "Policy-Bret-OneYear",
  "effectiveFromDate": "2024-01-01",
  "effectiveToDate": "2024-10-31"
}
Properties
Name Type Description Required or Optional Available Version
effectiveFromDate String Date that the policy is effective from. Optional 63.0
effectiveToDate String Expiration date of the policy. Optional 63.0
policyName String Name of the insurance policy. Optional 63.0
policyNumber String Number of the policy. Optional 63.0