GET Drivers/{id}
Gets a driver by it's ID, represented as DriverDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the driver. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The driver data.
DriverDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Code | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| CompleteName | string |
None. |
|
| Birthdate | string |
None. |
|
| LicenseNumber | string |
None. |
|
| Enabled | boolean |
None. |
|
| IsCodeAutomaticallyGenerated | boolean |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| CountryName | string |
None. |
|
| StateId | globally unique identifier |
None. |
|
| StateName | string |
None. |
|
| City | string |
None. |
|
| Street1 | string |
None. |
|
| Street2 | string |
None. |
|
| ZipCode | string |
None. |
|
| PhoneNumber1 | string |
None. |
|
| PhoneNumber2 | string |
None. |
|
| string |
None. |
||
| Clasification1Id | globally unique identifier |
None. |
|
| Clasification1Description | string |
None. |
|
| Clasification2Id | globally unique identifier |
None. |
|
| Clasification2Description | string |
None. |
|
| Clasification3Id | globally unique identifier |
None. |
|
| Clasification3Description | string |
None. |
|
| Clasification4Id | globally unique identifier |
None. |
|
| Clasification4Description | string |
None. |
|
| Rules | Collection of DriverRuleDto |
None. |
|
| Vehicles | Collection of DriverVehicleDto2 |
None. |
|
| Identifications | Collection of DriverIdentificationDto |
None. |
|
| LoyaltyIdentifications | Collection of DriverLoyaltyIdentificationDto |
None. |
|
| Notifications | Collection of SystemNotificationDto |
None. |
|
| Balance | string |
None. |
|
| Consumption | string |
None. |
|
| IdentificationsDescription | string |
None. |
|
| LoyaltyProgramsDescription | string |
None. |
|
| LoyaltyIdentificationsDescription | string |
None. |
|
| VehiclesDrivers | Collection of DriverVehicleDto |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| AvaliableAmount | decimal number |
None. |
|
| AvaliableVolume | decimal number |
None. |
|
| Balances | Collection of DriverBalanceDto |
None. |
|
| QuotaRules | Collection of DriverQuotaRuleBalanceDto |
None. |
|
| AverageCost | decimal number |
None. |
|
| SubAccounts | Collection of SubAccountDto |
None. |
|
| CreationDate | string |
None. |
|
| NetworkCreationDate | string |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "69ee15af-45ad-4631-b2aa-94465632daf4",
"CompanyId": "514d4aa9-ce5d-4612-9c22-a3718227d8c0",
"CompanyName": "sample string 3",
"Code": "sample string 4",
"LastName": "sample string 5",
"FirstName": "sample string 6",
"CompleteName": "sample string 7",
"Birthdate": "sample string 8",
"LicenseNumber": "sample string 9",
"Enabled": true,
"IsCodeAutomaticallyGenerated": true,
"CountryId": "b9a1a526-8c59-4021-bd3e-7aa856ad2cbb",
"CountryName": "sample string 12",
"StateId": "8c01d064-da61-4423-af84-b702d68129fa",
"StateName": "sample string 13",
"City": "sample string 14",
"Street1": "sample string 15",
"Street2": "sample string 16",
"ZipCode": "sample string 17",
"PhoneNumber1": "sample string 18",
"PhoneNumber2": "sample string 19",
"Email": "sample string 20",
"Clasification1Id": "a4500f73-4e54-4b8e-9d4d-057c68fff4a5",
"Clasification1Description": "sample string 21",
"Clasification2Id": "625c5139-7881-44b3-b893-c3cfd867d32f",
"Clasification2Description": "sample string 22",
"Clasification3Id": "392c2d5c-5e53-4e5a-b33c-8a2ea1d940a6",
"Clasification3Description": "sample string 23",
"Clasification4Id": "8373de1f-ee1b-4531-aee3-d88d4857d2e1",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "5c816eb5-8bd6-4542-b3e4-38f81038621e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "b4bfe5ba-90d1-435a-8856-3763a59c82eb",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "5c816eb5-8bd6-4542-b3e4-38f81038621e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "b4bfe5ba-90d1-435a-8856-3763a59c82eb",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "f43afe6e-28d9-402a-851d-faed8746cc33",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "be4b7874-4470-4ef2-a799-b0726610e2cb",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "f43afe6e-28d9-402a-851d-faed8746cc33",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "be4b7874-4470-4ef2-a799-b0726610e2cb",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "65575091-e23c-4ded-aeea-b4eeee5334b6",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "7fee1a18-f5ad-47a2-a8be-97c985147fc1",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "65575091-e23c-4ded-aeea-b4eeee5334b6",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "7fee1a18-f5ad-47a2-a8be-97c985147fc1",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "1acc4468-1b85-4673-9bb7-3f543c8d3de5",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "ad994ba1-a31d-4d27-a8f3-ede89025eebe",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "1acc4468-1b85-4673-9bb7-3f543c8d3de5",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "ad994ba1-a31d-4d27-a8f3-ede89025eebe",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "6482b709-f631-4df4-96c7-da6c18bef1ec",
"NetworkId": "99ddabf8-2a74-433f-8040-2b41e7adb260",
"NotificationFormatId": "0328ef79-0056-4b9e-839e-d7eb29fbe3fd",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:02:25.4786526Z",
"UserAtionetCreatedId": "24fa9ade-fe31-4740-a81b-75e72130702e",
"UserAtionetDestinationId": "d698d787-6acc-490f-b99a-4c2ec5470a22",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "f98b9706-48c2-497d-b34d-7dd83524ba5d",
"IdMerchant": "7631dae6-2ba4-4432-b1cc-af8a1c9904a1",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "f4ef7f38-fab7-4009-88b8-d31d79dc21cc",
"DriverId": "9c05d346-4b53-476e-bc15-d5cb42db384c",
"CreatedDateString": "2026/08/03 19:02"
},
{
"Id": "6482b709-f631-4df4-96c7-da6c18bef1ec",
"NetworkId": "99ddabf8-2a74-433f-8040-2b41e7adb260",
"NotificationFormatId": "0328ef79-0056-4b9e-839e-d7eb29fbe3fd",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:02:25.4786526Z",
"UserAtionetCreatedId": "24fa9ade-fe31-4740-a81b-75e72130702e",
"UserAtionetDestinationId": "d698d787-6acc-490f-b99a-4c2ec5470a22",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "f98b9706-48c2-497d-b34d-7dd83524ba5d",
"IdMerchant": "7631dae6-2ba4-4432-b1cc-af8a1c9904a1",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "f4ef7f38-fab7-4009-88b8-d31d79dc21cc",
"DriverId": "9c05d346-4b53-476e-bc15-d5cb42db384c",
"CreatedDateString": "2026/08/03 19:02"
}
],
"Balance": "sample string 25",
"Consumption": "sample string 26",
"IdentificationsDescription": "sample string 3 - sample string 2 / sample string 3 - sample string 2",
"LoyaltyProgramsDescription": "sample string 27",
"LoyaltyIdentificationsDescription": "sample string 28",
"VehiclesDrivers": [
{
"Id": "b9ca97c7-a9d9-4f54-aeaa-a549ca764ef0",
"VehicleId": "ce5043c2-f316-4035-976a-c169a9a8c7f7",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "6025101c-86b2-458a-b135-415487904192",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "6f877f28-178d-4397-a999-72ae206e3da0",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "936d068c-f88f-4520-9339-fccc5989c6fd",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "9b5e6609-df86-495a-8de7-12a150eb73b1",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "a7f2ee6f-dae0-4512-a47e-b609e1d17d9c",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "e5ca632e-7785-405d-942a-8bf2b494b009",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "b9ca97c7-a9d9-4f54-aeaa-a549ca764ef0",
"VehicleId": "ce5043c2-f316-4035-976a-c169a9a8c7f7",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "6025101c-86b2-458a-b135-415487904192",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "6f877f28-178d-4397-a999-72ae206e3da0",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "936d068c-f88f-4520-9339-fccc5989c6fd",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "9b5e6609-df86-495a-8de7-12a150eb73b1",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "a7f2ee6f-dae0-4512-a47e-b609e1d17d9c",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "e5ca632e-7785-405d-942a-8bf2b494b009",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Custom0": "sample string 29",
"Custom1": "sample string 30",
"Custom2": "sample string 31",
"Custom3": "sample string 32",
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "aaf20aad-57c1-4c9a-853f-72ac33c4667a",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "529fff25-0d88-4480-b86b-643a77ad0aed",
"TypeModelId": "04d97ea4-52b1-4ba7-88ec-d85b80294a09",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "529fff25-0d88-4480-b86b-643a77ad0aed",
"TypeModelId": "04d97ea4-52b1-4ba7-88ec-d85b80294a09",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
}
],
"IdentificationsDescription": "sample string 3 - sample string 4 / sample string 3 - sample string 4",
"BalanceMode": 64,
"BalanceModeDescription": "sample string 3",
"CompanyContractId": "44dbe692-49e0-42f6-844d-e45dd53935e2",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "d09f913b-4595-4586-bebb-6e71ea1c7f95",
"CurrencyCode": "sample string 8",
"FuelMasterId": "dcaa3685-12b7-47b5-813f-586ef5d30236",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "aaf20aad-57c1-4c9a-853f-72ac33c4667a",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "529fff25-0d88-4480-b86b-643a77ad0aed",
"TypeModelId": "04d97ea4-52b1-4ba7-88ec-d85b80294a09",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "529fff25-0d88-4480-b86b-643a77ad0aed",
"TypeModelId": "04d97ea4-52b1-4ba7-88ec-d85b80294a09",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
}
],
"IdentificationsDescription": "sample string 3 - sample string 4 / sample string 3 - sample string 4",
"BalanceMode": 64,
"BalanceModeDescription": "sample string 3",
"CompanyContractId": "44dbe692-49e0-42f6-844d-e45dd53935e2",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "d09f913b-4595-4586-bebb-6e71ea1c7f95",
"CurrencyCode": "sample string 8",
"FuelMasterId": "dcaa3685-12b7-47b5-813f-586ef5d30236",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "cef6a59c-e9a9-48bb-8c62-276081fdba1b",
"CompanyContractId": "9a4d26b7-602c-4345-80a7-5a8af150d889",
"Description": "sample string 2",
"Frequency": 64,
"FrequencyDescription": "sample string 4",
"Duration": 5,
"Money": 1.0,
"Volume": 1.0,
"Transactions": 1,
"SecurityLimit": 1.0,
"OfflineLimit": 1.0,
"ContingencyLimit": 1.0
},
"Money": 1.0,
"Volume": 1.0,
"Transactions": 1
},
{
"QuotaRule": {
"Id": "cef6a59c-e9a9-48bb-8c62-276081fdba1b",
"CompanyContractId": "9a4d26b7-602c-4345-80a7-5a8af150d889",
"Description": "sample string 2",
"Frequency": 64,
"FrequencyDescription": "sample string 4",
"Duration": 5,
"Money": 1.0,
"Volume": 1.0,
"Transactions": 1,
"SecurityLimit": 1.0,
"OfflineLimit": 1.0,
"ContingencyLimit": 1.0
},
"Money": 1.0,
"Volume": 1.0,
"Transactions": 1
}
],
"AverageCost": 1.0,
"SubAccounts": [
{
"Id": "f6316776-f8ea-4148-87b1-c4da586f39ed",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:02:25.4786526Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"e6303cd0-46e6-4d87-a8d4-7b1760bd1e58",
"bd93e1f8-c7fd-4a08-abd4-20c1cc0ec17f"
],
"DriverId": "b78f7263-9657-435c-8ab8-4c5b8aa41411",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "e9dab523-e0b3-4248-83be-0de2b336b86b",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "f6316776-f8ea-4148-87b1-c4da586f39ed",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:02:25.4786526Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"e6303cd0-46e6-4d87-a8d4-7b1760bd1e58",
"bd93e1f8-c7fd-4a08-abd4-20c1cc0ec17f"
],
"DriverId": "b78f7263-9657-435c-8ab8-4c5b8aa41411",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "e9dab523-e0b3-4248-83be-0de2b336b86b",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "sample string 33",
"NetworkCreationDate": "sample string 34",
"NetworkTimezoneCode": "sample string 35",
"CreatorUserId": "1b504e14-b8ca-417f-a052-8156e741f85f"
}
application/xml, text/xml
Sample:
<DriverDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<AvaliableAmount>1</AvaliableAmount>
<AvaliableVolume>1</AvaliableVolume>
<AverageCost>1</AverageCost>
<Balance>sample string 25</Balance>
<Balances>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>d09f913b-4595-4586-bebb-6e71ea1c7f95</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>dcaa3685-12b7-47b5-813f-586ef5d30236</FuelMasterId>
<FuelName>sample string 10</FuelName>
<Value>7</Value>
<BalanceMode>64</BalanceMode>
<BalanceModeDescription>sample string 3</BalanceModeDescription>
<CompanyContractCode>sample string 5</CompanyContractCode>
<CompanyContractDescription>sample string 6</CompanyContractDescription>
<CompanyContractId>44dbe692-49e0-42f6-844d-e45dd53935e2</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>529fff25-0d88-4480-b86b-643a77ad0aed</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>04d97ea4-52b1-4ba7-88ec-d85b80294a09</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>529fff25-0d88-4480-b86b-643a77ad0aed</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>04d97ea4-52b1-4ba7-88ec-d85b80294a09</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>aaf20aad-57c1-4c9a-853f-72ac33c4667a</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>d09f913b-4595-4586-bebb-6e71ea1c7f95</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>dcaa3685-12b7-47b5-813f-586ef5d30236</FuelMasterId>
<FuelName>sample string 10</FuelName>
<Value>7</Value>
<BalanceMode>64</BalanceMode>
<BalanceModeDescription>sample string 3</BalanceModeDescription>
<CompanyContractCode>sample string 5</CompanyContractCode>
<CompanyContractDescription>sample string 6</CompanyContractDescription>
<CompanyContractId>44dbe692-49e0-42f6-844d-e45dd53935e2</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>529fff25-0d88-4480-b86b-643a77ad0aed</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>04d97ea4-52b1-4ba7-88ec-d85b80294a09</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>529fff25-0d88-4480-b86b-643a77ad0aed</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>04d97ea4-52b1-4ba7-88ec-d85b80294a09</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>aaf20aad-57c1-4c9a-853f-72ac33c4667a</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>a4500f73-4e54-4b8e-9d4d-057c68fff4a5</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>625c5139-7881-44b3-b893-c3cfd867d32f</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>392c2d5c-5e53-4e5a-b33c-8a2ea1d940a6</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>8373de1f-ee1b-4531-aee3-d88d4857d2e1</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>514d4aa9-ce5d-4612-9c22-a3718227d8c0</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>b9a1a526-8c59-4021-bd3e-7aa856ad2cbb</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>1b504e14-b8ca-417f-a052-8156e741f85f</CreatorUserId>
<Custom0>sample string 29</Custom0>
<Custom1>sample string 30</Custom1>
<Custom2>sample string 31</Custom2>
<Custom3>sample string 32</Custom3>
<Email>sample string 20</Email>
<Enabled>true</Enabled>
<FirstName>sample string 6</FirstName>
<Id>69ee15af-45ad-4631-b2aa-94465632daf4</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>7fee1a18-f5ad-47a2-a8be-97c985147fc1</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>65575091-e23c-4ded-aeea-b4eeee5334b6</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>7fee1a18-f5ad-47a2-a8be-97c985147fc1</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>65575091-e23c-4ded-aeea-b4eeee5334b6</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
</Identifications>
<IsCodeAutomaticallyGenerated>true</IsCodeAutomaticallyGenerated>
<LastName>sample string 5</LastName>
<LicenseNumber>sample string 9</LicenseNumber>
<LoyaltyIdentifications>
<DriverLoyaltyIdentificationDto>
<DriverId>ad994ba1-a31d-4d27-a8f3-ede89025eebe</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>1acc4468-1b85-4673-9bb7-3f543c8d3de5</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>ad994ba1-a31d-4d27-a8f3-ede89025eebe</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>1acc4468-1b85-4673-9bb7-3f543c8d3de5</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
</LoyaltyIdentifications>
<LoyaltyIdentificationsDescription>sample string 28</LoyaltyIdentificationsDescription>
<LoyaltyProgramsDescription>sample string 27</LoyaltyProgramsDescription>
<NetworkCreationDate>sample string 34</NetworkCreationDate>
<NetworkTimezoneCode>sample string 35</NetworkTimezoneCode>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:02:25.4786526Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9c05d346-4b53-476e-bc15-d5cb42db384c</DriverId>
<Id>6482b709-f631-4df4-96c7-da6c18bef1ec</Id>
<IdCompany>f98b9706-48c2-497d-b34d-7dd83524ba5d</IdCompany>
<IdMerchant>7631dae6-2ba4-4432-b1cc-af8a1c9904a1</IdMerchant>
<Message />
<NetworkId>99ddabf8-2a74-433f-8040-2b41e7adb260</NetworkId>
<NotificationFormatId>0328ef79-0056-4b9e-839e-d7eb29fbe3fd</NotificationFormatId>
<Origin>sample string 3</Origin>
<Payload>sample string 12</Payload>
<State>64</State>
<Subject>sample string 8</Subject>
<Type>64</Type>
<UserAtionetCreated>sample string 10</UserAtionetCreated>
<UserAtionetCreatedId>24fa9ade-fe31-4740-a81b-75e72130702e</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>d698d787-6acc-490f-b99a-4c2ec5470a22</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>f4ef7f38-fab7-4009-88b8-d31d79dc21cc</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:02:25.4786526Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9c05d346-4b53-476e-bc15-d5cb42db384c</DriverId>
<Id>6482b709-f631-4df4-96c7-da6c18bef1ec</Id>
<IdCompany>f98b9706-48c2-497d-b34d-7dd83524ba5d</IdCompany>
<IdMerchant>7631dae6-2ba4-4432-b1cc-af8a1c9904a1</IdMerchant>
<Message />
<NetworkId>99ddabf8-2a74-433f-8040-2b41e7adb260</NetworkId>
<NotificationFormatId>0328ef79-0056-4b9e-839e-d7eb29fbe3fd</NotificationFormatId>
<Origin>sample string 3</Origin>
<Payload>sample string 12</Payload>
<State>64</State>
<Subject>sample string 8</Subject>
<Type>64</Type>
<UserAtionetCreated>sample string 10</UserAtionetCreated>
<UserAtionetCreatedId>24fa9ade-fe31-4740-a81b-75e72130702e</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>d698d787-6acc-490f-b99a-4c2ec5470a22</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>f4ef7f38-fab7-4009-88b8-d31d79dc21cc</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>9a4d26b7-602c-4345-80a7-5a8af150d889</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>cef6a59c-e9a9-48bb-8c62-276081fdba1b</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>9a4d26b7-602c-4345-80a7-5a8af150d889</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>cef6a59c-e9a9-48bb-8c62-276081fdba1b</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
</QuotaRules>
<Rules>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>b4bfe5ba-90d1-435a-8856-3763a59c82eb</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>5c816eb5-8bd6-4542-b3e4-38f81038621e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>b4bfe5ba-90d1-435a-8856-3763a59c82eb</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>5c816eb5-8bd6-4542-b3e4-38f81038621e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>8c01d064-da61-4423-af84-b702d68129fa</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-08-03T19:02:25.4786526Z</BalanceDate>
<Consumption>8</Consumption>
<ContractDescription>sample string 4</ContractDescription>
<CurrentBalance>6</CurrentBalance>
<Description>sample string 2</Description>
<DriverCode>sample string 10</DriverCode>
<DriverFirstName>sample string 11</DriverFirstName>
<DriverId>b78f7263-9657-435c-8ab8-4c5b8aa41411</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>f6316776-f8ea-4148-87b1-c4da586f39ed</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e6303cd0-46e6-4d87-a8d4-7b1760bd1e58</d4p1:guid>
<d4p1:guid>bd93e1f8-c7fd-4a08-abd4-20c1cc0ec17f</d4p1:guid>
</IdentificationIds>
<IdentificationsDescription>sample string 3</IdentificationsDescription>
<Limit>9</Limit>
<PreviousBalance>7</PreviousBalance>
<VehicleCode>sample string 13</VehicleCode>
<VehicleConsumption>14</VehicleConsumption>
<VehicleEngineHours>1</VehicleEngineHours>
<VehicleId>e9dab523-e0b3-4248-83be-0de2b336b86b</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-08-03T19:02:25.4786526Z</BalanceDate>
<Consumption>8</Consumption>
<ContractDescription>sample string 4</ContractDescription>
<CurrentBalance>6</CurrentBalance>
<Description>sample string 2</Description>
<DriverCode>sample string 10</DriverCode>
<DriverFirstName>sample string 11</DriverFirstName>
<DriverId>b78f7263-9657-435c-8ab8-4c5b8aa41411</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>f6316776-f8ea-4148-87b1-c4da586f39ed</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e6303cd0-46e6-4d87-a8d4-7b1760bd1e58</d4p1:guid>
<d4p1:guid>bd93e1f8-c7fd-4a08-abd4-20c1cc0ec17f</d4p1:guid>
</IdentificationIds>
<IdentificationsDescription>sample string 3</IdentificationsDescription>
<Limit>9</Limit>
<PreviousBalance>7</PreviousBalance>
<VehicleCode>sample string 13</VehicleCode>
<VehicleConsumption>14</VehicleConsumption>
<VehicleEngineHours>1</VehicleEngineHours>
<VehicleId>e9dab523-e0b3-4248-83be-0de2b336b86b</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>be4b7874-4470-4ef2-a799-b0726610e2cb</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>f43afe6e-28d9-402a-851d-faed8746cc33</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>be4b7874-4470-4ef2-a799-b0726610e2cb</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>f43afe6e-28d9-402a-851d-faed8746cc33</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>b9ca97c7-a9d9-4f54-aeaa-a549ca764ef0</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>936d068c-f88f-4520-9339-fccc5989c6fd</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>9b5e6609-df86-495a-8de7-12a150eb73b1</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>a7f2ee6f-dae0-4512-a47e-b609e1d17d9c</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>e5ca632e-7785-405d-942a-8bf2b494b009</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>6025101c-86b2-458a-b135-415487904192</VehicleFleetId>
<VehicleId>ce5043c2-f316-4035-976a-c169a9a8c7f7</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>6f877f28-178d-4397-a999-72ae206e3da0</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>b9ca97c7-a9d9-4f54-aeaa-a549ca764ef0</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>936d068c-f88f-4520-9339-fccc5989c6fd</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>9b5e6609-df86-495a-8de7-12a150eb73b1</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>a7f2ee6f-dae0-4512-a47e-b609e1d17d9c</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>e5ca632e-7785-405d-942a-8bf2b494b009</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>6025101c-86b2-458a-b135-415487904192</VehicleFleetId>
<VehicleId>ce5043c2-f316-4035-976a-c169a9a8c7f7</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>6f877f28-178d-4397-a999-72ae206e3da0</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>