Objects

InsuranceAnimal

Animal insurances are of insurance type `animalInsurance` with the following possible subtypes: * `dogInsurance` * `catInsurance` * `horseInsurance` * `otherAnimalInsurance`

@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.
animalBreedstring

The breed of the animal.

animalGenderstring

The gender of the animal.

Possible Enum values are MALE, FEMALE, CASTRATED_MALE, CASTRATED_FEMALE, or UNKNOWN.
animalNamestring

The name of the animal.

animalPurchasePriceMonetaryAmount

The animal purchase price.

chipNumberstring

The animal's chip number.

comingboolean

If the insurance startDate is in the future given the current date of the data collection

dateOfBirthstring

The animal's date of birth.

discountAmountMonetaryAmount

The yearly discount amount.

discountPercentagestring

Discount amount in %

endDatestring

End date for the insurance

holderHolder

Information about the registered insurance holder

insuranceCompanyCompany

Insurance company name

insuranceNamestring

Name of insurance as stated by the insurance companies' systems

insuranceNumberstring

Reference number for insurance at respective insurance company

insuranceSubTypestring

Subtype of insurance

insuranceTypestring

Type of insurance

premiumPremium

The premium the insurance holder has to pay.

renewalDatestring

Renewal date for the insurance

startDatestring

The start date of the insurance. Could be either original start date or period start date

veterinaryCareAmountMonetaryAmount

The maximum reimbursed veterinary care amount per insurance period.

veterinaryCareAmountRemainingMonetaryAmount

The remaining veterinary care amount for the insurance period.

{
  "@market": "core",
  "animalBreed": "Golden retriever",
  "animalGender": "MALE",
  "animalName": "Pelle",
  "animalPurchasePrice": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "chipNumber": "123456789ASD123",
  "coming": false,
  "dateOfBirth": "2018-12-01",
  "discountAmount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "discountPercentage": "10",
  "endDate": "2023-12-31",
  "holder": {
    "@market": "core",
    "city": "Stockholm",
    "email": "abc@insurely.com",
    "identificationCode": {},
    "name": "Firstname Lastname",
    "phoneNumber": "+01234567890",
    "postalCode": "12345",
    "streetAddress": "Blåbärsvägen 1"
  },
  "insuranceCompany": "se-insurance-company",
  "insuranceName": "Content insurance",
  "insuranceNumber": "123456-789",
  "insuranceSubType": "condoInsurance",
  "insuranceType": "houseContentInsurance",
  "premium": {
    "@market": "core",
    "amount": {},
    "paymentFrequency": 12,
    "period": "YEARLY_PREMIUM_PERIOD"
  },
  "renewalDate": "2020-01-01",
  "startDate": "2020-01-01",
  "veterinaryCareAmount": {
    "amount": 10.32,
    "currency": "EUR"
  },
  "veterinaryCareAmountRemaining": {
    "amount": 10.32,
    "currency": "EUR"
  }
}