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
dk or core.citystring
City of residence of the insurance holder
emailstring
The email address of the insurance holder - disabled by default
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", "email": "abc@insurely.com", "name": "Firstname Lastname", "phoneNumber": "+01234567890", "postalCode": "12345", "streetAddress": "Blåbärsvägen 1"}