Objects

Holder

Information about an Estonian 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 ee, or core.
citystring

City of residence of the insurance holder

emailstring

The email address of the insurance holder - disabled by default

identificationCodeIdentificationCode

An identification code for the person or company holding the insurance

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

{
  "@market": "core",
  "city": "Stockholm",
  "email": "abc@insurely.com",
  "identificationCode": {
    "@type": {}
  },
  "name": "Firstname Lastname",
  "phoneNumber": "+01234567890",
  "postalCode": "12345",
  "streetAddress": "Blåbärsvägen 1"
}