PUT api/v2/driver/{id}
Mise à jour des informations d'un conducteur
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
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-08-18T23:25:19.1301512+00:00", "TachoDownloadState": 8, "Identifiers": [ { "CustomerId": "d1e7113e-3d3f-4aee-ac53-f055d0790b18", "DriverId": "4a7c34cb-9d57-4768-b4bd-13f069ab466b", "DetectionUtc": "2025-08-18T23:25:19.1301512+00:00", "Type": 0, "ExpirationUtc": "2025-08-18T23:25:19.1301512+00:00", "StateUtc": "2025-08-18T23:25:19.1301512+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "87ea168c-e4dc-481e-bb69-6d92f75e4c50", "UniqueIdentifier": "sample string 4" }, { "CustomerId": "d1e7113e-3d3f-4aee-ac53-f055d0790b18", "DriverId": "4a7c34cb-9d57-4768-b4bd-13f069ab466b", "DetectionUtc": "2025-08-18T23:25:19.1301512+00:00", "Type": 0, "ExpirationUtc": "2025-08-18T23:25:19.1301512+00:00", "StateUtc": "2025-08-18T23:25:19.1301512+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "87ea168c-e4dc-481e-bb69-6d92f75e4c50", "UniqueIdentifier": "sample string 4" } ], "Contracts": [ { "Id": 1, "DriverId": "ca79bf8c-c2fd-45e7-a5b8-9a6600d61fa6", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-08-18T23:25:19.1301512+00:00", "ReleaseDate": "2025-08-18T23:25:19.1301512+00:00", "DrivingType": 0, "AbsenseProfileId": "11585fe8-0901-4f0a-aff4-b5bac36299bd", "ExpenseProfileId": "8635e264-593d-44aa-8fcb-ad68991193d4", "IndemnityProfileId": "5a1c4ad0-5368-459c-80d1-ecd255c5638f", "RuptureMotif": 11 }, { "Id": 1, "DriverId": "ca79bf8c-c2fd-45e7-a5b8-9a6600d61fa6", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-08-18T23:25:19.1301512+00:00", "ReleaseDate": "2025-08-18T23:25:19.1301512+00:00", "DrivingType": 0, "AbsenseProfileId": "11585fe8-0901-4f0a-aff4-b5bac36299bd", "ExpenseProfileId": "8635e264-593d-44aa-8fcb-ad68991193d4", "IndemnityProfileId": "5a1c4ad0-5368-459c-80d1-ecd255c5638f", "RuptureMotif": 11 } ], "AltParkingZoneIds": [ "e14abb92-16f2-44a6-ba56-de764a8eedf8", "3d808210-f531-41bb-972a-b291761d9800" ], "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-08-18T23:25:19.1301512+00:00", "MedicalCertificateExpirationDate": "2025-08-18T23:25:19.1301512+00:00", "MedicalFiveYearExpirationDate": "2025-08-18T23:25:19.1301512+00:00", "ExpiryDateDrivingLicence": "2025-08-18T23:25:19.1301512+00:00", "ExpiryDateFCOLicence": "2025-08-18T23:25:19.1301512+00:00", "ExpirationDateIdentifier": "2025-08-18T23:25:19.1301512+00:00", "DateOfBirth": "2025-08-18T23:25:19.1301512+00:00", "ZOIHomeId": "dbda8513-ec34-4b57-99d8-7a6654d03779", "ZOIHomeName": "sample string 11", "ZOIAgencyId": "673c5f5e-6e58-4d56-b440-e7af763998a2", "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": "ee9c12c1-70ef-43e5-b4fe-6e67d0730ec1", "CustomerId": "b8d2d537-48f7-47f2-8e7f-3b97a4fe2d27", "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>b8d2d537-48f7-47f2-8e7f-3b97a4fe2d27</CustomerId> <DriverId>ee9c12c1-70ef-43e5-b4fe-6e67d0730ec1</DriverId> <FirstName>sample string 20</FirstName> <IsActive>true</IsActive> <LastName>sample string 21</LastName> <Matricule>sample string 22</Matricule> <ADRLicenseExpirationDate>2025-08-18T23:25:19.1301512+00:00</ADRLicenseExpirationDate> <City>sample string 4</City> <Country>sample string 5</Country> <DateOfBirth>2025-08-18T23:25:19.1301512+00:00</DateOfBirth> <DrivingLicenseNumber>sample string 10</DrivingLicenseNumber> <Email>sample string 9</Email> <ExpirationDateIdentifier>2025-08-18T23:25:19.1301512+00:00</ExpirationDateIdentifier> <ExpiryDateDrivingLicence>2025-08-18T23:25:19.1301512+00:00</ExpiryDateDrivingLicence> <ExpiryDateFCOLicence>2025-08-18T23:25:19.1301512+00:00</ExpiryDateFCOLicence> <ExternalId>sample string 15</ExternalId> <FirstPartAddress>sample string 1</FirstPartAddress> <HasOdooApiKey>true</HasOdooApiKey> <IdentifierId>sample string 13</IdentifierId> <MedicalCertificateExpirationDate>2025-08-18T23:25:19.1301512+00:00</MedicalCertificateExpirationDate> <MedicalFiveYearExpirationDate>2025-08-18T23:25:19.1301512+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>673c5f5e-6e58-4d56-b440-e7af763998a2</ZOIAgencyId> <ZOIAgencyName>sample string 12</ZOIAgencyName> <ZOIHomeId>dbda8513-ec34-4b57-99d8-7a6654d03779</ZOIHomeId> <ZOIHomeName>sample string 11</ZOIHomeName> <AltParkingZoneIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>e14abb92-16f2-44a6-ba56-de764a8eedf8</d2p1:guid> <d2p1:guid>3d808210-f531-41bb-972a-b291761d9800</d2p1:guid> </AltParkingZoneIds> <Contracts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts"> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>11585fe8-0901-4f0a-aff4-b5bac36299bd</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>ca79bf8c-c2fd-45e7-a5b8-9a6600d61fa6</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-08-18T23:25:19.1301512+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>8635e264-593d-44aa-8fcb-ad68991193d4</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>5a1c4ad0-5368-459c-80d1-ecd255c5638f</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-08-18T23:25:19.1301512+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>11585fe8-0901-4f0a-aff4-b5bac36299bd</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>ca79bf8c-c2fd-45e7-a5b8-9a6600d61fa6</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-08-18T23:25:19.1301512+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>8635e264-593d-44aa-8fcb-ad68991193d4</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>5a1c4ad0-5368-459c-80d1-ecd255c5638f</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-08-18T23:25:19.1301512+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>87ea168c-e4dc-481e-bb69-6d92f75e4c50</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>d1e7113e-3d3f-4aee-ac53-f055d0790b18</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-08-18T23:25:19.1301512+00:00</DetectionUtc> <DriverId>4a7c34cb-9d57-4768-b4bd-13f069ab466b</DriverId> <ExpirationUtc>2025-08-18T23:25:19.1301512+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-08-18T23:25:19.1301512+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> <IdentifierDto> <Id>87ea168c-e4dc-481e-bb69-6d92f75e4c50</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>d1e7113e-3d3f-4aee-ac53-f055d0790b18</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-08-18T23:25:19.1301512+00:00</DetectionUtc> <DriverId>4a7c34cb-9d57-4768-b4bd-13f069ab466b</DriverId> <ExpirationUtc>2025-08-18T23:25:19.1301512+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-08-18T23:25:19.1301512+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> </Identifiers> <LastLegalFileDate>2025-08-18T23:25:19.1301512+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-08-18T23:25:19.1457755+00:00", "TachoDownloadState": 8, "Identifiers": [ { "CustomerId": "21d3c328-0233-4ad5-911c-8318472564aa", "DriverId": "b0a55a10-8ae5-4df0-8b77-0185f30f7c93", "DetectionUtc": "2025-08-18T23:25:19.1457755+00:00", "Type": 0, "ExpirationUtc": "2025-08-18T23:25:19.1457755+00:00", "StateUtc": "2025-08-18T23:25:19.1457755+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "22997325-6af4-45b3-a1fa-f7055fbfcddc", "UniqueIdentifier": "sample string 4" }, { "CustomerId": "21d3c328-0233-4ad5-911c-8318472564aa", "DriverId": "b0a55a10-8ae5-4df0-8b77-0185f30f7c93", "DetectionUtc": "2025-08-18T23:25:19.1457755+00:00", "Type": 0, "ExpirationUtc": "2025-08-18T23:25:19.1457755+00:00", "StateUtc": "2025-08-18T23:25:19.1457755+00:00", "State": 0, "DeliveryNation": "sample string 2", "Id": "22997325-6af4-45b3-a1fa-f7055fbfcddc", "UniqueIdentifier": "sample string 4" } ], "Contracts": [ { "Id": 1, "DriverId": "87f76106-3247-4cc1-87ae-70cf2b985b1b", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-08-18T23:25:19.1457755+00:00", "ReleaseDate": "2025-08-18T23:25:19.1457755+00:00", "DrivingType": 0, "AbsenseProfileId": "c329f1ee-4733-4896-bc95-d6e0942ebc70", "ExpenseProfileId": "b2925480-fa44-4f72-b7d0-c65c784d0e12", "IndemnityProfileId": "90de85a4-5150-4dd8-9a5f-945a4750743b", "RuptureMotif": 11 }, { "Id": 1, "DriverId": "87f76106-3247-4cc1-87ae-70cf2b985b1b", "MonthContract": 1.0, "ThresholdTimeSupWeek": 3.0, "ThresholdTimeSupMonth": 4.0, "ContractType": 0, "EntryDate": "2025-08-18T23:25:19.1457755+00:00", "ReleaseDate": "2025-08-18T23:25:19.1457755+00:00", "DrivingType": 0, "AbsenseProfileId": "c329f1ee-4733-4896-bc95-d6e0942ebc70", "ExpenseProfileId": "b2925480-fa44-4f72-b7d0-c65c784d0e12", "IndemnityProfileId": "90de85a4-5150-4dd8-9a5f-945a4750743b", "RuptureMotif": 11 } ], "AltParkingZoneIds": [ "bc350411-50b3-4393-9328-fbd0e35d8e3b", "59a5af53-a109-40c6-bb04-223b8c96baad" ], "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-08-18T23:25:19.1457755+00:00", "MedicalCertificateExpirationDate": "2025-08-18T23:25:19.1457755+00:00", "MedicalFiveYearExpirationDate": "2025-08-18T23:25:19.1457755+00:00", "ExpiryDateDrivingLicence": "2025-08-18T23:25:19.1457755+00:00", "ExpiryDateFCOLicence": "2025-08-18T23:25:19.1457755+00:00", "ExpirationDateIdentifier": "2025-08-18T23:25:19.1457755+00:00", "DateOfBirth": "2025-08-18T23:25:19.1457755+00:00", "ZOIHomeId": "82a34091-ce64-4c04-8152-ede142eb32f9", "ZOIHomeName": "sample string 11", "ZOIAgencyId": "ecd10300-f8c8-4224-8ab8-9ec110198716", "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": "9e345d10-08f9-411b-8c7a-40ec29576a02", "CustomerId": "55c2f8e9-1d25-474a-9de1-04dd20f089c7", "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>55c2f8e9-1d25-474a-9de1-04dd20f089c7</CustomerId> <DriverId>9e345d10-08f9-411b-8c7a-40ec29576a02</DriverId> <FirstName>sample string 20</FirstName> <IsActive>true</IsActive> <LastName>sample string 21</LastName> <Matricule>sample string 22</Matricule> <ADRLicenseExpirationDate>2025-08-18T23:25:19.1457755+00:00</ADRLicenseExpirationDate> <City>sample string 4</City> <Country>sample string 5</Country> <DateOfBirth>2025-08-18T23:25:19.1457755+00:00</DateOfBirth> <DrivingLicenseNumber>sample string 10</DrivingLicenseNumber> <Email>sample string 9</Email> <ExpirationDateIdentifier>2025-08-18T23:25:19.1457755+00:00</ExpirationDateIdentifier> <ExpiryDateDrivingLicence>2025-08-18T23:25:19.1457755+00:00</ExpiryDateDrivingLicence> <ExpiryDateFCOLicence>2025-08-18T23:25:19.1457755+00:00</ExpiryDateFCOLicence> <ExternalId>sample string 15</ExternalId> <FirstPartAddress>sample string 1</FirstPartAddress> <HasOdooApiKey>true</HasOdooApiKey> <IdentifierId>sample string 13</IdentifierId> <MedicalCertificateExpirationDate>2025-08-18T23:25:19.1457755+00:00</MedicalCertificateExpirationDate> <MedicalFiveYearExpirationDate>2025-08-18T23:25:19.1457755+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>ecd10300-f8c8-4224-8ab8-9ec110198716</ZOIAgencyId> <ZOIAgencyName>sample string 12</ZOIAgencyName> <ZOIHomeId>82a34091-ce64-4c04-8152-ede142eb32f9</ZOIHomeId> <ZOIHomeName>sample string 11</ZOIHomeName> <AltParkingZoneIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>bc350411-50b3-4393-9328-fbd0e35d8e3b</d2p1:guid> <d2p1:guid>59a5af53-a109-40c6-bb04-223b8c96baad</d2p1:guid> </AltParkingZoneIds> <Contracts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts"> <d2p1:DriverContractDto> <d2p1:AbsenseProfileId>c329f1ee-4733-4896-bc95-d6e0942ebc70</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>87f76106-3247-4cc1-87ae-70cf2b985b1b</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-08-18T23:25:19.1457755+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>b2925480-fa44-4f72-b7d0-c65c784d0e12</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>90de85a4-5150-4dd8-9a5f-945a4750743b</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-08-18T23:25:19.1457755+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>c329f1ee-4733-4896-bc95-d6e0942ebc70</d2p1:AbsenseProfileId> <d2p1:ContractType>CDI</d2p1:ContractType> <d2p1:DriverId>87f76106-3247-4cc1-87ae-70cf2b985b1b</d2p1:DriverId> <d2p1:DrivingType>LongDistance</d2p1:DrivingType> <d2p1:EntryDate>2025-08-18T23:25:19.1457755+00:00</d2p1:EntryDate> <d2p1:ExpenseProfileId>b2925480-fa44-4f72-b7d0-c65c784d0e12</d2p1:ExpenseProfileId> <d2p1:IndemnityProfileId>90de85a4-5150-4dd8-9a5f-945a4750743b</d2p1:IndemnityProfileId> <d2p1:MonthContract>1</d2p1:MonthContract> <d2p1:ReleaseDate>2025-08-18T23:25:19.1457755+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>22997325-6af4-45b3-a1fa-f7055fbfcddc</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>21d3c328-0233-4ad5-911c-8318472564aa</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-08-18T23:25:19.1457755+00:00</DetectionUtc> <DriverId>b0a55a10-8ae5-4df0-8b77-0185f30f7c93</DriverId> <ExpirationUtc>2025-08-18T23:25:19.1457755+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-08-18T23:25:19.1457755+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> <IdentifierDto> <Id>22997325-6af4-45b3-a1fa-f7055fbfcddc</Id> <UniqueIdentifier>sample string 4</UniqueIdentifier> <CustomerId>21d3c328-0233-4ad5-911c-8318472564aa</CustomerId> <DeliveryNation>sample string 2</DeliveryNation> <DetectionUtc>2025-08-18T23:25:19.1457755+00:00</DetectionUtc> <DriverId>b0a55a10-8ae5-4df0-8b77-0185f30f7c93</DriverId> <ExpirationUtc>2025-08-18T23:25:19.1457755+00:00</ExpirationUtc> <State>Unaffected</State> <StateUtc>2025-08-18T23:25:19.1457755+00:00</StateUtc> <Type>Dallas_Key</Type> </IdentifierDto> </Identifiers> <LastLegalFileDate>2025-08-18T23:25:19.1457755+00:00</LastLegalFileDate> </DriverForSettingsDto>