Objects

FrenchDriverInformation

Information about a driver registered on a French vehicle insurance policy

@marketMarket

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.

Possible Enum values are fr or core.
birthDatestring

The birth date of the driver

licenseIssuingDatestring

The issuing date of the driver's license

namestring

The name of the driver

Example
{  "@market": "core",  "birthDate": "1999-12-31",  "licenseIssuingDate": "2008-12-21",  "name": "Cornélie Boivin"}