Objects

FrenchInsuranceVehicle

Schema implemented by all French vehicle insurance objects (see extended sections).

Details about the parking location of the vehicle covered by the insurance policy

The primary driver registered on the insurance policy

Any additional drivers registered on the insurance policy

usagePurposesArray<string>

Which purposes the vehicle is covered for

A purpose for which the vehicle is used

Possible Enum values are PRIVATE, COMMUTING or WORK.
vehicleOwnershipFrenchVehicleOwnership

The ownership form of the vehicle

Example
{  "parking": {    "@market": "fr",    "parkingAddress": {},    "parkingLocationType": "INDIVIDUAL_GARAGE"  },  "primaryDriver": {    "@market": "fr",    "birthDate": "1999-12-31",    "licenseIssuingDate": "2008-12-21",    "name": "Cornélie Boivin"  },  "secondaryDrivers": [],  "usagePurposes": [],  "vehicleOwnership": {    "@market": "fr",    "status": "OWNED"  }}