Objects

CoveragePolicyData

insuredMovablesAmountinteger[int32]

Limit for the movable objects in the home

labelstring

Used to indicate if the policy is a if branded insurance

otherInsuranceHolderboolean

If the holder of the insurance policy is not the current user

ownershipStatusstring

Status of the ownership, Only used in the french market

Possible Enum values are OWNER, TENANT, SECONDARY_TENANT or UNKNOWN.
regionstring

Region if the company has regional companies within it

residentialStatusstring

Status of the residency, Only used in the french market

Possible Enum values are PRIMARY_RESIDENCE, SECONDARY_RESIDENCE, RENTAL_RESIDENCE or UNKNOWN.
vehicleBrandstring

Vehicle brand if it's a branded car insurance

versionIdstring

Id of the version for the coverage requested

Example
{  "insuredMovablesAmount": 1500000,  "label": "branded-insurance",  "otherInsuranceHolder": false,  "ownershipStatus": "OWNER",  "region": "LF Stockholm",  "residentialStatus": "PRIMARY_RESIDENCE",  "vehicleBrand": "-- Missing example --",  "versionId": "-- Missing example --"}