Objects
Holder
Information about the insurance holder
@marketMarket
A meta property to indicate which specific insurance model to deserialize the response to. The value is the ISO 3166-1 alpha-2 country code, with the addition of the core market, used as default models where no market-specific one exists.
Possible Enum values are
fr or core.citystring
City of residence of the insurance holder
dateOfBirthstring
The birth date of the insurance holder
emailstring
The email address of the insurance holder - disabled by default
firstNamestring
The first name of the insurance holder
genderstring
The gender of the insurance holder
Possible Enum values are
MALE, FEMALE, OTHER or UNKNOWN.lastNamestring
The last name of the insurance holder
namestring
The full name of the insurance holder
phoneNumberstring
The phone number of the insurance holder - disabled by default
postalCodestring
Postal code of the insurance holder
streetAddressstring
Street address of the insurance holder
Example
{ "@market": "core", "city": "Stockholm", "dateOfBirth": "1990-01-24", "email": "abc@insurely.com", "firstName": "Firstname", "gender": "MALE", "lastName": "Lastname", "name": "Firstname Lastname", "phoneNumber": "+01234567890", "postalCode": "12345", "streetAddress": "Blåbärsvägen 1"}