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": "2d47bf5f-a9ee-4aa3-b4a2-756b735007a4",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2025-12-19T08:07:09.2855138Z",
"LastEngineHoursDate": "2025-12-19T08:07:09.2855138Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "a2687068-8e4a-480a-8f54-0a8480f94acc",
"FleetDescription": "sample string 10",
"CompanyId": "2fc2bec6-867b-4183-9fab-7b6e34224770",
"CompanyName": "sample string 12",
"VehiclesClassId": "07568a32-1edd-4b11-a808-6caf3771bed5",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "4fa363fe-558b-4213-b4d8-31d25c9693d5",
"Clasification1Description": "sample string 15",
"Clasification2Id": "bc76a1ea-f245-41aa-8e38-6709dbe2b139",
"Clasification2Description": "sample string 16",
"Clasification3Id": "151ef568-e0cb-41dd-a0bd-0daecaf15f4b",
"Clasification3Description": "sample string 17",
"Clasification4Id": "59e39377-98eb-49ba-9d67-b5f27c5758b7",
"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": "664057b1-14a5-4678-9173-f16b0f3984ab",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "664057b1-14a5-4678-9173-f16b0f3984ab",
"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": "ac7649f4-1a3d-458d-be92-90e65301d663",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3417cd4f-54b6-4850-89d4-9a47c9b79615",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "ac7649f4-1a3d-458d-be92-90e65301d663",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3417cd4f-54b6-4850-89d4-9a47c9b79615",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "df49277e-b41d-4d16-b86c-3dc62e234b1e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "a6ae3a0d-91b1-42f9-91c3-2d8b91ec43aa",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "df49277e-b41d-4d16-b86c-3dc62e234b1e",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "a6ae3a0d-91b1-42f9-91c3-2d8b91ec43aa",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "83ead9ca-2596-47de-b3e4-1650b6102139",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "72b56df6-e0fc-4ceb-8003-67aefa7438bc",
"TypeModelId": "026b54eb-79d7-4fb5-99c5-65f8bb0e3d27",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "72b56df6-e0fc-4ceb-8003-67aefa7438bc",
"TypeModelId": "026b54eb-79d7-4fb5-99c5-65f8bb0e3d27",
"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": "ef355394-8dfe-43aa-96f2-168849c7ce24",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "5ccf7312-708f-4932-887f-4fa757283ddf",
"CurrencyCode": "sample string 8",
"FuelMasterId": "2e2fcde9-8269-47a8-9e56-2b7c213d6fba",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "83ead9ca-2596-47de-b3e4-1650b6102139",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "72b56df6-e0fc-4ceb-8003-67aefa7438bc",
"TypeModelId": "026b54eb-79d7-4fb5-99c5-65f8bb0e3d27",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "72b56df6-e0fc-4ceb-8003-67aefa7438bc",
"TypeModelId": "026b54eb-79d7-4fb5-99c5-65f8bb0e3d27",
"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": "ef355394-8dfe-43aa-96f2-168849c7ce24",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "5ccf7312-708f-4932-887f-4fa757283ddf",
"CurrencyCode": "sample string 8",
"FuelMasterId": "2e2fcde9-8269-47a8-9e56-2b7c213d6fba",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "63583969-38eb-435c-ad65-b33c0d0bc878",
"CompanyContractId": "b0ebcb4d-a010-4085-a525-5d2ed17f69a8",
"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": "63583969-38eb-435c-ad65-b33c0d0bc878",
"CompanyContractId": "b0ebcb4d-a010-4085-a525-5d2ed17f69a8",
"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": "572a07e9-4189-4439-b086-bf59f9dfba40",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "63583969-38eb-435c-ad65-b33c0d0bc878",
"CompanyContractId": "b0ebcb4d-a010-4085-a525-5d2ed17f69a8",
"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": "572a07e9-4189-4439-b086-bf59f9dfba40",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "63583969-38eb-435c-ad65-b33c0d0bc878",
"CompanyContractId": "b0ebcb4d-a010-4085-a525-5d2ed17f69a8",
"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": "7900cd21-03fc-4c07-a588-98f8e7b8db07",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "a38df2e4-2362-4705-bb8d-460f5ad2a98f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "6079e8d3-58ad-4a0c-a5a0-0ce50b422922",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "a38df2e4-2362-4705-bb8d-460f5ad2a98f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "6079e8d3-58ad-4a0c-a5a0-0ce50b422922",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "6ee1d0be-3ea3-4572-8789-c3879e0e70c5",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "6ee1d0be-3ea3-4572-8789-c3879e0e70c5",
"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": "2e88c8ea-b23b-4483-9757-f7cc1db5d64a",
"NetworkId": "72ca36d4-ac68-4984-b533-fb7e7d6f9621",
"NotificationFormatId": "cb45af09-0ad0-4ffb-9f69-605d6657cef2",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-19T08:07:09.2855138Z",
"UserAtionetCreatedId": "4e82fc1d-136c-4f55-bbb2-6c4ba1f9bf0c",
"UserAtionetDestinationId": "0c497a9b-1329-4e00-b5a5-cd41c78940bd",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "46e545cc-298c-406a-a762-73ca5aed02cf",
"IdMerchant": "82d71b91-ba8e-47a9-bbdb-f8ecee0fe74d",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "857a0b04-0491-4542-9807-0ce7eb79af9a",
"DriverId": "4c2cc4cf-bf1b-40ab-9338-26866364573a",
"CreatedDateString": "2025/12/19 08:07"
},
{
"Id": "2e88c8ea-b23b-4483-9757-f7cc1db5d64a",
"NetworkId": "72ca36d4-ac68-4984-b533-fb7e7d6f9621",
"NotificationFormatId": "cb45af09-0ad0-4ffb-9f69-605d6657cef2",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-19T08:07:09.2855138Z",
"UserAtionetCreatedId": "4e82fc1d-136c-4f55-bbb2-6c4ba1f9bf0c",
"UserAtionetDestinationId": "0c497a9b-1329-4e00-b5a5-cd41c78940bd",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "46e545cc-298c-406a-a762-73ca5aed02cf",
"IdMerchant": "82d71b91-ba8e-47a9-bbdb-f8ecee0fe74d",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "857a0b04-0491-4542-9807-0ce7eb79af9a",
"DriverId": "4c2cc4cf-bf1b-40ab-9338-26866364573a",
"CreatedDateString": "2025/12/19 08:07"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "9b53186b-4300-4876-bc43-ffb520c8d1b1",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-19T08:07:09.2855138Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c5d8932e-195d-484f-8073-a2d0bbd045e8",
"7ef58f04-9110-4b12-a845-00e827a3e7a1"
],
"DriverId": "f452b18e-3529-4b83-959d-69e9f12fe620",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "0e5fa61e-d24b-458e-9088-21425b1068ea",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "9b53186b-4300-4876-bc43-ffb520c8d1b1",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-19T08:07:09.2855138Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c5d8932e-195d-484f-8073-a2d0bbd045e8",
"7ef58f04-9110-4b12-a845-00e827a3e7a1"
],
"DriverId": "f452b18e-3529-4b83-959d-69e9f12fe620",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "0e5fa61e-d24b-458e-9088-21425b1068ea",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2025-12-19T08:07:09.2855138Z",
"NetworkCreationDate": "2025-12-19T08:07:09.2855138Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "61a4f95f-a944-4669-99ae-fe91b62cdf0d",
"State": 64,
"UpdateStateDate": "2025-12-19T08:07:09.2855138Z",
"NetworkUpdateStateDate": "2025-12-19T08:07:09.2855138Z",
"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>5ccf7312-708f-4932-887f-4fa757283ddf</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>2e2fcde9-8269-47a8-9e56-2b7c213d6fba</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>ef355394-8dfe-43aa-96f2-168849c7ce24</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>72b56df6-e0fc-4ceb-8003-67aefa7438bc</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>026b54eb-79d7-4fb5-99c5-65f8bb0e3d27</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>72b56df6-e0fc-4ceb-8003-67aefa7438bc</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>026b54eb-79d7-4fb5-99c5-65f8bb0e3d27</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>83ead9ca-2596-47de-b3e4-1650b6102139</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>5ccf7312-708f-4932-887f-4fa757283ddf</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>2e2fcde9-8269-47a8-9e56-2b7c213d6fba</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>ef355394-8dfe-43aa-96f2-168849c7ce24</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>72b56df6-e0fc-4ceb-8003-67aefa7438bc</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>026b54eb-79d7-4fb5-99c5-65f8bb0e3d27</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>72b56df6-e0fc-4ceb-8003-67aefa7438bc</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>026b54eb-79d7-4fb5-99c5-65f8bb0e3d27</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>83ead9ca-2596-47de-b3e4-1650b6102139</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>4fa363fe-558b-4213-b4d8-31d25c9693d5</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>bc76a1ea-f245-41aa-8e38-6709dbe2b139</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>151ef568-e0cb-41dd-a0bd-0daecaf15f4b</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>59e39377-98eb-49ba-9d67-b5f27c5758b7</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>2fc2bec6-867b-4183-9fab-7b6e34224770</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2025-12-19T08:07:09.2855138Z</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>6ee1d0be-3ea3-4572-8789-c3879e0e70c5</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>6ee1d0be-3ea3-4572-8789-c3879e0e70c5</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>a2687068-8e4a-480a-8f54-0a8480f94acc</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b0ebcb4d-a010-4085-a525-5d2ed17f69a8</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>63583969-38eb-435c-ad65-b33c0d0bc878</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>572a07e9-4189-4439-b086-bf59f9dfba40</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b0ebcb4d-a010-4085-a525-5d2ed17f69a8</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>63583969-38eb-435c-ad65-b33c0d0bc878</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>572a07e9-4189-4439-b086-bf59f9dfba40</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>a6ae3a0d-91b1-42f9-91c3-2d8b91ec43aa</IdFleet>
<IdRule>df49277e-b41d-4d16-b86c-3dc62e234b1e</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>a6ae3a0d-91b1-42f9-91c3-2d8b91ec43aa</IdFleet>
<IdRule>df49277e-b41d-4d16-b86c-3dc62e234b1e</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>2d47bf5f-a9ee-4aa3-b4a2-756b735007a4</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>6079e8d3-58ad-4a0c-a5a0-0ce50b422922</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>a38df2e4-2362-4705-bb8d-460f5ad2a98f</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>6079e8d3-58ad-4a0c-a5a0-0ce50b422922</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>a38df2e4-2362-4705-bb8d-460f5ad2a98f</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>2025-12-19T08:07:09.2855138Z</LastEngineHoursDate>
<LastOdometerDate>2025-12-19T08:07:09.2855138Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2025-12-19T08:07:09.2855138Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2025-12-19T08:07:09.2855138Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-19T08:07:09.2855138Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>4c2cc4cf-bf1b-40ab-9338-26866364573a</DriverId>
<Id>2e88c8ea-b23b-4483-9757-f7cc1db5d64a</Id>
<IdCompany>46e545cc-298c-406a-a762-73ca5aed02cf</IdCompany>
<IdMerchant>82d71b91-ba8e-47a9-bbdb-f8ecee0fe74d</IdMerchant>
<Message />
<NetworkId>72ca36d4-ac68-4984-b533-fb7e7d6f9621</NetworkId>
<NotificationFormatId>cb45af09-0ad0-4ffb-9f69-605d6657cef2</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>4e82fc1d-136c-4f55-bbb2-6c4ba1f9bf0c</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0c497a9b-1329-4e00-b5a5-cd41c78940bd</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>857a0b04-0491-4542-9807-0ce7eb79af9a</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-19T08:07:09.2855138Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>4c2cc4cf-bf1b-40ab-9338-26866364573a</DriverId>
<Id>2e88c8ea-b23b-4483-9757-f7cc1db5d64a</Id>
<IdCompany>46e545cc-298c-406a-a762-73ca5aed02cf</IdCompany>
<IdMerchant>82d71b91-ba8e-47a9-bbdb-f8ecee0fe74d</IdMerchant>
<Message />
<NetworkId>72ca36d4-ac68-4984-b533-fb7e7d6f9621</NetworkId>
<NotificationFormatId>cb45af09-0ad0-4ffb-9f69-605d6657cef2</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>4e82fc1d-136c-4f55-bbb2-6c4ba1f9bf0c</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0c497a9b-1329-4e00-b5a5-cd41c78940bd</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>857a0b04-0491-4542-9807-0ce7eb79af9a</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b0ebcb4d-a010-4085-a525-5d2ed17f69a8</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>63583969-38eb-435c-ad65-b33c0d0bc878</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>b0ebcb4d-a010-4085-a525-5d2ed17f69a8</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>63583969-38eb-435c-ad65-b33c0d0bc878</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>ac7649f4-1a3d-458d-be92-90e65301d663</IdRule>
<IdVehicle>3417cd4f-54b6-4850-89d4-9a47c9b79615</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>ac7649f4-1a3d-458d-be92-90e65301d663</IdRule>
<IdVehicle>3417cd4f-54b6-4850-89d4-9a47c9b79615</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>2025-12-19T08:07:09.2855138Z</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>f452b18e-3529-4b83-959d-69e9f12fe620</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>9b53186b-4300-4876-bc43-ffb520c8d1b1</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c5d8932e-195d-484f-8073-a2d0bbd045e8</d4p1:guid>
<d4p1:guid>7ef58f04-9110-4b12-a845-00e827a3e7a1</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>0e5fa61e-d24b-458e-9088-21425b1068ea</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-12-19T08:07:09.2855138Z</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>f452b18e-3529-4b83-959d-69e9f12fe620</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>9b53186b-4300-4876-bc43-ffb520c8d1b1</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c5d8932e-195d-484f-8073-a2d0bbd045e8</d4p1:guid>
<d4p1:guid>7ef58f04-9110-4b12-a845-00e827a3e7a1</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>0e5fa61e-d24b-458e-9088-21425b1068ea</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2025-12-19T08:07:09.2855138Z</UpdateStateDate>
<UserId>61a4f95f-a944-4669-99ae-fe91b62cdf0d</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>7900cd21-03fc-4c07-a588-98f8e7b8db07</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>07568a32-1edd-4b11-a808-6caf3771bed5</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>664057b1-14a5-4678-9173-f16b0f3984ab</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>664057b1-14a5-4678-9173-f16b0f3984ab</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>