GET api/v2/driver/user?CardNumber={CardNumber}&ValidContract={ValidContract}&WithAffectedCard={WithAffectedCard}
Retourne la liste des conducteurs de l'utilisateur
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CardNumber |
Filtre par numéro de carte commencant par... |
string |
None. |
| ValidContract |
filtre sur la validité du contrat |
boolean |
None. |
| WithAffectedCard |
filtre sur la présence d'au moins une carte numérique associé |
boolean |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of DriverForSettingsDto| Name | 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. |
|
| Email2 |
Adresse email secondaire 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-11-30T11:53:19.546778+00:00",
"TachoDownloadState": 8,
"Identifiers": [
{
"CustomerId": "8465648c-19b9-4caa-b9d0-aa16da261ff3",
"DriverId": "2a2d5e54-254c-4a8f-bc9f-7dc597c472ab",
"DetectionUtc": "2025-11-30T11:53:19.546778+00:00",
"Type": 0,
"ExpirationUtc": "2025-11-30T11:53:19.546778+00:00",
"StateUtc": "2025-11-30T11:53:19.546778+00:00",
"State": 0,
"DeliveryNation": "sample string 2",
"Id": "ee603047-a36e-4b58-b382-9be0d33d4c6a",
"UniqueIdentifier": "sample string 4"
},
{
"CustomerId": "8465648c-19b9-4caa-b9d0-aa16da261ff3",
"DriverId": "2a2d5e54-254c-4a8f-bc9f-7dc597c472ab",
"DetectionUtc": "2025-11-30T11:53:19.546778+00:00",
"Type": 0,
"ExpirationUtc": "2025-11-30T11:53:19.546778+00:00",
"StateUtc": "2025-11-30T11:53:19.546778+00:00",
"State": 0,
"DeliveryNation": "sample string 2",
"Id": "ee603047-a36e-4b58-b382-9be0d33d4c6a",
"UniqueIdentifier": "sample string 4"
}
],
"Contracts": [
{
"Id": 1,
"DriverId": "a297cbd2-49cc-4271-983f-06c3b7c973ce",
"MonthContract": 1.0,
"ThresholdTimeSupWeek": 3.0,
"ThresholdTimeSupMonth": 4.0,
"ContractType": 0,
"EntryDate": "2025-11-30T11:53:19.546778+00:00",
"ReleaseDate": "2025-11-30T11:53:19.546778+00:00",
"DrivingType": 0,
"AbsenseProfileId": "76e0d610-592d-4b12-a456-bb33d5490ad4",
"ExpenseProfileId": "e9edb9b0-ed35-4f91-905a-277946816ee0",
"IndemnityProfileId": "d92450d4-99b2-4f1a-9575-aae9cea8290c",
"RuptureMotif": 11
},
{
"Id": 1,
"DriverId": "a297cbd2-49cc-4271-983f-06c3b7c973ce",
"MonthContract": 1.0,
"ThresholdTimeSupWeek": 3.0,
"ThresholdTimeSupMonth": 4.0,
"ContractType": 0,
"EntryDate": "2025-11-30T11:53:19.546778+00:00",
"ReleaseDate": "2025-11-30T11:53:19.546778+00:00",
"DrivingType": 0,
"AbsenseProfileId": "76e0d610-592d-4b12-a456-bb33d5490ad4",
"ExpenseProfileId": "e9edb9b0-ed35-4f91-905a-277946816ee0",
"IndemnityProfileId": "d92450d4-99b2-4f1a-9575-aae9cea8290c",
"RuptureMotif": 11
}
],
"AltParkingZoneIds": [
"6cc8b154-ae63-4b7a-992f-e31bb6280f7a",
"6a93836b-acf6-4363-ad2d-750284629837"
],
"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",
"Email2": "sample string 10",
"DrivingLicenseNumber": "sample string 11",
"ADRLicenseExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"MedicalCertificateExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"MedicalFiveYearExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"ExpiryDateDrivingLicence": "2025-11-30T11:53:19.546778+00:00",
"ExpiryDateFCOLicence": "2025-11-30T11:53:19.546778+00:00",
"ExpirationDateIdentifier": "2025-11-30T11:53:19.546778+00:00",
"DateOfBirth": "2025-11-30T11:53:19.546778+00:00",
"ZOIHomeId": "c2636d1c-b417-464e-989e-07b3ea6a58df",
"ZOIHomeName": "sample string 12",
"ZOIAgencyId": "0bdee095-69b4-44fa-9cb9-b07e81362a1e",
"ZOIAgencyName": "sample string 13",
"IdentifierId": "sample string 14",
"UniqueIdentifier": "sample string 15",
"ExternalId": "sample string 16",
"SocialSecurityNumber": "sample string 17",
"OdooRegistrationNumber": "sample string 18",
"HasOdooApiKey": true,
"DriverId": "02f0700e-27fc-45b3-b1c0-2f1b64924e06",
"CustomerId": "4d6ffcf0-fdce-4b9c-b61c-99c1e7a67f5c",
"FirstName": "sample string 21",
"LastName": "sample string 22",
"Matricule": "sample string 23",
"IsActive": true,
"CompatibleDownload": true
},
{
"LastLegalFileDate": "2025-11-30T11:53:19.546778+00:00",
"TachoDownloadState": 8,
"Identifiers": [
{
"CustomerId": "8465648c-19b9-4caa-b9d0-aa16da261ff3",
"DriverId": "2a2d5e54-254c-4a8f-bc9f-7dc597c472ab",
"DetectionUtc": "2025-11-30T11:53:19.546778+00:00",
"Type": 0,
"ExpirationUtc": "2025-11-30T11:53:19.546778+00:00",
"StateUtc": "2025-11-30T11:53:19.546778+00:00",
"State": 0,
"DeliveryNation": "sample string 2",
"Id": "ee603047-a36e-4b58-b382-9be0d33d4c6a",
"UniqueIdentifier": "sample string 4"
},
{
"CustomerId": "8465648c-19b9-4caa-b9d0-aa16da261ff3",
"DriverId": "2a2d5e54-254c-4a8f-bc9f-7dc597c472ab",
"DetectionUtc": "2025-11-30T11:53:19.546778+00:00",
"Type": 0,
"ExpirationUtc": "2025-11-30T11:53:19.546778+00:00",
"StateUtc": "2025-11-30T11:53:19.546778+00:00",
"State": 0,
"DeliveryNation": "sample string 2",
"Id": "ee603047-a36e-4b58-b382-9be0d33d4c6a",
"UniqueIdentifier": "sample string 4"
}
],
"Contracts": [
{
"Id": 1,
"DriverId": "a297cbd2-49cc-4271-983f-06c3b7c973ce",
"MonthContract": 1.0,
"ThresholdTimeSupWeek": 3.0,
"ThresholdTimeSupMonth": 4.0,
"ContractType": 0,
"EntryDate": "2025-11-30T11:53:19.546778+00:00",
"ReleaseDate": "2025-11-30T11:53:19.546778+00:00",
"DrivingType": 0,
"AbsenseProfileId": "76e0d610-592d-4b12-a456-bb33d5490ad4",
"ExpenseProfileId": "e9edb9b0-ed35-4f91-905a-277946816ee0",
"IndemnityProfileId": "d92450d4-99b2-4f1a-9575-aae9cea8290c",
"RuptureMotif": 11
},
{
"Id": 1,
"DriverId": "a297cbd2-49cc-4271-983f-06c3b7c973ce",
"MonthContract": 1.0,
"ThresholdTimeSupWeek": 3.0,
"ThresholdTimeSupMonth": 4.0,
"ContractType": 0,
"EntryDate": "2025-11-30T11:53:19.546778+00:00",
"ReleaseDate": "2025-11-30T11:53:19.546778+00:00",
"DrivingType": 0,
"AbsenseProfileId": "76e0d610-592d-4b12-a456-bb33d5490ad4",
"ExpenseProfileId": "e9edb9b0-ed35-4f91-905a-277946816ee0",
"IndemnityProfileId": "d92450d4-99b2-4f1a-9575-aae9cea8290c",
"RuptureMotif": 11
}
],
"AltParkingZoneIds": [
"6cc8b154-ae63-4b7a-992f-e31bb6280f7a",
"6a93836b-acf6-4363-ad2d-750284629837"
],
"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",
"Email2": "sample string 10",
"DrivingLicenseNumber": "sample string 11",
"ADRLicenseExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"MedicalCertificateExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"MedicalFiveYearExpirationDate": "2025-11-30T11:53:19.546778+00:00",
"ExpiryDateDrivingLicence": "2025-11-30T11:53:19.546778+00:00",
"ExpiryDateFCOLicence": "2025-11-30T11:53:19.546778+00:00",
"ExpirationDateIdentifier": "2025-11-30T11:53:19.546778+00:00",
"DateOfBirth": "2025-11-30T11:53:19.546778+00:00",
"ZOIHomeId": "c2636d1c-b417-464e-989e-07b3ea6a58df",
"ZOIHomeName": "sample string 12",
"ZOIAgencyId": "0bdee095-69b4-44fa-9cb9-b07e81362a1e",
"ZOIAgencyName": "sample string 13",
"IdentifierId": "sample string 14",
"UniqueIdentifier": "sample string 15",
"ExternalId": "sample string 16",
"SocialSecurityNumber": "sample string 17",
"OdooRegistrationNumber": "sample string 18",
"HasOdooApiKey": true,
"DriverId": "02f0700e-27fc-45b3-b1c0-2f1b64924e06",
"CustomerId": "4d6ffcf0-fdce-4b9c-b61c-99c1e7a67f5c",
"FirstName": "sample string 21",
"LastName": "sample string 22",
"Matricule": "sample string 23",
"IsActive": true,
"CompatibleDownload": true
}
]
application/xml, text/xml
<ArrayOfDriverForSettingsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto">
<DriverForSettingsDto>
<CompatibleDownload>true</CompatibleDownload>
<CustomerId>4d6ffcf0-fdce-4b9c-b61c-99c1e7a67f5c</CustomerId>
<DriverId>02f0700e-27fc-45b3-b1c0-2f1b64924e06</DriverId>
<FirstName>sample string 21</FirstName>
<IsActive>true</IsActive>
<LastName>sample string 22</LastName>
<Matricule>sample string 23</Matricule>
<ADRLicenseExpirationDate>2025-11-30T11:53:19.546778+00:00</ADRLicenseExpirationDate>
<City>sample string 4</City>
<Country>sample string 5</Country>
<DateOfBirth>2025-11-30T11:53:19.546778+00:00</DateOfBirth>
<DrivingLicenseNumber>sample string 11</DrivingLicenseNumber>
<Email>sample string 9</Email>
<Email2>sample string 10</Email2>
<ExpirationDateIdentifier>2025-11-30T11:53:19.546778+00:00</ExpirationDateIdentifier>
<ExpiryDateDrivingLicence>2025-11-30T11:53:19.546778+00:00</ExpiryDateDrivingLicence>
<ExpiryDateFCOLicence>2025-11-30T11:53:19.546778+00:00</ExpiryDateFCOLicence>
<ExternalId>sample string 16</ExternalId>
<FirstPartAddress>sample string 1</FirstPartAddress>
<HasOdooApiKey>true</HasOdooApiKey>
<IdentifierId>sample string 14</IdentifierId>
<MedicalCertificateExpirationDate>2025-11-30T11:53:19.546778+00:00</MedicalCertificateExpirationDate>
<MedicalFiveYearExpirationDate>2025-11-30T11:53:19.546778+00:00</MedicalFiveYearExpirationDate>
<MobilePhone>sample string 6</MobilePhone>
<OdooRegistrationNumber>sample string 18</OdooRegistrationNumber>
<Phone>sample string 7</Phone>
<ProPhone>sample string 8</ProPhone>
<SecondPartAddress>sample string 2</SecondPartAddress>
<SocialSecurityNumber>sample string 17</SocialSecurityNumber>
<StreetNumber>1</StreetNumber>
<UniqueIdentifier>sample string 15</UniqueIdentifier>
<ZIPCode>sample string 3</ZIPCode>
<ZOIAgencyId>0bdee095-69b4-44fa-9cb9-b07e81362a1e</ZOIAgencyId>
<ZOIAgencyName>sample string 13</ZOIAgencyName>
<ZOIHomeId>c2636d1c-b417-464e-989e-07b3ea6a58df</ZOIHomeId>
<ZOIHomeName>sample string 12</ZOIHomeName>
<AltParkingZoneIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6cc8b154-ae63-4b7a-992f-e31bb6280f7a</d3p1:guid>
<d3p1:guid>6a93836b-acf6-4363-ad2d-750284629837</d3p1:guid>
</AltParkingZoneIds>
<Contracts xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts">
<d3p1:DriverContractDto>
<d3p1:AbsenseProfileId>76e0d610-592d-4b12-a456-bb33d5490ad4</d3p1:AbsenseProfileId>
<d3p1:ContractType>CDI</d3p1:ContractType>
<d3p1:DriverId>a297cbd2-49cc-4271-983f-06c3b7c973ce</d3p1:DriverId>
<d3p1:DrivingType>LongDistance</d3p1:DrivingType>
<d3p1:EntryDate>2025-11-30T11:53:19.546778+00:00</d3p1:EntryDate>
<d3p1:ExpenseProfileId>e9edb9b0-ed35-4f91-905a-277946816ee0</d3p1:ExpenseProfileId>
<d3p1:IndemnityProfileId>d92450d4-99b2-4f1a-9575-aae9cea8290c</d3p1:IndemnityProfileId>
<d3p1:MonthContract>1</d3p1:MonthContract>
<d3p1:ReleaseDate>2025-11-30T11:53:19.546778+00:00</d3p1:ReleaseDate>
<d3p1:RuptureMotif>LicenciementLiquidation</d3p1:RuptureMotif>
<d3p1:ThresholdTimeSupMonth>4</d3p1:ThresholdTimeSupMonth>
<d3p1:ThresholdTimeSupWeek>3</d3p1:ThresholdTimeSupWeek>
<d3p1:Id>1</d3p1:Id>
</d3p1:DriverContractDto>
<d3p1:DriverContractDto>
<d3p1:AbsenseProfileId>76e0d610-592d-4b12-a456-bb33d5490ad4</d3p1:AbsenseProfileId>
<d3p1:ContractType>CDI</d3p1:ContractType>
<d3p1:DriverId>a297cbd2-49cc-4271-983f-06c3b7c973ce</d3p1:DriverId>
<d3p1:DrivingType>LongDistance</d3p1:DrivingType>
<d3p1:EntryDate>2025-11-30T11:53:19.546778+00:00</d3p1:EntryDate>
<d3p1:ExpenseProfileId>e9edb9b0-ed35-4f91-905a-277946816ee0</d3p1:ExpenseProfileId>
<d3p1:IndemnityProfileId>d92450d4-99b2-4f1a-9575-aae9cea8290c</d3p1:IndemnityProfileId>
<d3p1:MonthContract>1</d3p1:MonthContract>
<d3p1:ReleaseDate>2025-11-30T11:53:19.546778+00:00</d3p1:ReleaseDate>
<d3p1:RuptureMotif>LicenciementLiquidation</d3p1:RuptureMotif>
<d3p1:ThresholdTimeSupMonth>4</d3p1:ThresholdTimeSupMonth>
<d3p1:ThresholdTimeSupWeek>3</d3p1:ThresholdTimeSupWeek>
<d3p1:Id>1</d3p1:Id>
</d3p1:DriverContractDto>
</Contracts>
<Identifiers>
<IdentifierDto>
<Id>ee603047-a36e-4b58-b382-9be0d33d4c6a</Id>
<UniqueIdentifier>sample string 4</UniqueIdentifier>
<CustomerId>8465648c-19b9-4caa-b9d0-aa16da261ff3</CustomerId>
<DeliveryNation>sample string 2</DeliveryNation>
<DetectionUtc>2025-11-30T11:53:19.546778+00:00</DetectionUtc>
<DriverId>2a2d5e54-254c-4a8f-bc9f-7dc597c472ab</DriverId>
<ExpirationUtc>2025-11-30T11:53:19.546778+00:00</ExpirationUtc>
<State>Unaffected</State>
<StateUtc>2025-11-30T11:53:19.546778+00:00</StateUtc>
<Type>Dallas_Key</Type>
</IdentifierDto>
<IdentifierDto>
<Id>ee603047-a36e-4b58-b382-9be0d33d4c6a</Id>
<UniqueIdentifier>sample string 4</UniqueIdentifier>
<CustomerId>8465648c-19b9-4caa-b9d0-aa16da261ff3</CustomerId>
<DeliveryNation>sample string 2</DeliveryNation>
<DetectionUtc>2025-11-30T11:53:19.546778+00:00</DetectionUtc>
<DriverId>2a2d5e54-254c-4a8f-bc9f-7dc597c472ab</DriverId>
<ExpirationUtc>2025-11-30T11:53:19.546778+00:00</ExpirationUtc>
<State>Unaffected</State>
<StateUtc>2025-11-30T11:53:19.546778+00:00</StateUtc>
<Type>Dallas_Key</Type>
</IdentifierDto>
</Identifiers>
<LastLegalFileDate>2025-11-30T11:53:19.546778+00:00</LastLegalFileDate>
</DriverForSettingsDto>
<DriverForSettingsDto>
<CompatibleDownload>true</CompatibleDownload>
<CustomerId>4d6ffcf0-fdce-4b9c-b61c-99c1e7a67f5c</CustomerId>
<DriverId>02f0700e-27fc-45b3-b1c0-2f1b64924e06</DriverId>
<FirstName>sample string 21</FirstName>
<IsActive>true</IsActive>
<LastName>sample string 22</LastName>
<Matricule>sample string 23</Matricule>
<ADRLicenseExpirationDate>2025-11-30T11:53:19.546778+00:00</ADRLicenseExpirationDate>
<City>sample string 4</City>
<Country>sample string 5</Country>
<DateOfBirth>2025-11-30T11:53:19.546778+00:00</DateOfBirth>
<DrivingLicenseNumber>sample string 11</DrivingLicenseNumber>
<Email>sample string 9</Email>
<Email2>sample string 10</Email2>
<ExpirationDateIdentifier>2025-11-30T11:53:19.546778+00:00</ExpirationDateIdentifier>
<ExpiryDateDrivingLicence>2025-11-30T11:53:19.546778+00:00</ExpiryDateDrivingLicence>
<ExpiryDateFCOLicence>2025-11-30T11:53:19.546778+00:00</ExpiryDateFCOLicence>
<ExternalId>sample string 16</ExternalId>
<FirstPartAddress>sample string 1</FirstPartAddress>
<HasOdooApiKey>true</HasOdooApiKey>
<IdentifierId>sample string 14</IdentifierId>
<MedicalCertificateExpirationDate>2025-11-30T11:53:19.546778+00:00</MedicalCertificateExpirationDate>
<MedicalFiveYearExpirationDate>2025-11-30T11:53:19.546778+00:00</MedicalFiveYearExpirationDate>
<MobilePhone>sample string 6</MobilePhone>
<OdooRegistrationNumber>sample string 18</OdooRegistrationNumber>
<Phone>sample string 7</Phone>
<ProPhone>sample string 8</ProPhone>
<SecondPartAddress>sample string 2</SecondPartAddress>
<SocialSecurityNumber>sample string 17</SocialSecurityNumber>
<StreetNumber>1</StreetNumber>
<UniqueIdentifier>sample string 15</UniqueIdentifier>
<ZIPCode>sample string 3</ZIPCode>
<ZOIAgencyId>0bdee095-69b4-44fa-9cb9-b07e81362a1e</ZOIAgencyId>
<ZOIAgencyName>sample string 13</ZOIAgencyName>
<ZOIHomeId>c2636d1c-b417-464e-989e-07b3ea6a58df</ZOIHomeId>
<ZOIHomeName>sample string 12</ZOIHomeName>
<AltParkingZoneIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:guid>6cc8b154-ae63-4b7a-992f-e31bb6280f7a</d3p1:guid>
<d3p1:guid>6a93836b-acf6-4363-ad2d-750284629837</d3p1:guid>
</AltParkingZoneIds>
<Contracts xmlns:d3p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contracts">
<d3p1:DriverContractDto>
<d3p1:AbsenseProfileId>76e0d610-592d-4b12-a456-bb33d5490ad4</d3p1:AbsenseProfileId>
<d3p1:ContractType>CDI</d3p1:ContractType>
<d3p1:DriverId>a297cbd2-49cc-4271-983f-06c3b7c973ce</d3p1:DriverId>
<d3p1:DrivingType>LongDistance</d3p1:DrivingType>
<d3p1:EntryDate>2025-11-30T11:53:19.546778+00:00</d3p1:EntryDate>
<d3p1:ExpenseProfileId>e9edb9b0-ed35-4f91-905a-277946816ee0</d3p1:ExpenseProfileId>
<d3p1:IndemnityProfileId>d92450d4-99b2-4f1a-9575-aae9cea8290c</d3p1:IndemnityProfileId>
<d3p1:MonthContract>1</d3p1:MonthContract>
<d3p1:ReleaseDate>2025-11-30T11:53:19.546778+00:00</d3p1:ReleaseDate>
<d3p1:RuptureMotif>LicenciementLiquidation</d3p1:RuptureMotif>
<d3p1:ThresholdTimeSupMonth>4</d3p1:ThresholdTimeSupMonth>
<d3p1:ThresholdTimeSupWeek>3</d3p1:ThresholdTimeSupWeek>
<d3p1:Id>1</d3p1:Id>
</d3p1:DriverContractDto>
<d3p1:DriverContractDto>
<d3p1:AbsenseProfileId>76e0d610-592d-4b12-a456-bb33d5490ad4</d3p1:AbsenseProfileId>
<d3p1:ContractType>CDI</d3p1:ContractType>
<d3p1:DriverId>a297cbd2-49cc-4271-983f-06c3b7c973ce</d3p1:DriverId>
<d3p1:DrivingType>LongDistance</d3p1:DrivingType>
<d3p1:EntryDate>2025-11-30T11:53:19.546778+00:00</d3p1:EntryDate>
<d3p1:ExpenseProfileId>e9edb9b0-ed35-4f91-905a-277946816ee0</d3p1:ExpenseProfileId>
<d3p1:IndemnityProfileId>d92450d4-99b2-4f1a-9575-aae9cea8290c</d3p1:IndemnityProfileId>
<d3p1:MonthContract>1</d3p1:MonthContract>
<d3p1:ReleaseDate>2025-11-30T11:53:19.546778+00:00</d3p1:ReleaseDate>
<d3p1:RuptureMotif>LicenciementLiquidation</d3p1:RuptureMotif>
<d3p1:ThresholdTimeSupMonth>4</d3p1:ThresholdTimeSupMonth>
<d3p1:ThresholdTimeSupWeek>3</d3p1:ThresholdTimeSupWeek>
<d3p1:Id>1</d3p1:Id>
</d3p1:DriverContractDto>
</Contracts>
<Identifiers>
<IdentifierDto>
<Id>ee603047-a36e-4b58-b382-9be0d33d4c6a</Id>
<UniqueIdentifier>sample string 4</UniqueIdentifier>
<CustomerId>8465648c-19b9-4caa-b9d0-aa16da261ff3</CustomerId>
<DeliveryNation>sample string 2</DeliveryNation>
<DetectionUtc>2025-11-30T11:53:19.546778+00:00</DetectionUtc>
<DriverId>2a2d5e54-254c-4a8f-bc9f-7dc597c472ab</DriverId>
<ExpirationUtc>2025-11-30T11:53:19.546778+00:00</ExpirationUtc>
<State>Unaffected</State>
<StateUtc>2025-11-30T11:53:19.546778+00:00</StateUtc>
<Type>Dallas_Key</Type>
</IdentifierDto>
<IdentifierDto>
<Id>ee603047-a36e-4b58-b382-9be0d33d4c6a</Id>
<UniqueIdentifier>sample string 4</UniqueIdentifier>
<CustomerId>8465648c-19b9-4caa-b9d0-aa16da261ff3</CustomerId>
<DeliveryNation>sample string 2</DeliveryNation>
<DetectionUtc>2025-11-30T11:53:19.546778+00:00</DetectionUtc>
<DriverId>2a2d5e54-254c-4a8f-bc9f-7dc597c472ab</DriverId>
<ExpirationUtc>2025-11-30T11:53:19.546778+00:00</ExpirationUtc>
<State>Unaffected</State>
<StateUtc>2025-11-30T11:53:19.546778+00:00</StateUtc>
<Type>Dallas_Key</Type>
</IdentifierDto>
</Identifiers>
<LastLegalFileDate>2025-11-30T11:53:19.546778+00:00</LastLegalFileDate>
</DriverForSettingsDto>
</ArrayOfDriverForSettingsDto>