GET Vehicles/{id}
Gets a vehicle by it's ID, represented as VehicleDto.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the vehicle. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
The vehicle data.
VehicleDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Plate | string |
None. |
|
| Enabled | boolean |
None. |
|
| Year | integer |
None. |
|
| CurrentOdometer | integer |
None. |
|
| LastOdometerDate | date |
None. |
|
| LastEngineHoursDate | date |
None. |
|
| EngineNumber | string |
None. |
|
| ChassisNumber | string |
None. |
|
| CurrentEngineHours | integer |
None. |
|
| ServiceDescription | string |
None. |
|
| ServiceType | integer |
None. |
|
| InitialOdometer | integer |
None. |
|
| FleetId | globally unique identifier |
None. |
|
| FleetDescription | string |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| VehiclesClassId | globally unique identifier |
None. |
|
| VehiclesClassDescription | 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. |
|
| EnableClasification1 | boolean |
None. |
|
| EnableClasification2 | boolean |
None. |
|
| EnableClasification3 | boolean |
None. |
|
| EnableClasification4 | boolean |
None. |
|
| Clasification1Label | string |
None. |
|
| Clasification2Label | string |
None. |
|
| Clasification3Label | string |
None. |
|
| Clasification4Label | string |
None. |
|
| VehiclesDrivers | Collection of VehicleDriverDto |
None. |
|
| Brand | string |
None. |
|
| Model | string |
None. |
|
| SubModel | string |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| EnableCustom1 | boolean |
None. |
|
| EnableCustom2 | boolean |
None. |
|
| EnableCustom3 | boolean |
None. |
|
| EnableCustom4 | boolean |
None. |
|
| LabelCustom1 | string |
None. |
|
| LabelCustom2 | string |
None. |
|
| LabelCustom3 | string |
None. |
|
| LabelCustom4 | string |
None. |
|
| Rules | Collection of RuleVehicleDto |
None. |
|
| FleetRules | Collection of RuleFleetDto |
None. |
|
| AvaliableAmount | decimal number |
None. |
|
| AvaliableVolume | decimal number |
None. |
|
| Balances | Collection of VehicleBalanceDto |
None. |
|
| QuotaRules | Collection of VehicleQuotaRuleBalanceDto |
None. |
|
| FleetQuotaRules | Collection of FleetQuotaRuleBalanceDto |
None. |
|
| VehicleTypeId | globally unique identifier |
None. |
|
| VehicleTypeCode | string |
None. |
|
| Colour | string |
None. |
|
| Identifications | Collection of VehicleIdentificationDto |
None. |
|
| ExclusiveRules | Collection of VehicleRuleDto |
None. |
|
| ServiceFileEntries | Collection of VehicleServiceFileEntriesDto |
None. |
|
| Notifications | Collection of SystemNotificationDto |
None. |
|
| AverageConsumption | decimal number |
None. |
|
| AverageTravel | decimal number |
None. |
|
| AverageCost | decimal number |
None. |
|
| TotalCO2 | decimal number |
None. |
|
| TotalTravel | decimal number |
None. |
|
| SubAccounts | Collection of SubAccountDto |
None. |
|
| CreationDate | date |
None. |
|
| NetworkCreationDate | date |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| UserId | globally unique identifier |
None. |
|
| State | byte |
None. |
|
| UpdateStateDate | date |
None. |
|
| NetworkUpdateStateDate | date |
None. |
|
| string |
None. |
||
| GPSDeviceID | string |
None. |
|
| GPSDeviceOdometer | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "359f06bd-6dc7-4cbb-851a-166534b84dc8",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-01-14T14:42:29.6372619Z",
"LastEngineHoursDate": "2026-01-14T14:42:29.6372619Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "9ab3ea61-1dad-46a9-a90e-cc43c70d9c53",
"FleetDescription": "sample string 10",
"CompanyId": "0d35bf51-ddce-4580-bcb4-3eeb96205f85",
"CompanyName": "sample string 12",
"VehiclesClassId": "871a4e45-f707-45db-bca7-30f273c528ca",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "3f6915fc-52a7-4c66-98d4-16f335995e97",
"Clasification1Description": "sample string 15",
"Clasification2Id": "8a8cc9b0-2bae-4223-9a96-3cb4c436c1e5",
"Clasification2Description": "sample string 16",
"Clasification3Id": "d125a944-1819-4193-9ec7-d1edf3c82b02",
"Clasification3Description": "sample string 17",
"Clasification4Id": "917b6d0a-c48f-473b-b30b-af1981fcae87",
"Clasification4Description": "sample string 18",
"EnableClasification1": true,
"EnableClasification2": true,
"EnableClasification3": true,
"EnableClasification4": true,
"Clasification1Label": "sample string 23",
"Clasification2Label": "sample string 24",
"Clasification3Label": "sample string 25",
"Clasification4Label": "sample string 26",
"VehiclesDrivers": [
{
"DriverId": "83e3e673-cf85-4833-9f61-eea6988534e1",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "83e3e673-cf85-4833-9f61-eea6988534e1",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
}
],
"Brand": "sample string 27",
"Model": "sample string 28",
"SubModel": "sample string 29",
"Custom0": "sample string 30",
"Custom1": "sample string 31",
"Custom2": "sample string 32",
"Custom3": "sample string 33",
"EnableCustom1": true,
"EnableCustom2": true,
"EnableCustom3": true,
"EnableCustom4": true,
"LabelCustom1": "sample string 38",
"LabelCustom2": "sample string 39",
"LabelCustom3": "sample string 40",
"LabelCustom4": "sample string 41",
"Rules": [
{
"IdRule": "165698fd-155c-42f7-8cd9-659e263a282e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "c489228e-f62d-4958-99c7-c9d4ee4c23ea",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "165698fd-155c-42f7-8cd9-659e263a282e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "c489228e-f62d-4958-99c7-c9d4ee4c23ea",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "e5088d3b-b7c7-46c2-adb6-ffcf87532c72",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "74448298-be35-4a62-8acb-e39680eaffe6",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "e5088d3b-b7c7-46c2-adb6-ffcf87532c72",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "74448298-be35-4a62-8acb-e39680eaffe6",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "16c693a8-6a41-4270-92dc-001ade24bd6a",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "1ca95161-ecd6-4121-90d9-d465da121e97",
"TypeModelId": "0cb015c7-283c-4ee3-91b2-13cceb128f9f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "1ca95161-ecd6-4121-90d9-d465da121e97",
"TypeModelId": "0cb015c7-283c-4ee3-91b2-13cceb128f9f",
"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": "d7e97864-3b27-4ad7-be32-9be40093736a",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "f3207079-4eaa-4bdf-b202-7dc3dc66eb04",
"CurrencyCode": "sample string 8",
"FuelMasterId": "594008bd-902a-4efd-a11e-095d5d8dc298",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "16c693a8-6a41-4270-92dc-001ade24bd6a",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "1ca95161-ecd6-4121-90d9-d465da121e97",
"TypeModelId": "0cb015c7-283c-4ee3-91b2-13cceb128f9f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "1ca95161-ecd6-4121-90d9-d465da121e97",
"TypeModelId": "0cb015c7-283c-4ee3-91b2-13cceb128f9f",
"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": "d7e97864-3b27-4ad7-be32-9be40093736a",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "f3207079-4eaa-4bdf-b202-7dc3dc66eb04",
"CurrencyCode": "sample string 8",
"FuelMasterId": "594008bd-902a-4efd-a11e-095d5d8dc298",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "322b52bc-7b17-4ca6-92ca-4348e274b0e0",
"CompanyContractId": "3f2a8f75-c1a7-4b57-ad06-5a17238a7a62",
"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": "322b52bc-7b17-4ca6-92ca-4348e274b0e0",
"CompanyContractId": "3f2a8f75-c1a7-4b57-ad06-5a17238a7a62",
"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
}
],
"FleetQuotaRules": [
{
"FleetId": "ccf850b2-6bbb-4f39-9ff7-d9e981f1f21c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "322b52bc-7b17-4ca6-92ca-4348e274b0e0",
"CompanyContractId": "3f2a8f75-c1a7-4b57-ad06-5a17238a7a62",
"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
},
{
"FleetId": "ccf850b2-6bbb-4f39-9ff7-d9e981f1f21c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "322b52bc-7b17-4ca6-92ca-4348e274b0e0",
"CompanyContractId": "3f2a8f75-c1a7-4b57-ad06-5a17238a7a62",
"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
}
],
"VehicleTypeId": "7d49faec-589b-485f-a332-ead77bdf36f4",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "2dc57d1c-acdb-4d9a-9e10-38bcd78585a9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "abaa54c7-7397-413e-a8f6-ba6adf4d07cd",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "2dc57d1c-acdb-4d9a-9e10-38bcd78585a9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "abaa54c7-7397-413e-a8f6-ba6adf4d07cd",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "1ba7a918-6828-40ea-af70-29432e5fb60a",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "1ba7a918-6828-40ea-af70-29432e5fb60a",
"RuleName": "sample string 2",
"RuleType": 64
}
],
"ServiceFileEntries": [
{
"EntryDate": "sample string 1",
"ServiceFileEntryTypeDescription": "sample string 2",
"TypeDescription": "sample string 3",
"RecordDate": "sample string 4"
},
{
"EntryDate": "sample string 1",
"ServiceFileEntryTypeDescription": "sample string 2",
"TypeDescription": "sample string 3",
"RecordDate": "sample string 4"
}
],
"Notifications": [
{
"Id": "e5273d37-c3b0-439b-bb8d-fe7f2a04eaa4",
"NetworkId": "25cf649a-3113-4130-8f33-12ea1b99c7e0",
"NotificationFormatId": "f166cfe4-78c1-4515-9a20-e23ee363673c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-01-14T14:42:29.6372619Z",
"UserAtionetCreatedId": "bf0c6251-3c24-4a7b-b0c8-04ff507cccff",
"UserAtionetDestinationId": "7ae71c07-9032-48dc-80f4-3fdd9f4fcb5f",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "00fe7bb2-a170-4292-8800-af2040ad8eae",
"IdMerchant": "6d0cd121-f1e7-4858-8cfd-817b7670e4d9",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "72b3a5e6-c2b1-428f-a75e-e886e5d90b73",
"DriverId": "9854e0c2-378d-4393-848c-7c25a0b4249f",
"CreatedDateString": "2026/01/14 14:42"
},
{
"Id": "e5273d37-c3b0-439b-bb8d-fe7f2a04eaa4",
"NetworkId": "25cf649a-3113-4130-8f33-12ea1b99c7e0",
"NotificationFormatId": "f166cfe4-78c1-4515-9a20-e23ee363673c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-01-14T14:42:29.6372619Z",
"UserAtionetCreatedId": "bf0c6251-3c24-4a7b-b0c8-04ff507cccff",
"UserAtionetDestinationId": "7ae71c07-9032-48dc-80f4-3fdd9f4fcb5f",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "00fe7bb2-a170-4292-8800-af2040ad8eae",
"IdMerchant": "6d0cd121-f1e7-4858-8cfd-817b7670e4d9",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "72b3a5e6-c2b1-428f-a75e-e886e5d90b73",
"DriverId": "9854e0c2-378d-4393-848c-7c25a0b4249f",
"CreatedDateString": "2026/01/14 14:42"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "30c2d30e-fd50-4a02-81e8-2c19ff610b3d",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-01-14T14:42:29.6372619Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"3d60451a-deb5-4fb7-9089-2dfb3b6c2cff",
"c012c995-4161-484b-a2b7-f482d9b58c53"
],
"DriverId": "dc72ee0a-8f5f-4102-9a6e-d1c6ed03f28a",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "3e0c2b69-5c5e-47d7-b371-cd7b44cc72fc",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "30c2d30e-fd50-4a02-81e8-2c19ff610b3d",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-01-14T14:42:29.6372619Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"3d60451a-deb5-4fb7-9089-2dfb3b6c2cff",
"c012c995-4161-484b-a2b7-f482d9b58c53"
],
"DriverId": "dc72ee0a-8f5f-4102-9a6e-d1c6ed03f28a",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "3e0c2b69-5c5e-47d7-b371-cd7b44cc72fc",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-01-14T14:42:29.6372619Z",
"NetworkCreationDate": "2026-01-14T14:42:29.6372619Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "f7d52fd9-d473-44ed-a6db-e02db508a458",
"State": 64,
"UpdateStateDate": "2026-01-14T14:42:29.6372619Z",
"NetworkUpdateStateDate": "2026-01-14T14:42:29.6372619Z",
"Email": "sample string 47",
"GPSDeviceID": "sample string 48",
"GPSDeviceOdometer": 1
}
application/xml, text/xml
Sample:
<VehicleDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<AvaliableAmount>1</AvaliableAmount>
<AvaliableVolume>1</AvaliableVolume>
<AverageConsumption>1</AverageConsumption>
<AverageCost>1</AverageCost>
<AverageTravel>1</AverageTravel>
<Balances>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>f3207079-4eaa-4bdf-b202-7dc3dc66eb04</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>594008bd-902a-4efd-a11e-095d5d8dc298</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>d7e97864-3b27-4ad7-be32-9be40093736a</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>1ca95161-ecd6-4121-90d9-d465da121e97</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0cb015c7-283c-4ee3-91b2-13cceb128f9f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>1ca95161-ecd6-4121-90d9-d465da121e97</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0cb015c7-283c-4ee3-91b2-13cceb128f9f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>16c693a8-6a41-4270-92dc-001ade24bd6a</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>f3207079-4eaa-4bdf-b202-7dc3dc66eb04</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>594008bd-902a-4efd-a11e-095d5d8dc298</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>d7e97864-3b27-4ad7-be32-9be40093736a</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>1ca95161-ecd6-4121-90d9-d465da121e97</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0cb015c7-283c-4ee3-91b2-13cceb128f9f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>1ca95161-ecd6-4121-90d9-d465da121e97</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0cb015c7-283c-4ee3-91b2-13cceb128f9f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>16c693a8-6a41-4270-92dc-001ade24bd6a</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>3f6915fc-52a7-4c66-98d4-16f335995e97</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>8a8cc9b0-2bae-4223-9a96-3cb4c436c1e5</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>d125a944-1819-4193-9ec7-d1edf3c82b02</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>917b6d0a-c48f-473b-b30b-af1981fcae87</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>0d35bf51-ddce-4580-bcb4-3eeb96205f85</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-01-14T14:42:29.6372619Z</CreationDate>
<CurrentEngineHours>1</CurrentEngineHours>
<CurrentOdometer>1</CurrentOdometer>
<Custom0>sample string 30</Custom0>
<Custom1>sample string 31</Custom1>
<Custom2>sample string 32</Custom2>
<Custom3>sample string 33</Custom3>
<Email>sample string 47</Email>
<EnableClasification1>true</EnableClasification1>
<EnableClasification2>true</EnableClasification2>
<EnableClasification3>true</EnableClasification3>
<EnableClasification4>true</EnableClasification4>
<EnableCustom1>true</EnableCustom1>
<EnableCustom2>true</EnableCustom2>
<EnableCustom3>true</EnableCustom3>
<EnableCustom4>true</EnableCustom4>
<Enabled>true</Enabled>
<EngineNumber>sample string 5</EngineNumber>
<ExclusiveRules>
<VehicleRuleDto>
<RuleId>1ba7a918-6828-40ea-af70-29432e5fb60a</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>1ba7a918-6828-40ea-af70-29432e5fb60a</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>9ab3ea61-1dad-46a9-a90e-cc43c70d9c53</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>3f2a8f75-c1a7-4b57-ad06-5a17238a7a62</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>322b52bc-7b17-4ca6-92ca-4348e274b0e0</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>ccf850b2-6bbb-4f39-9ff7-d9e981f1f21c</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>3f2a8f75-c1a7-4b57-ad06-5a17238a7a62</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>322b52bc-7b17-4ca6-92ca-4348e274b0e0</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>ccf850b2-6bbb-4f39-9ff7-d9e981f1f21c</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
</FleetQuotaRules>
<FleetRules>
<RuleFleetDto>
<Description>sample string 8</Description>
<FleetCode>sample string 7</FleetCode>
<FleetName>sample string 6</FleetName>
<IdFleet>74448298-be35-4a62-8acb-e39680eaffe6</IdFleet>
<IdRule>e5088d3b-b7c7-46c2-adb6-ffcf87532c72</IdRule>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</RuleFleetDto>
<RuleFleetDto>
<Description>sample string 8</Description>
<FleetCode>sample string 7</FleetCode>
<FleetName>sample string 6</FleetName>
<IdFleet>74448298-be35-4a62-8acb-e39680eaffe6</IdFleet>
<IdRule>e5088d3b-b7c7-46c2-adb6-ffcf87532c72</IdRule>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</RuleFleetDto>
</FleetRules>
<GPSDeviceID>sample string 48</GPSDeviceID>
<GPSDeviceOdometer>1</GPSDeviceOdometer>
<Id>359f06bd-6dc7-4cbb-851a-166534b84dc8</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>abaa54c7-7397-413e-a8f6-ba6adf4d07cd</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>2dc57d1c-acdb-4d9a-9e10-38bcd78585a9</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</VehicleIdentificationDto>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>abaa54c7-7397-413e-a8f6-ba6adf4d07cd</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>2dc57d1c-acdb-4d9a-9e10-38bcd78585a9</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</VehicleIdentificationDto>
</Identifications>
<InitialOdometer>1</InitialOdometer>
<LabelCustom1>sample string 38</LabelCustom1>
<LabelCustom2>sample string 39</LabelCustom2>
<LabelCustom3>sample string 40</LabelCustom3>
<LabelCustom4>sample string 41</LabelCustom4>
<LastEngineHoursDate>2026-01-14T14:42:29.6372619Z</LastEngineHoursDate>
<LastOdometerDate>2026-01-14T14:42:29.6372619Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-01-14T14:42:29.6372619Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-01-14T14:42:29.6372619Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-01-14T14:42:29.6372619Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9854e0c2-378d-4393-848c-7c25a0b4249f</DriverId>
<Id>e5273d37-c3b0-439b-bb8d-fe7f2a04eaa4</Id>
<IdCompany>00fe7bb2-a170-4292-8800-af2040ad8eae</IdCompany>
<IdMerchant>6d0cd121-f1e7-4858-8cfd-817b7670e4d9</IdMerchant>
<Message />
<NetworkId>25cf649a-3113-4130-8f33-12ea1b99c7e0</NetworkId>
<NotificationFormatId>f166cfe4-78c1-4515-9a20-e23ee363673c</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>bf0c6251-3c24-4a7b-b0c8-04ff507cccff</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>7ae71c07-9032-48dc-80f4-3fdd9f4fcb5f</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>72b3a5e6-c2b1-428f-a75e-e886e5d90b73</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-01-14T14:42:29.6372619Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9854e0c2-378d-4393-848c-7c25a0b4249f</DriverId>
<Id>e5273d37-c3b0-439b-bb8d-fe7f2a04eaa4</Id>
<IdCompany>00fe7bb2-a170-4292-8800-af2040ad8eae</IdCompany>
<IdMerchant>6d0cd121-f1e7-4858-8cfd-817b7670e4d9</IdMerchant>
<Message />
<NetworkId>25cf649a-3113-4130-8f33-12ea1b99c7e0</NetworkId>
<NotificationFormatId>f166cfe4-78c1-4515-9a20-e23ee363673c</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>bf0c6251-3c24-4a7b-b0c8-04ff507cccff</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>7ae71c07-9032-48dc-80f4-3fdd9f4fcb5f</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>72b3a5e6-c2b1-428f-a75e-e886e5d90b73</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>3f2a8f75-c1a7-4b57-ad06-5a17238a7a62</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>322b52bc-7b17-4ca6-92ca-4348e274b0e0</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</VehicleQuotaRuleBalanceDto>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>3f2a8f75-c1a7-4b57-ad06-5a17238a7a62</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>322b52bc-7b17-4ca6-92ca-4348e274b0e0</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</VehicleQuotaRuleBalanceDto>
</QuotaRules>
<Rules>
<RuleVehicleDto>
<Description>sample string 8</Description>
<IdRule>165698fd-155c-42f7-8cd9-659e263a282e</IdRule>
<IdVehicle>c489228e-f62d-4958-99c7-c9d4ee4c23ea</IdVehicle>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
<VehicleCode>sample string 6</VehicleCode>
<VehiclePlate>sample string 7</VehiclePlate>
</RuleVehicleDto>
<RuleVehicleDto>
<Description>sample string 8</Description>
<IdRule>165698fd-155c-42f7-8cd9-659e263a282e</IdRule>
<IdVehicle>c489228e-f62d-4958-99c7-c9d4ee4c23ea</IdVehicle>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
<VehicleCode>sample string 6</VehicleCode>
<VehiclePlate>sample string 7</VehiclePlate>
</RuleVehicleDto>
</Rules>
<ServiceDescription>sample string 7</ServiceDescription>
<ServiceFileEntries>
<VehicleServiceFileEntriesDto>
<EntryDate>sample string 1</EntryDate>
<RecordDate>sample string 4</RecordDate>
<ServiceFileEntryTypeDescription>sample string 2</ServiceFileEntryTypeDescription>
<TypeDescription>sample string 3</TypeDescription>
</VehicleServiceFileEntriesDto>
<VehicleServiceFileEntriesDto>
<EntryDate>sample string 1</EntryDate>
<RecordDate>sample string 4</RecordDate>
<ServiceFileEntryTypeDescription>sample string 2</ServiceFileEntryTypeDescription>
<TypeDescription>sample string 3</TypeDescription>
</VehicleServiceFileEntriesDto>
</ServiceFileEntries>
<ServiceType>8</ServiceType>
<State>64</State>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-01-14T14:42:29.6372619Z</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>dc72ee0a-8f5f-4102-9a6e-d1c6ed03f28a</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>30c2d30e-fd50-4a02-81e8-2c19ff610b3d</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3d60451a-deb5-4fb7-9089-2dfb3b6c2cff</d4p1:guid>
<d4p1:guid>c012c995-4161-484b-a2b7-f482d9b58c53</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>3e0c2b69-5c5e-47d7-b371-cd7b44cc72fc</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-01-14T14:42:29.6372619Z</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>dc72ee0a-8f5f-4102-9a6e-d1c6ed03f28a</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>30c2d30e-fd50-4a02-81e8-2c19ff610b3d</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3d60451a-deb5-4fb7-9089-2dfb3b6c2cff</d4p1:guid>
<d4p1:guid>c012c995-4161-484b-a2b7-f482d9b58c53</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>3e0c2b69-5c5e-47d7-b371-cd7b44cc72fc</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-01-14T14:42:29.6372619Z</UpdateStateDate>
<UserId>f7d52fd9-d473-44ed-a6db-e02db508a458</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>7d49faec-589b-485f-a332-ead77bdf36f4</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>871a4e45-f707-45db-bca7-30f273c528ca</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>83e3e673-cf85-4833-9f61-eea6988534e1</DriverId>
<DriverLastName>sample string 3</DriverLastName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
</VehicleDriverDto>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>83e3e673-cf85-4833-9f61-eea6988534e1</DriverId>
<DriverLastName>sample string 3</DriverLastName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
</VehicleDriverDto>
</VehiclesDrivers>
<Year>1</Year>
</VehicleDto>