Objects

FrenchInsurance

@marketMarket
claimsClaims

Enabled by feature flag

insuranceHolderDateOfBirthstring

The birthdate of the insurance holder

insuranceHolderEmailstring

The email of the insurance holder.

insuranceHolderGenderstring

The biological sex of the insurance holder.

Possible Enum values are MALE, FEMALE, OTHER or UNKNOWN.
insuranceHolderOccupationstring

The occupation of the insurance holder.

insuranceHolderPhoneNumberstring

The phone number of the insurance holder.

policyHolderPolicyHolder

Information about the policy holder

termsAndConditionsVersionTermsAndConditionsVersion
Example
{  "@market": "fr",  "claims": {    "numberOfClaims": 3,    "periodInMonths": 24  },  "insuranceHolderDateOfBirth": "1999-12-31",  "insuranceHolderEmail": "example@insurely.com",  "insuranceHolderGender": "FEMALE",  "insuranceHolderOccupation": "Software Engineer",  "insuranceHolderPhoneNumber": "+33 93 233 8246",  "policyHolder": {    "@market": "core"  },  "termsAndConditionsVersion": {    "version": "Home COM12345"  }}