Objects
FrenchInsuranceVehicle
Schema implemented by all French vehicle insurance objects (see extended sections).
parkingFrenchParkingLocation
Details about the parking location of the vehicle covered by the insurance policy
primaryDriverFrenchDriverInformation
The primary driver registered on the insurance policy
secondaryDriversArray<FrenchDriverInformation>
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" }}