POST api/v2/driver
Création d'un nouveau conducteur
Request Information
URI Parameters
None.
Body Parameters
DriverForSettingsDtoName | Description | Type | Additional information |
---|---|---|---|
LastLegalFileDate |
Date du dernier téléchargement de la carte. |
date |
None. |
TachoDownloadState |
Statut du téléchargement ( besoin ou non de télécharger ) |
TachoDownloadState |
None. |
Identifiers | Collection of IdentifierDto |
None. |
|
Contracts | Collection of DriverContractDto |
None. |
|
AltParkingZoneIds | Collection of globally unique identifier |
None. |
|
StreetNumber |
n° de rue |
integer |
None. |
FirstPartAddress |
Première partie de l'adresse du conducteur |
string |
None. |
SecondPartAddress |
Seconde partie de l'adresse du conducteur |
string |
None. |
ZIPCode |
Code postal du conducteur |
string |
None. |
City |
Ville du conducteur |
string |
None. |
Country |
Pays du conducteur |
string |
None. |
MobilePhone |
Numéro de téléphone portable du conducteur |
string |
None. |
Phone |
Numéro de téléphone fixe du confucter |
string |
None. |
ProPhone |
Numéro de téléphone professionnel |
string |
None. |
Adresse email du conducteur |
string |
None. |
|
DrivingLicenseNumber |
Numéro de permis de conduire |
string |
None. |
ADRLicenseExpirationDate |
Expiration du certificat ADR |
date |
None. |
MedicalCertificateExpirationDate |
Expiration visite médicale travail |
date |
None. |
MedicalFiveYearExpirationDate | date |
None. |
|
ExpiryDateDrivingLicence |
Date d'expiration du permis de conduite |
date |
None. |
ExpiryDateFCOLicence |
Date d'expiration du CQC (FIMO/FCO) |
date |
None. |
ExpirationDateIdentifier |
Date d'expiration de la carte chauffeur |
date |
None. |
DateOfBirth |
Date de naissance |
date |
None. |
ZOIHomeId |
Identifiant de la zone correspondant au domicile du conducteur |
globally unique identifier |
None. |
ZOIHomeName |
Nom de la zone correspondant au domicile du conducteur |
string |
None. |
ZOIAgencyId |
Identifiant de la zone correspondant à l'agence de rattachement du conducteur |
globally unique identifier |
None. |
ZOIAgencyName |
Nom de l'agence |
string |
None. |
IdentifierId | string |
None. |
|
UniqueIdentifier | string |
None. |
|
ExternalId |
l'id externe |
string |
None. |
SocialSecurityNumber |
numéro de sécurité sociale |
string |
None. |
OdooRegistrationNumber |
Matricule odoo |
string |
None. |
HasOdooApiKey |
Vrai si clé api odoo connue |
boolean |
None. |
DriverId |
Identifiant B2Fleet du conducteur |
globally unique identifier |
None. |
CustomerId |
Identifiant du client associé au conducteur |
globally unique identifier |
None. |
FirstName |
Prénom du conducteur |
string |
None. |
LastName |
Nom de famille du conducteur |
string |
None. |
Matricule |
Matricule |
string |
None. |
IsActive |
indique si le conducteur est sous contrat ou non |
boolean |
None. |
CompatibleDownload |
Indique si le conducteur est compatible au téléchargement |
boolean |
None. |
Request Formats
application/json, text/json
{ "LastLegalFileDate": "2025-07-01T15:37:08.1431899+00:00", "TachoDownloadState": 8, "Identifiers": [ { "CustomerId": "52eef852-24a7-4bf2-a24d-3168b1a4e67d", "DriverId": "13fc30ad-9349-4c4f-a10c-3d49e4b293ef", "DetectionUtc": "2025-07-01T15:37:08.1431899+00:00", "Type": 0, "ExpirationUtc": "2025-07-01T15:37:08.1431899+00:00", "StateUtc": "2025-07-01T15:37:08.1431899+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "bad0184b-92ad-4e35-b53a-1fe24541199d", "UniqueIdentifier": "sample string 4" }, { "CustomerId": "52eef852-24a7-4bf2-a24d-3168b1a4e67d", "DriverId": "13fc30ad-9349-4c4f-a10c-3d49e4b293ef", "DetectionUtc": "2025-07-01T15:37:08.1431899+00:00", "Type": 0, "ExpirationUtc": "2025-07-01T15:37:08.1431899+00:00", "StateUtc": "2025-07-01T15:37:08.1431899+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "bad0184b-92ad-4e35-b53a-1fe24541199d", "UniqueIdentifier": "sample string 4" } ], "Contracts": [ { "Id": 1, "DriverId": "6af72250-b50c-42d9-a196-cf75c3f05294", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-07-01T15:37:08.1431899+00:00", "ReleaseDate": "2025-07-01T15:37:08.1431899+00:00", "DrivingType": 0, "AbsenseProfileId": "53e4bee7-2b88-48d6-924b-b287df9d0896", "ExpenseProfileId": "77dc3cc7-3c27-490e-8595-e447a6affe34", "IndemnityProfileId": "d681c31c-f79e-4ea7-8f2b-030c44c1f77f", "RuptureMotif": 11 }, { "Id": 1, "DriverId": "6af72250-b50c-42d9-a196-cf75c3f05294", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-07-01T15:37:08.1431899+00:00", "ReleaseDate": "2025-07-01T15:37:08.1431899+00:00", "DrivingType": 0, "AbsenseProfileId": "53e4bee7-2b88-48d6-924b-b287df9d0896", "ExpenseProfileId": "77dc3cc7-3c27-490e-8595-e447a6affe34", "IndemnityProfileId": "d681c31c-f79e-4ea7-8f2b-030c44c1f77f", "RuptureMotif": 11 } ], "AltParkingZoneIds": [ "7fd5ff52-242d-4dc4-9238-4121affb2d11", "d80a894f-97ac-4a62-8473-2c36ac407bd4" ], "StreetNumber": 1, "FirstPartAddress": "sample string 1", "SecondPartAddress": "sample string 2", "ZIPCode": "sample string 3", "City": "sample string 4", "Country": "sample string 5", "MobilePhone": "sample string 6", "Phone": "sample string 7", "ProPhone": "sample string 8", "Email": "sample string 9", "DrivingLicenseNumber": "sample string 10", "ADRLicenseExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "MedicalCertificateExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "MedicalFiveYearExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "ExpiryDateDrivingLicence": "2025-07-01T15:37:08.1431899+00:00", "ExpiryDateFCOLicence": "2025-07-01T15:37:08.1431899+00:00", "ExpirationDateIdentifier": "2025-07-01T15:37:08.1431899+00:00", "DateOfBirth": "2025-07-01T15:37:08.1431899+00:00", "ZOIHomeId": "bb368615-6671-4004-b6dd-11246af2ffe3", "ZOIHomeName": "sample string 11", "ZOIAgencyId": "2cef6159-80d0-4957-aab1-db2ce9a7ff18", "ZOIAgencyName": "sample string 12", "IdentifierId": "sample string 13", "UniqueIdentifier": "sample string 14", "ExternalId": "sample string 15", "SocialSecurityNumber": "sample string 16", "OdooRegistrationNumber": "sample string 17", "HasOdooApiKey": true, "DriverId": "2bed3c7c-f8c0-424b-8e14-aae74a4a5a99", "CustomerId": "49021b8a-4cd3-4277-af66-9995b9800de8", "FirstName": "sample string 20", "LastName": "sample string 21", "Matricule": "sample string 22", "IsActive": true, "CompatibleDownload": true }
application/xml, text/xml
<DriverForSettingsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto"> <CompatibleDownload>true</CompatibleDownload> <CustomerId>49021b8a-4cd3-4277-af66-9995b9800de8</CustomerId> <DriverId>2bed3c7c-f8c0-424b-8e14-aae74a4a5a99</DriverId> <FirstName>sample string 20</FirstName> <IsActive>true</IsActive> <LastName>sample string 21</LastName> <Matricule>sample string 22</Matricule> <ADRLicenseExpirationDate>2025-07-01T15:37:08.1431899+00:00</ADRLicenseExpirationDate> <City>sample string 4</City> <Country>sample string 5</Country> <DateOfBirth>2025-07-01T15:37:08.1431899+00:00</DateOfBirth> <DrivingLicenseNumber>sample string 10</DrivingLicenseNumber> <Email>sample string 9</Email> <ExpirationDateIdentifier>2025-07-01T15:37:08.1431899+00:00</ExpirationDateIdentifier> <ExpiryDateDrivingLicence>2025-07-01T15:37:08.1431899+00:00</ExpiryDateDrivingLicence> <ExpiryDateFCOLicence>2025-07-01T15:37:08.1431899+00:00</ExpiryDateFCOLicence> <ExternalId>sample string 15</ExternalId> <FirstPartAddress>sample string 1</FirstPartAddress> <HasOdooApiKey>true</HasOdooApiKey> <IdentifierId>sample string 13</IdentifierId> <MedicalCertificateExpirationDate>2025-07-01T15:37:08.1431899+00:00</MedicalCertificateExpirationDate> <MedicalFiveYearExpirationDate>2025-07-01T15:37:08.1431899+00:00</MedicalFiveYearExpirationDate> <MobilePhone>sample string 6</MobilePhone> <OdooRegistrationNumber>sample string 17</OdooRegistrationNumber> <Phone>sample string 7</Phone> <ProPhone>sample string 8</ProPhone> <SecondPartAddress>sample string 2</SecondPartAddress> <SocialSecurityNumber>sample string 16</SocialSecurityNumber> <StreetNumber>1</StreetNumber> <UniqueIdentifier>sample string 14</UniqueIdentifier> <ZIPCode>sample string 3</ZIPCode> <ZOIAgencyId>2cef6159-80d0-4957-aab1-db2ce9a7ff18</ZOIAgencyId> <ZOIAgencyName>sample string 12</ZOIAgencyName> <ZOIHomeId>bb368615-6671-4004-b6dd-11246af2ffe3</ZOIHomeId> <ZOIHomeName>sample string 11</ZOIHomeName> <AltParkingZoneIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>7fd5ff52-242d-4dc4-9238-4121affb2d11</d2p1:guid> <d2p1:guid>d80a894f-97ac-4a62-8473-2c36ac407bd4</d2p1:guid> </AltParkingZoneIds> <Contracts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts"> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>53e4bee7-2b88-48d6-924b-b287df9d0896</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>6af72250-b50c-42d9-a196-cf75c3f05294</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-07-01T15:37:08.1431899+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>77dc3cc7-3c27-490e-8595-e447a6affe34</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>d681c31c-f79e-4ea7-8f2b-030c44c1f77f</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-07-01T15:37:08.1431899+00:00</d2p1:ReleaseDate> <d2p1:RuptureMotif>LicenciementLiquidation</d2p1:RuptureMotif> <d2p1:ThresholdTimeSupMonth>4</d2p1:ThresholdTimeSupMonth> <d2p1:ThresholdTimeSupWeek>3</d2p1:ThresholdTimeSupWeek> <d2p1:Id>1</d2p1:Id> </d2p1:DriverContractDto> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>53e4bee7-2b88-48d6-924b-b287df9d0896</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>6af72250-b50c-42d9-a196-cf75c3f05294</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-07-01T15:37:08.1431899+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>77dc3cc7-3c27-490e-8595-e447a6affe34</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>d681c31c-f79e-4ea7-8f2b-030c44c1f77f</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-07-01T15:37:08.1431899+00:00</d2p1:ReleaseDate> <d2p1:RuptureMotif>LicenciementLiquidation</d2p1:RuptureMotif> <d2p1:ThresholdTimeSupMonth>4</d2p1:ThresholdTimeSupMonth> <d2p1:ThresholdTimeSupWeek>3</d2p1:ThresholdTimeSupWeek> <d2p1:Id>1</d2p1:Id> </d2p1:DriverContractDto> </Contracts> <Identifiers> <IdentifierDto> <Id>bad0184b-92ad-4e35-b53a-1fe24541199d</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>52eef852-24a7-4bf2-a24d-3168b1a4e67d</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-07-01T15:37:08.1431899+00:00</DetectionUtc> <DriverId>13fc30ad-9349-4c4f-a10c-3d49e4b293ef</DriverId> <ExpirationUtc>2025-07-01T15:37:08.1431899+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-07-01T15:37:08.1431899+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> <IdentifierDto> <Id>bad0184b-92ad-4e35-b53a-1fe24541199d</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>52eef852-24a7-4bf2-a24d-3168b1a4e67d</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-07-01T15:37:08.1431899+00:00</DetectionUtc> <DriverId>13fc30ad-9349-4c4f-a10c-3d49e4b293ef</DriverId> <ExpirationUtc>2025-07-01T15:37:08.1431899+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-07-01T15:37:08.1431899+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> </Identifiers> <LastLegalFileDate>2025-07-01T15:37:08.1431899+00:00</LastLegalFileDate> </DriverForSettingsDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
DriverForSettingsDtoName | Description | Type | Additional information |
---|---|---|---|
LastLegalFileDate |
Date du dernier téléchargement de la carte. |
date |
None. |
TachoDownloadState |
Statut du téléchargement ( besoin ou non de télécharger ) |
TachoDownloadState |
None. |
Identifiers | Collection of IdentifierDto |
None. |
|
Contracts | Collection of DriverContractDto |
None. |
|
AltParkingZoneIds | Collection of globally unique identifier |
None. |
|
StreetNumber |
n° de rue |
integer |
None. |
FirstPartAddress |
Première partie de l'adresse du conducteur |
string |
None. |
SecondPartAddress |
Seconde partie de l'adresse du conducteur |
string |
None. |
ZIPCode |
Code postal du conducteur |
string |
None. |
City |
Ville du conducteur |
string |
None. |
Country |
Pays du conducteur |
string |
None. |
MobilePhone |
Numéro de téléphone portable du conducteur |
string |
None. |
Phone |
Numéro de téléphone fixe du confucter |
string |
None. |
ProPhone |
Numéro de téléphone professionnel |
string |
None. |
Adresse email du conducteur |
string |
None. |
|
DrivingLicenseNumber |
Numéro de permis de conduire |
string |
None. |
ADRLicenseExpirationDate |
Expiration du certificat ADR |
date |
None. |
MedicalCertificateExpirationDate |
Expiration visite médicale travail |
date |
None. |
MedicalFiveYearExpirationDate | date |
None. |
|
ExpiryDateDrivingLicence |
Date d'expiration du permis de conduite |
date |
None. |
ExpiryDateFCOLicence |
Date d'expiration du CQC (FIMO/FCO) |
date |
None. |
ExpirationDateIdentifier |
Date d'expiration de la carte chauffeur |
date |
None. |
DateOfBirth |
Date de naissance |
date |
None. |
ZOIHomeId |
Identifiant de la zone correspondant au domicile du conducteur |
globally unique identifier |
None. |
ZOIHomeName |
Nom de la zone correspondant au domicile du conducteur |
string |
None. |
ZOIAgencyId |
Identifiant de la zone correspondant à l'agence de rattachement du conducteur |
globally unique identifier |
None. |
ZOIAgencyName |
Nom de l'agence |
string |
None. |
IdentifierId | string |
None. |
|
UniqueIdentifier | string |
None. |
|
ExternalId |
l'id externe |
string |
None. |
SocialSecurityNumber |
numéro de sécurité sociale |
string |
None. |
OdooRegistrationNumber |
Matricule odoo |
string |
None. |
HasOdooApiKey |
Vrai si clé api odoo connue |
boolean |
None. |
DriverId |
Identifiant B2Fleet du conducteur |
globally unique identifier |
None. |
CustomerId |
Identifiant du client associé au conducteur |
globally unique identifier |
None. |
FirstName |
Prénom du conducteur |
string |
None. |
LastName |
Nom de famille du conducteur |
string |
None. |
Matricule |
Matricule |
string |
None. |
IsActive |
indique si le conducteur est sous contrat ou non |
boolean |
None. |
CompatibleDownload |
Indique si le conducteur est compatible au téléchargement |
boolean |
None. |
Response Formats
application/json, text/json
{ "LastLegalFileDate": "2025-07-01T15:37:08.1431899+00:00", "TachoDownloadState": 8, "Identifiers": [ { "CustomerId": "5ffbf23d-af6d-44b4-a724-e92186211ac3", "DriverId": "d505c4f3-0f8c-42d9-a5e5-f984bc35c1fa", "DetectionUtc": "2025-07-01T15:37:08.1431899+00:00", "Type": 0, "ExpirationUtc": "2025-07-01T15:37:08.1431899+00:00", "StateUtc": "2025-07-01T15:37:08.1431899+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "a9d9ce2c-12d6-4c63-898a-d39a5ca0ad7a", "UniqueIdentifier": "sample string 4" }, { "CustomerId": "5ffbf23d-af6d-44b4-a724-e92186211ac3", "DriverId": "d505c4f3-0f8c-42d9-a5e5-f984bc35c1fa", "DetectionUtc": "2025-07-01T15:37:08.1431899+00:00", "Type": 0, "ExpirationUtc": "2025-07-01T15:37:08.1431899+00:00", "StateUtc": "2025-07-01T15:37:08.1431899+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "a9d9ce2c-12d6-4c63-898a-d39a5ca0ad7a", "UniqueIdentifier": "sample string 4" } ], "Contracts": [ { "Id": 1, "DriverId": "11da5e22-dd2c-47d1-bfcf-428403fe4cdf", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-07-01T15:37:08.1431899+00:00", "ReleaseDate": "2025-07-01T15:37:08.1431899+00:00", "DrivingType": 0, "AbsenseProfileId": "d4677f57-c4d5-4356-8f6e-197291bc2afb", "ExpenseProfileId": "da0f721e-091c-4bfc-96a6-d622af4ce0a4", "IndemnityProfileId": "db59db09-3e6c-4656-a6ef-9afe9acd394a", "RuptureMotif": 11 }, { "Id": 1, "DriverId": "11da5e22-dd2c-47d1-bfcf-428403fe4cdf", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-07-01T15:37:08.1431899+00:00", "ReleaseDate": "2025-07-01T15:37:08.1431899+00:00", "DrivingType": 0, "AbsenseProfileId": "d4677f57-c4d5-4356-8f6e-197291bc2afb", "ExpenseProfileId": "da0f721e-091c-4bfc-96a6-d622af4ce0a4", "IndemnityProfileId": "db59db09-3e6c-4656-a6ef-9afe9acd394a", "RuptureMotif": 11 } ], "AltParkingZoneIds": [ "1b354432-40b8-4e83-8c0a-79800c76a119", "a2008078-d261-4980-b8eb-edd2582b5a45" ], "StreetNumber": 1, "FirstPartAddress": "sample string 1", "SecondPartAddress": "sample string 2", "ZIPCode": "sample string 3", "City": "sample string 4", "Country": "sample string 5", "MobilePhone": "sample string 6", "Phone": "sample string 7", "ProPhone": "sample string 8", "Email": "sample string 9", "DrivingLicenseNumber": "sample string 10", "ADRLicenseExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "MedicalCertificateExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "MedicalFiveYearExpirationDate": "2025-07-01T15:37:08.1431899+00:00", "ExpiryDateDrivingLicence": "2025-07-01T15:37:08.1431899+00:00", "ExpiryDateFCOLicence": "2025-07-01T15:37:08.1431899+00:00", "ExpirationDateIdentifier": "2025-07-01T15:37:08.1431899+00:00", "DateOfBirth": "2025-07-01T15:37:08.1431899+00:00", "ZOIHomeId": "4573939e-c638-499d-89ff-09d62146b496", "ZOIHomeName": "sample string 11", "ZOIAgencyId": "21c3cd6c-21a4-40ca-b60f-631140dbb141", "ZOIAgencyName": "sample string 12", "IdentifierId": "sample string 13", "UniqueIdentifier": "sample string 14", "ExternalId": "sample string 15", "SocialSecurityNumber": "sample string 16", "OdooRegistrationNumber": "sample string 17", "HasOdooApiKey": true, "DriverId": "ffca730a-5a1f-4be7-a06d-024c42833c7b", "CustomerId": "7ef579b2-5fca-467b-baca-7f052d145b9d", "FirstName": "sample string 20", "LastName": "sample string 21", "Matricule": "sample string 22", "IsActive": true, "CompatibleDownload": true }
application/xml, text/xml
<DriverForSettingsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto"> <CompatibleDownload>true</CompatibleDownload> <CustomerId>7ef579b2-5fca-467b-baca-7f052d145b9d</CustomerId> <DriverId>ffca730a-5a1f-4be7-a06d-024c42833c7b</DriverId> <FirstName>sample string 20</FirstName> <IsActive>true</IsActive> <LastName>sample string 21</LastName> <Matricule>sample string 22</Matricule> <ADRLicenseExpirationDate>2025-07-01T15:37:08.1431899+00:00</ADRLicenseExpirationDate> <City>sample string 4</City> <Country>sample string 5</Country> <DateOfBirth>2025-07-01T15:37:08.1431899+00:00</DateOfBirth> <DrivingLicenseNumber>sample string 10</DrivingLicenseNumber> <Email>sample string 9</Email> <ExpirationDateIdentifier>2025-07-01T15:37:08.1431899+00:00</ExpirationDateIdentifier> <ExpiryDateDrivingLicence>2025-07-01T15:37:08.1431899+00:00</ExpiryDateDrivingLicence> <ExpiryDateFCOLicence>2025-07-01T15:37:08.1431899+00:00</ExpiryDateFCOLicence> <ExternalId>sample string 15</ExternalId> <FirstPartAddress>sample string 1</FirstPartAddress> <HasOdooApiKey>true</HasOdooApiKey> <IdentifierId>sample string 13</IdentifierId> <MedicalCertificateExpirationDate>2025-07-01T15:37:08.1431899+00:00</MedicalCertificateExpirationDate> <MedicalFiveYearExpirationDate>2025-07-01T15:37:08.1431899+00:00</MedicalFiveYearExpirationDate> <MobilePhone>sample string 6</MobilePhone> <OdooRegistrationNumber>sample string 17</OdooRegistrationNumber> <Phone>sample string 7</Phone> <ProPhone>sample string 8</ProPhone> <SecondPartAddress>sample string 2</SecondPartAddress> <SocialSecurityNumber>sample string 16</SocialSecurityNumber> <StreetNumber>1</StreetNumber> <UniqueIdentifier>sample string 14</UniqueIdentifier> <ZIPCode>sample string 3</ZIPCode> <ZOIAgencyId>21c3cd6c-21a4-40ca-b60f-631140dbb141</ZOIAgencyId> <ZOIAgencyName>sample string 12</ZOIAgencyName> <ZOIHomeId>4573939e-c638-499d-89ff-09d62146b496</ZOIHomeId> <ZOIHomeName>sample string 11</ZOIHomeName> <AltParkingZoneIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>1b354432-40b8-4e83-8c0a-79800c76a119</d2p1:guid> <d2p1:guid>a2008078-d261-4980-b8eb-edd2582b5a45</d2p1:guid> </AltParkingZoneIds> <Contracts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts"> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>d4677f57-c4d5-4356-8f6e-197291bc2afb</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>11da5e22-dd2c-47d1-bfcf-428403fe4cdf</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-07-01T15:37:08.1431899+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>da0f721e-091c-4bfc-96a6-d622af4ce0a4</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>db59db09-3e6c-4656-a6ef-9afe9acd394a</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-07-01T15:37:08.1431899+00:00</d2p1:ReleaseDate> <d2p1:RuptureMotif>LicenciementLiquidation</d2p1:RuptureMotif> <d2p1:ThresholdTimeSupMonth>4</d2p1:ThresholdTimeSupMonth> <d2p1:ThresholdTimeSupWeek>3</d2p1:ThresholdTimeSupWeek> <d2p1:Id>1</d2p1:Id> </d2p1:DriverContractDto> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>d4677f57-c4d5-4356-8f6e-197291bc2afb</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>11da5e22-dd2c-47d1-bfcf-428403fe4cdf</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-07-01T15:37:08.1431899+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>da0f721e-091c-4bfc-96a6-d622af4ce0a4</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>db59db09-3e6c-4656-a6ef-9afe9acd394a</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-07-01T15:37:08.1431899+00:00</d2p1:ReleaseDate> <d2p1:RuptureMotif>LicenciementLiquidation</d2p1:RuptureMotif> <d2p1:ThresholdTimeSupMonth>4</d2p1:ThresholdTimeSupMonth> <d2p1:ThresholdTimeSupWeek>3</d2p1:ThresholdTimeSupWeek> <d2p1:Id>1</d2p1:Id> </d2p1:DriverContractDto> </Contracts> <Identifiers> <IdentifierDto> <Id>a9d9ce2c-12d6-4c63-898a-d39a5ca0ad7a</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>5ffbf23d-af6d-44b4-a724-e92186211ac3</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-07-01T15:37:08.1431899+00:00</DetectionUtc> <DriverId>d505c4f3-0f8c-42d9-a5e5-f984bc35c1fa</DriverId> <ExpirationUtc>2025-07-01T15:37:08.1431899+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-07-01T15:37:08.1431899+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> <IdentifierDto> <Id>a9d9ce2c-12d6-4c63-898a-d39a5ca0ad7a</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>5ffbf23d-af6d-44b4-a724-e92186211ac3</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-07-01T15:37:08.1431899+00:00</DetectionUtc> <DriverId>d505c4f3-0f8c-42d9-a5e5-f984bc35c1fa</DriverId> <ExpirationUtc>2025-07-01T15:37:08.1431899+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-07-01T15:37:08.1431899+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> </Identifiers> <LastLegalFileDate>2025-07-01T15:37:08.1431899+00:00</LastLegalFileDate> </DriverForSettingsDto>