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": "336cfd38-8885-4f03-8a09-087453a94f7e",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-05-04T18:51:42.1432507Z",
"LastEngineHoursDate": "2026-05-04T18:51:42.1432507Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "8ab11c4a-6c8e-4b10-8cee-a71392491506",
"FleetDescription": "sample string 10",
"CompanyId": "09cf9dcc-3eea-479b-bde4-d04badb098b9",
"CompanyName": "sample string 12",
"VehiclesClassId": "eb13591c-9f52-4a93-9f04-36d3317a7223",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "d05e34a1-d259-4ffc-8fd1-cfc1c605b94c",
"Clasification1Description": "sample string 15",
"Clasification2Id": "cb388ccc-fbfd-4db3-aae6-3490ad713521",
"Clasification2Description": "sample string 16",
"Clasification3Id": "67b54b6b-0c33-4e9b-aa6a-cd7ca5dcca8f",
"Clasification3Description": "sample string 17",
"Clasification4Id": "c920aff6-cdfa-4b51-a58d-33dcdf4908a6",
"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": "1f64f9cd-5fbd-4036-9a95-098597cb3d56",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "1f64f9cd-5fbd-4036-9a95-098597cb3d56",
"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": "36156cde-b12d-47cb-88f6-c1884d6c7757",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "b37699c7-c29b-4e6f-bb05-90bed643359e",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "36156cde-b12d-47cb-88f6-c1884d6c7757",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "b37699c7-c29b-4e6f-bb05-90bed643359e",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "7fd3e2f6-b725-4ba8-ab27-19ee939604a5",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "fc95708a-a601-4c85-9549-39b4a63f07af",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "7fd3e2f6-b725-4ba8-ab27-19ee939604a5",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "fc95708a-a601-4c85-9549-39b4a63f07af",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "9a95efd1-468e-4c44-b47e-55a40a8ea4f9",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7a7eb1ed-1769-4578-9806-6aa38bd4e4ee",
"TypeModelId": "1e9281b8-9ff6-45d9-91a3-f89332b2071f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7a7eb1ed-1769-4578-9806-6aa38bd4e4ee",
"TypeModelId": "1e9281b8-9ff6-45d9-91a3-f89332b2071f",
"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": "da152815-ddd4-4c81-816e-7608d1696ea0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "5f2e7bd1-f1ca-4cf5-9bad-41b12c001e15",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c33ad7c5-c433-48c5-b834-7b3846e02878",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "9a95efd1-468e-4c44-b47e-55a40a8ea4f9",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7a7eb1ed-1769-4578-9806-6aa38bd4e4ee",
"TypeModelId": "1e9281b8-9ff6-45d9-91a3-f89332b2071f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7a7eb1ed-1769-4578-9806-6aa38bd4e4ee",
"TypeModelId": "1e9281b8-9ff6-45d9-91a3-f89332b2071f",
"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": "da152815-ddd4-4c81-816e-7608d1696ea0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "5f2e7bd1-f1ca-4cf5-9bad-41b12c001e15",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c33ad7c5-c433-48c5-b834-7b3846e02878",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "99efdd1a-d0a8-4402-9730-4cab8e7b0a63",
"CompanyContractId": "077e7c9d-007d-4e4e-b696-611eab1edb49",
"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": "99efdd1a-d0a8-4402-9730-4cab8e7b0a63",
"CompanyContractId": "077e7c9d-007d-4e4e-b696-611eab1edb49",
"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": "6843dc72-0346-49a5-83e4-82fbff8167fd",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "99efdd1a-d0a8-4402-9730-4cab8e7b0a63",
"CompanyContractId": "077e7c9d-007d-4e4e-b696-611eab1edb49",
"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": "6843dc72-0346-49a5-83e4-82fbff8167fd",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "99efdd1a-d0a8-4402-9730-4cab8e7b0a63",
"CompanyContractId": "077e7c9d-007d-4e4e-b696-611eab1edb49",
"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": "8eaf555c-337b-427c-baf3-cb03dde7fa2a",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "0f899c4e-2fb3-4eb2-b34d-782136ac628f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "441bb0e9-b838-4ebd-a6c8-f7eee0d76de0",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "0f899c4e-2fb3-4eb2-b34d-782136ac628f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "441bb0e9-b838-4ebd-a6c8-f7eee0d76de0",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "805c6331-4efe-4829-bb72-bdc72f2573f6",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "805c6331-4efe-4829-bb72-bdc72f2573f6",
"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": "9e258fa6-f7d8-4ee0-923f-aab4e33cd8d3",
"NetworkId": "17d3a12c-ef7d-494b-877b-1442b66da007",
"NotificationFormatId": "047b86c6-bd1e-430d-86cf-d0073b615713",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-04T18:51:42.1432507Z",
"UserAtionetCreatedId": "e13c523f-4d11-4cb6-9875-4b6887a206b0",
"UserAtionetDestinationId": "4e758433-a294-43b6-b41d-4c44cacef52f",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "cedd7cbf-b9a2-419a-b2ce-216da0a615db",
"IdMerchant": "8234cc53-b696-42d7-a58a-a53d6b525cd8",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c3b9685f-2fe6-4dc2-9df3-4dfc5d38d2f6",
"DriverId": "cecb1c02-f5fc-4b93-bd83-518014b0e040",
"CreatedDateString": "2026/05/04 18:51"
},
{
"Id": "9e258fa6-f7d8-4ee0-923f-aab4e33cd8d3",
"NetworkId": "17d3a12c-ef7d-494b-877b-1442b66da007",
"NotificationFormatId": "047b86c6-bd1e-430d-86cf-d0073b615713",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-04T18:51:42.1432507Z",
"UserAtionetCreatedId": "e13c523f-4d11-4cb6-9875-4b6887a206b0",
"UserAtionetDestinationId": "4e758433-a294-43b6-b41d-4c44cacef52f",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "cedd7cbf-b9a2-419a-b2ce-216da0a615db",
"IdMerchant": "8234cc53-b696-42d7-a58a-a53d6b525cd8",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c3b9685f-2fe6-4dc2-9df3-4dfc5d38d2f6",
"DriverId": "cecb1c02-f5fc-4b93-bd83-518014b0e040",
"CreatedDateString": "2026/05/04 18:51"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "646e8c3c-4ebe-4b0f-a49b-b285a484476b",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-04T18:51:42.1432507Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9d8d44c7-4199-4831-af33-7c2501c640af",
"390950c6-c40f-499b-95ba-e5e18858c513"
],
"DriverId": "945d1ee7-4e19-4b6d-84e3-c919cfa6140e",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "52118ae2-e7e8-4831-97bf-fc29f24288c4",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "646e8c3c-4ebe-4b0f-a49b-b285a484476b",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-04T18:51:42.1432507Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9d8d44c7-4199-4831-af33-7c2501c640af",
"390950c6-c40f-499b-95ba-e5e18858c513"
],
"DriverId": "945d1ee7-4e19-4b6d-84e3-c919cfa6140e",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "52118ae2-e7e8-4831-97bf-fc29f24288c4",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-05-04T18:51:42.1432507Z",
"NetworkCreationDate": "2026-05-04T18:51:42.1432507Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "a740641e-b678-4a1e-bb07-1172aeb16c0f",
"State": 64,
"UpdateStateDate": "2026-05-04T18:51:42.1432507Z",
"NetworkUpdateStateDate": "2026-05-04T18:51:42.1432507Z",
"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>5f2e7bd1-f1ca-4cf5-9bad-41b12c001e15</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c33ad7c5-c433-48c5-b834-7b3846e02878</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>da152815-ddd4-4c81-816e-7608d1696ea0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7a7eb1ed-1769-4578-9806-6aa38bd4e4ee</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1e9281b8-9ff6-45d9-91a3-f89332b2071f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7a7eb1ed-1769-4578-9806-6aa38bd4e4ee</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1e9281b8-9ff6-45d9-91a3-f89332b2071f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>9a95efd1-468e-4c44-b47e-55a40a8ea4f9</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>5f2e7bd1-f1ca-4cf5-9bad-41b12c001e15</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c33ad7c5-c433-48c5-b834-7b3846e02878</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>da152815-ddd4-4c81-816e-7608d1696ea0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7a7eb1ed-1769-4578-9806-6aa38bd4e4ee</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1e9281b8-9ff6-45d9-91a3-f89332b2071f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7a7eb1ed-1769-4578-9806-6aa38bd4e4ee</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1e9281b8-9ff6-45d9-91a3-f89332b2071f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>9a95efd1-468e-4c44-b47e-55a40a8ea4f9</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>d05e34a1-d259-4ffc-8fd1-cfc1c605b94c</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>cb388ccc-fbfd-4db3-aae6-3490ad713521</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>67b54b6b-0c33-4e9b-aa6a-cd7ca5dcca8f</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>c920aff6-cdfa-4b51-a58d-33dcdf4908a6</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>09cf9dcc-3eea-479b-bde4-d04badb098b9</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-05-04T18:51:42.1432507Z</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>805c6331-4efe-4829-bb72-bdc72f2573f6</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>805c6331-4efe-4829-bb72-bdc72f2573f6</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>8ab11c4a-6c8e-4b10-8cee-a71392491506</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>077e7c9d-007d-4e4e-b696-611eab1edb49</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>99efdd1a-d0a8-4402-9730-4cab8e7b0a63</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6843dc72-0346-49a5-83e4-82fbff8167fd</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>077e7c9d-007d-4e4e-b696-611eab1edb49</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>99efdd1a-d0a8-4402-9730-4cab8e7b0a63</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6843dc72-0346-49a5-83e4-82fbff8167fd</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>fc95708a-a601-4c85-9549-39b4a63f07af</IdFleet>
<IdRule>7fd3e2f6-b725-4ba8-ab27-19ee939604a5</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>fc95708a-a601-4c85-9549-39b4a63f07af</IdFleet>
<IdRule>7fd3e2f6-b725-4ba8-ab27-19ee939604a5</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>336cfd38-8885-4f03-8a09-087453a94f7e</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>441bb0e9-b838-4ebd-a6c8-f7eee0d76de0</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>0f899c4e-2fb3-4eb2-b34d-782136ac628f</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>441bb0e9-b838-4ebd-a6c8-f7eee0d76de0</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>0f899c4e-2fb3-4eb2-b34d-782136ac628f</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-05-04T18:51:42.1432507Z</LastEngineHoursDate>
<LastOdometerDate>2026-05-04T18:51:42.1432507Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-05-04T18:51:42.1432507Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-05-04T18:51:42.1432507Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-04T18:51:42.1432507Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>cecb1c02-f5fc-4b93-bd83-518014b0e040</DriverId>
<Id>9e258fa6-f7d8-4ee0-923f-aab4e33cd8d3</Id>
<IdCompany>cedd7cbf-b9a2-419a-b2ce-216da0a615db</IdCompany>
<IdMerchant>8234cc53-b696-42d7-a58a-a53d6b525cd8</IdMerchant>
<Message />
<NetworkId>17d3a12c-ef7d-494b-877b-1442b66da007</NetworkId>
<NotificationFormatId>047b86c6-bd1e-430d-86cf-d0073b615713</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>e13c523f-4d11-4cb6-9875-4b6887a206b0</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>4e758433-a294-43b6-b41d-4c44cacef52f</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c3b9685f-2fe6-4dc2-9df3-4dfc5d38d2f6</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-04T18:51:42.1432507Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>cecb1c02-f5fc-4b93-bd83-518014b0e040</DriverId>
<Id>9e258fa6-f7d8-4ee0-923f-aab4e33cd8d3</Id>
<IdCompany>cedd7cbf-b9a2-419a-b2ce-216da0a615db</IdCompany>
<IdMerchant>8234cc53-b696-42d7-a58a-a53d6b525cd8</IdMerchant>
<Message />
<NetworkId>17d3a12c-ef7d-494b-877b-1442b66da007</NetworkId>
<NotificationFormatId>047b86c6-bd1e-430d-86cf-d0073b615713</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>e13c523f-4d11-4cb6-9875-4b6887a206b0</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>4e758433-a294-43b6-b41d-4c44cacef52f</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c3b9685f-2fe6-4dc2-9df3-4dfc5d38d2f6</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>077e7c9d-007d-4e4e-b696-611eab1edb49</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>99efdd1a-d0a8-4402-9730-4cab8e7b0a63</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>077e7c9d-007d-4e4e-b696-611eab1edb49</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>99efdd1a-d0a8-4402-9730-4cab8e7b0a63</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>36156cde-b12d-47cb-88f6-c1884d6c7757</IdRule>
<IdVehicle>b37699c7-c29b-4e6f-bb05-90bed643359e</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>36156cde-b12d-47cb-88f6-c1884d6c7757</IdRule>
<IdVehicle>b37699c7-c29b-4e6f-bb05-90bed643359e</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-05-04T18:51:42.1432507Z</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>945d1ee7-4e19-4b6d-84e3-c919cfa6140e</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>646e8c3c-4ebe-4b0f-a49b-b285a484476b</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9d8d44c7-4199-4831-af33-7c2501c640af</d4p1:guid>
<d4p1:guid>390950c6-c40f-499b-95ba-e5e18858c513</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>52118ae2-e7e8-4831-97bf-fc29f24288c4</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-05-04T18:51:42.1432507Z</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>945d1ee7-4e19-4b6d-84e3-c919cfa6140e</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>646e8c3c-4ebe-4b0f-a49b-b285a484476b</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9d8d44c7-4199-4831-af33-7c2501c640af</d4p1:guid>
<d4p1:guid>390950c6-c40f-499b-95ba-e5e18858c513</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>52118ae2-e7e8-4831-97bf-fc29f24288c4</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-05-04T18:51:42.1432507Z</UpdateStateDate>
<UserId>a740641e-b678-4a1e-bb07-1172aeb16c0f</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>8eaf555c-337b-427c-baf3-cb03dde7fa2a</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>eb13591c-9f52-4a93-9f04-36d3317a7223</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>1f64f9cd-5fbd-4036-9a95-098597cb3d56</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>1f64f9cd-5fbd-4036-9a95-098597cb3d56</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>