Objects

Full Insurance Wrapper

The insurance wrapper contains the insurance, its deductibles, addons, and general coverage as separate fields.

A list of addons that this insurance has

coverageCoverage

The coverage details of the insurance, including parameters

A list of deductibles associated with the insurance

A list of documents associated with the insurance

idstring

Unique identifier for the insurance.

The basic insurance data collected from the insurance company

personalInformationobject

A map of personal information for the person who collected data. E.g. personal number.

termsUrlstring

URL to the current insurance terms as a PDF, will be missing if there is no link.

Example
{  "addons": [],  "coverage": {    "documents": {},    "isVersionRequested": {},    "parameters": {},    "requestedVersionId": {},    "returnedVersionId": {}  },  "deductibles": [],  "documents": [],  "id": "a8a2d600-d314-4ef3-ade1-611c3b596296",  "insurance": "-- Missing example --",  "personalInformation": {},  "termsUrl": "/coverage/terms?filePath=se/condoInsurance/se-demo/term_hemförsäkring mellan_2025-01-01.pdf"}