InsuranceCar
Car insurances are of insurance type `vehicleInsurance` with the subtype `carInsurance`.
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.
ee or core.Brand of the insured vehicle
If the insurance startDate is in the future given the current date of the data collection
UNDEFINED, FULL_WITH_CHASSI, FULL_WITHOUT_CHASSI, TRAFFIC, NOT_IN_TRAFFIC, CASCO, MTPL, THIRD_PARTY or THIRD_PARTY_PLUS.The yearly discount amount.
Discount amount in %
End date for the insurance
Information about the registered insurance holder
Personal or company code of the insurance beneficiary
Name of the insurance beneficiary
Insurance company name
Insurance company registration code.
Code of the insured person or company
Name of the insured person or company
Name of insurance as stated by the insurance companies' systems
Reference number for insurance at respective insurance company
Subtype of insurance
Type of insurance
Insured vehicle model
The premium the insurance holder has to pay.
Registration number for vehicle
Renewal date for the insurance
The start date of the insurance. Could be either original start date or period start date
The insurance covers the vehicle if it is used for work.
{ "@market": "core", "brand": "Volvo", "coming": false, "coverage": "UNDEFINED", "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" }, "insuranceBeneficiaryCode": "01234567890", "insuranceBeneficiaryName": "John Doe", "insuranceCompany": "se-insurance-company", "insuranceCompanyRegistrationCode": "12345678", "insuranceInsuredPersonCode": "90123456789", "insuranceInsuredPersonName": "Johny Doe", "insuranceName": "Content insurance", "insuranceNumber": "123456-789", "insuranceSubType": "condoInsurance", "insuranceType": "houseContentInsurance", "model": "S60", "premium": { "@market": "core", "amount": {}, "paymentFrequency": 12, "period": "YEARLY_PREMIUM_PERIOD" }, "registrationNo": "ABC000", "renewalDate": "2020-01-01", "startDate": "2020-01-01", "usedForWork": false}