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": "7f398e12-6714-4a18-8176-5184b948f7e7",
"CompanyId": "2a0c7ebc-9d45-4dfa-b114-55344d747210",
"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": "87229533-8189-418c-ae0d-e3076e9d94cc",
"CountryName": "sample string 12",
"StateId": "8f3358bb-70c5-43e5-b36b-4e0d8b207ef1",
"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": "ef8749d5-ff2a-492d-9273-993a6f177d7d",
"Clasification1Description": "sample string 21",
"Clasification2Id": "e31c22cc-fff4-4df1-bdba-cdc02ebd061a",
"Clasification2Description": "sample string 22",
"Clasification3Id": "8948e685-694c-4873-b87d-1c64bea8c273",
"Clasification3Description": "sample string 23",
"Clasification4Id": "5444ce69-5850-4641-b539-1491d99fa165",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "faf57d72-5f0f-4db6-8225-37643080ed66",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "a59ef9e9-b8f1-4ac0-a96e-9201ee1a9e77",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "faf57d72-5f0f-4db6-8225-37643080ed66",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "a59ef9e9-b8f1-4ac0-a96e-9201ee1a9e77",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "9d50cbe7-923c-4b01-9097-926c180ab5ba",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "41754ac7-9aff-43ff-b4c5-a4ba2f72c7e0",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "9d50cbe7-923c-4b01-9097-926c180ab5ba",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "41754ac7-9aff-43ff-b4c5-a4ba2f72c7e0",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "20a5b78b-e625-4e1e-ad46-d2ecdf22391d",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "2734ca70-cac1-4392-b2e3-291cbbb24dfa",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "20a5b78b-e625-4e1e-ad46-d2ecdf22391d",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "2734ca70-cac1-4392-b2e3-291cbbb24dfa",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "d1530d27-63c1-41e7-a4db-90d1a818004f",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "a3b0120d-0bfc-4dff-88e9-a040b8d4fd6d",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "d1530d27-63c1-41e7-a4db-90d1a818004f",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "a3b0120d-0bfc-4dff-88e9-a040b8d4fd6d",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "1c4b7b74-bee9-4b97-a6d3-86e3d0fc16b7",
"NetworkId": "5e05e754-5427-45e8-aad1-b5bb7c7095b0",
"NotificationFormatId": "4697535c-ea4c-4fde-be1b-cc3dc3324280",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T05:41:13.2000925Z",
"UserAtionetCreatedId": "3b1412dd-5a40-4e88-b3b2-835b12cb0357",
"UserAtionetDestinationId": "e0112bee-c0eb-44c7-a605-c00368b2ee91",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "a2262e02-8a6a-42bd-9409-e090194f51df",
"IdMerchant": "13be1681-65f8-4b34-8d31-11bf54306810",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "6393c751-e92a-48e7-9d6e-4b30d103efac",
"DriverId": "e52cf70f-5f4b-4928-bcd4-37927fa291ce",
"CreatedDateString": "2025/10/29 05:41"
},
{
"Id": "1c4b7b74-bee9-4b97-a6d3-86e3d0fc16b7",
"NetworkId": "5e05e754-5427-45e8-aad1-b5bb7c7095b0",
"NotificationFormatId": "4697535c-ea4c-4fde-be1b-cc3dc3324280",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T05:41:13.2000925Z",
"UserAtionetCreatedId": "3b1412dd-5a40-4e88-b3b2-835b12cb0357",
"UserAtionetDestinationId": "e0112bee-c0eb-44c7-a605-c00368b2ee91",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "a2262e02-8a6a-42bd-9409-e090194f51df",
"IdMerchant": "13be1681-65f8-4b34-8d31-11bf54306810",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "6393c751-e92a-48e7-9d6e-4b30d103efac",
"DriverId": "e52cf70f-5f4b-4928-bcd4-37927fa291ce",
"CreatedDateString": "2025/10/29 05:41"
}
],
"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": "881f48c6-4881-47d2-a23c-62105d2a6abf",
"VehicleId": "87d12cd4-d183-4241-bd25-f42eb914294a",
"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": "70e17552-41ab-4fa4-a431-79f138dc18e3",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "172d0214-f456-4abe-b04f-44c18a2677f3",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "f52841bd-1f84-4933-b571-aa0c8818acb1",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "283c7fb6-ab49-4f38-bf40-42eca05c6317",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "9034f295-0f33-4879-a533-050b26140c51",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "f4e35a9c-8504-4f7d-8733-987cc944e230",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "881f48c6-4881-47d2-a23c-62105d2a6abf",
"VehicleId": "87d12cd4-d183-4241-bd25-f42eb914294a",
"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": "70e17552-41ab-4fa4-a431-79f138dc18e3",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "172d0214-f456-4abe-b04f-44c18a2677f3",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "f52841bd-1f84-4933-b571-aa0c8818acb1",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "283c7fb6-ab49-4f38-bf40-42eca05c6317",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "9034f295-0f33-4879-a533-050b26140c51",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "f4e35a9c-8504-4f7d-8733-987cc944e230",
"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": "99d273ba-b39e-4e3b-88c1-2de6772ceced",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "11f4cbec-ba92-47ab-b090-03897d5cdd0e",
"TypeModelId": "1efadc78-455c-49a2-a44b-c8ee0234393c",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "11f4cbec-ba92-47ab-b090-03897d5cdd0e",
"TypeModelId": "1efadc78-455c-49a2-a44b-c8ee0234393c",
"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": "b5ffc185-b5ef-4736-bcbb-432b014241c8",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "dae8c1fe-5492-4eac-8b5a-318d6e79b48f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "09f0ca4d-d7fd-4153-b9aa-953581fca126",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "99d273ba-b39e-4e3b-88c1-2de6772ceced",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "11f4cbec-ba92-47ab-b090-03897d5cdd0e",
"TypeModelId": "1efadc78-455c-49a2-a44b-c8ee0234393c",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "11f4cbec-ba92-47ab-b090-03897d5cdd0e",
"TypeModelId": "1efadc78-455c-49a2-a44b-c8ee0234393c",
"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": "b5ffc185-b5ef-4736-bcbb-432b014241c8",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "dae8c1fe-5492-4eac-8b5a-318d6e79b48f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "09f0ca4d-d7fd-4153-b9aa-953581fca126",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "29cef85a-e997-4170-981c-052cfc93f919",
"CompanyContractId": "914515d6-b784-4231-a097-cafe38d6662b",
"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": "29cef85a-e997-4170-981c-052cfc93f919",
"CompanyContractId": "914515d6-b784-4231-a097-cafe38d6662b",
"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": "39ff9726-8879-4057-b8e8-45226f5e04fd",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T05:41:13.2000925Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"e3dc859d-68d2-4ccc-98dc-23fc4af44c09",
"69feb78e-a22d-4738-aa8c-35267c0fbbf9"
],
"DriverId": "1fa097ba-4af8-4500-83f4-b07e9de82361",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "f2e6f34f-2e24-4a19-adad-db7752f95466",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "39ff9726-8879-4057-b8e8-45226f5e04fd",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T05:41:13.2000925Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"e3dc859d-68d2-4ccc-98dc-23fc4af44c09",
"69feb78e-a22d-4738-aa8c-35267c0fbbf9"
],
"DriverId": "1fa097ba-4af8-4500-83f4-b07e9de82361",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "f2e6f34f-2e24-4a19-adad-db7752f95466",
"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": "67984e01-8faf-4c4c-96f4-1ba6c082b969"
}
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>dae8c1fe-5492-4eac-8b5a-318d6e79b48f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>09f0ca4d-d7fd-4153-b9aa-953581fca126</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>b5ffc185-b5ef-4736-bcbb-432b014241c8</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>11f4cbec-ba92-47ab-b090-03897d5cdd0e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1efadc78-455c-49a2-a44b-c8ee0234393c</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>11f4cbec-ba92-47ab-b090-03897d5cdd0e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1efadc78-455c-49a2-a44b-c8ee0234393c</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>99d273ba-b39e-4e3b-88c1-2de6772ceced</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>dae8c1fe-5492-4eac-8b5a-318d6e79b48f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>09f0ca4d-d7fd-4153-b9aa-953581fca126</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>b5ffc185-b5ef-4736-bcbb-432b014241c8</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>11f4cbec-ba92-47ab-b090-03897d5cdd0e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1efadc78-455c-49a2-a44b-c8ee0234393c</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>11f4cbec-ba92-47ab-b090-03897d5cdd0e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1efadc78-455c-49a2-a44b-c8ee0234393c</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>99d273ba-b39e-4e3b-88c1-2de6772ceced</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>ef8749d5-ff2a-492d-9273-993a6f177d7d</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>e31c22cc-fff4-4df1-bdba-cdc02ebd061a</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>8948e685-694c-4873-b87d-1c64bea8c273</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>5444ce69-5850-4641-b539-1491d99fa165</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>2a0c7ebc-9d45-4dfa-b114-55344d747210</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>87229533-8189-418c-ae0d-e3076e9d94cc</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>67984e01-8faf-4c4c-96f4-1ba6c082b969</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>7f398e12-6714-4a18-8176-5184b948f7e7</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>2734ca70-cac1-4392-b2e3-291cbbb24dfa</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>20a5b78b-e625-4e1e-ad46-d2ecdf22391d</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>2734ca70-cac1-4392-b2e3-291cbbb24dfa</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>20a5b78b-e625-4e1e-ad46-d2ecdf22391d</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>a3b0120d-0bfc-4dff-88e9-a040b8d4fd6d</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>d1530d27-63c1-41e7-a4db-90d1a818004f</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>a3b0120d-0bfc-4dff-88e9-a040b8d4fd6d</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>d1530d27-63c1-41e7-a4db-90d1a818004f</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>2025-10-29T05:41:13.2000925Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>e52cf70f-5f4b-4928-bcd4-37927fa291ce</DriverId>
<Id>1c4b7b74-bee9-4b97-a6d3-86e3d0fc16b7</Id>
<IdCompany>a2262e02-8a6a-42bd-9409-e090194f51df</IdCompany>
<IdMerchant>13be1681-65f8-4b34-8d31-11bf54306810</IdMerchant>
<Message />
<NetworkId>5e05e754-5427-45e8-aad1-b5bb7c7095b0</NetworkId>
<NotificationFormatId>4697535c-ea4c-4fde-be1b-cc3dc3324280</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>3b1412dd-5a40-4e88-b3b2-835b12cb0357</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>e0112bee-c0eb-44c7-a605-c00368b2ee91</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>6393c751-e92a-48e7-9d6e-4b30d103efac</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T05:41:13.2000925Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>e52cf70f-5f4b-4928-bcd4-37927fa291ce</DriverId>
<Id>1c4b7b74-bee9-4b97-a6d3-86e3d0fc16b7</Id>
<IdCompany>a2262e02-8a6a-42bd-9409-e090194f51df</IdCompany>
<IdMerchant>13be1681-65f8-4b34-8d31-11bf54306810</IdMerchant>
<Message />
<NetworkId>5e05e754-5427-45e8-aad1-b5bb7c7095b0</NetworkId>
<NotificationFormatId>4697535c-ea4c-4fde-be1b-cc3dc3324280</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>3b1412dd-5a40-4e88-b3b2-835b12cb0357</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>e0112bee-c0eb-44c7-a605-c00368b2ee91</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>6393c751-e92a-48e7-9d6e-4b30d103efac</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>914515d6-b784-4231-a097-cafe38d6662b</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>29cef85a-e997-4170-981c-052cfc93f919</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>914515d6-b784-4231-a097-cafe38d6662b</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>29cef85a-e997-4170-981c-052cfc93f919</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>a59ef9e9-b8f1-4ac0-a96e-9201ee1a9e77</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>faf57d72-5f0f-4db6-8225-37643080ed66</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>a59ef9e9-b8f1-4ac0-a96e-9201ee1a9e77</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>faf57d72-5f0f-4db6-8225-37643080ed66</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>8f3358bb-70c5-43e5-b36b-4e0d8b207ef1</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2025-10-29T05:41:13.2000925Z</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>1fa097ba-4af8-4500-83f4-b07e9de82361</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>39ff9726-8879-4057-b8e8-45226f5e04fd</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e3dc859d-68d2-4ccc-98dc-23fc4af44c09</d4p1:guid>
<d4p1:guid>69feb78e-a22d-4738-aa8c-35267c0fbbf9</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>f2e6f34f-2e24-4a19-adad-db7752f95466</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-10-29T05:41:13.2000925Z</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>1fa097ba-4af8-4500-83f4-b07e9de82361</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>39ff9726-8879-4057-b8e8-45226f5e04fd</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>e3dc859d-68d2-4ccc-98dc-23fc4af44c09</d4p1:guid>
<d4p1:guid>69feb78e-a22d-4738-aa8c-35267c0fbbf9</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>f2e6f34f-2e24-4a19-adad-db7752f95466</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>41754ac7-9aff-43ff-b4c5-a4ba2f72c7e0</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>9d50cbe7-923c-4b01-9097-926c180ab5ba</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>41754ac7-9aff-43ff-b4c5-a4ba2f72c7e0</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>9d50cbe7-923c-4b01-9097-926c180ab5ba</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>881f48c6-4881-47d2-a23c-62105d2a6abf</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>f52841bd-1f84-4933-b571-aa0c8818acb1</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>283c7fb6-ab49-4f38-bf40-42eca05c6317</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>9034f295-0f33-4879-a533-050b26140c51</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>f4e35a9c-8504-4f7d-8733-987cc944e230</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>70e17552-41ab-4fa4-a431-79f138dc18e3</VehicleFleetId>
<VehicleId>87d12cd4-d183-4241-bd25-f42eb914294a</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>172d0214-f456-4abe-b04f-44c18a2677f3</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>881f48c6-4881-47d2-a23c-62105d2a6abf</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>f52841bd-1f84-4933-b571-aa0c8818acb1</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>283c7fb6-ab49-4f38-bf40-42eca05c6317</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>9034f295-0f33-4879-a533-050b26140c51</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>f4e35a9c-8504-4f7d-8733-987cc944e230</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>70e17552-41ab-4fa4-a431-79f138dc18e3</VehicleFleetId>
<VehicleId>87d12cd4-d183-4241-bd25-f42eb914294a</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>172d0214-f456-4abe-b04f-44c18a2677f3</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>