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": "a3cca588-4eff-4bf5-aa60-757a126f5d72",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-03-27T19:49:18.3741842Z",
"LastEngineHoursDate": "2026-03-27T19:49:18.3741842Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "07c5b208-101c-4c0d-a12c-b5072e88f4df",
"FleetDescription": "sample string 10",
"CompanyId": "43fbf7a1-5e4b-4b95-80d8-c276e2506152",
"CompanyName": "sample string 12",
"VehiclesClassId": "61d678bc-45e9-47de-9cde-8431daf0b28b",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "ea24cfa6-f77d-4a0c-8dde-330016f61f70",
"Clasification1Description": "sample string 15",
"Clasification2Id": "93bf5e14-1466-4682-ab0a-544de3748a07",
"Clasification2Description": "sample string 16",
"Clasification3Id": "cf620137-8834-4bcd-ae25-91e7a41c118d",
"Clasification3Description": "sample string 17",
"Clasification4Id": "40d8c95d-b12e-450b-8549-07c2f2be09b1",
"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": "98e4efd4-6985-4a80-9e77-445eea8fa6d3",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "98e4efd4-6985-4a80-9e77-445eea8fa6d3",
"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": "c5a56ba2-5f20-4213-bbd7-6ebc0fc5b5e2",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "699d5f91-8749-4772-964e-8565bbfb7741",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "c5a56ba2-5f20-4213-bbd7-6ebc0fc5b5e2",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "699d5f91-8749-4772-964e-8565bbfb7741",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "4e8bca5a-42eb-46de-8f11-7e2935936f4d",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "654073b3-4cff-4048-8268-cea138274967",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "4e8bca5a-42eb-46de-8f11-7e2935936f4d",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "654073b3-4cff-4048-8268-cea138274967",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "64005fea-f2f9-4b29-8795-3ea12c906e9c",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "980dd5b0-c63c-40f9-b1f8-521de95956ca",
"TypeModelId": "083e9d59-08fd-4391-85e0-5d42bc79bd73",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "980dd5b0-c63c-40f9-b1f8-521de95956ca",
"TypeModelId": "083e9d59-08fd-4391-85e0-5d42bc79bd73",
"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": "f906b880-e18c-44e1-b8e4-9a90885f299a",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "64baf84d-89d9-4acc-82fa-369a4692da88",
"CurrencyCode": "sample string 8",
"FuelMasterId": "adbf5166-ad93-4869-be05-8f58f1b3e63a",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "64005fea-f2f9-4b29-8795-3ea12c906e9c",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "980dd5b0-c63c-40f9-b1f8-521de95956ca",
"TypeModelId": "083e9d59-08fd-4391-85e0-5d42bc79bd73",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "980dd5b0-c63c-40f9-b1f8-521de95956ca",
"TypeModelId": "083e9d59-08fd-4391-85e0-5d42bc79bd73",
"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": "f906b880-e18c-44e1-b8e4-9a90885f299a",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "64baf84d-89d9-4acc-82fa-369a4692da88",
"CurrencyCode": "sample string 8",
"FuelMasterId": "adbf5166-ad93-4869-be05-8f58f1b3e63a",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "8a85b348-9048-410f-a7cb-8f3ef3b3ea2f",
"CompanyContractId": "a9f9d5f5-970c-4d09-b871-c2c5d9f9f022",
"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": "8a85b348-9048-410f-a7cb-8f3ef3b3ea2f",
"CompanyContractId": "a9f9d5f5-970c-4d09-b871-c2c5d9f9f022",
"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": "567fa6bc-5f83-41af-890e-3fde23bd4010",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "8a85b348-9048-410f-a7cb-8f3ef3b3ea2f",
"CompanyContractId": "a9f9d5f5-970c-4d09-b871-c2c5d9f9f022",
"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": "567fa6bc-5f83-41af-890e-3fde23bd4010",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "8a85b348-9048-410f-a7cb-8f3ef3b3ea2f",
"CompanyContractId": "a9f9d5f5-970c-4d09-b871-c2c5d9f9f022",
"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": "33588e5b-9d27-4611-90e4-fcb2bc0e3b3a",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "fcf61cc6-eb0a-41bd-9e78-cf5559dd164f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "01047aab-10bf-4088-839b-02b4d0606e1c",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "fcf61cc6-eb0a-41bd-9e78-cf5559dd164f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "01047aab-10bf-4088-839b-02b4d0606e1c",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "f3f9147b-a330-45c6-8bf3-572f49f6e18e",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "f3f9147b-a330-45c6-8bf3-572f49f6e18e",
"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": "03c1b986-bc7e-4d3e-b39e-9c8e7c5e443f",
"NetworkId": "8781235d-cbe5-4d52-ac9f-3a7fd181e035",
"NotificationFormatId": "aca49f41-c026-47fa-959b-8c9c0c396d6d",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-27T19:49:18.3741842Z",
"UserAtionetCreatedId": "c048b826-ac8c-4efa-a7b4-24e1ed879023",
"UserAtionetDestinationId": "17f88ac8-4cbc-4392-ae50-acc241a3fe29",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "2e01a0c7-2f27-4250-ae7e-b35f2a32d6f7",
"IdMerchant": "0e44bcdf-4da7-4a9a-bfed-459699e054b4",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "733b830d-5955-4581-ad15-9d6d044274d3",
"DriverId": "afc76510-9f04-467b-be27-1d34a1842c01",
"CreatedDateString": "2026/03/27 19:49"
},
{
"Id": "03c1b986-bc7e-4d3e-b39e-9c8e7c5e443f",
"NetworkId": "8781235d-cbe5-4d52-ac9f-3a7fd181e035",
"NotificationFormatId": "aca49f41-c026-47fa-959b-8c9c0c396d6d",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-27T19:49:18.3741842Z",
"UserAtionetCreatedId": "c048b826-ac8c-4efa-a7b4-24e1ed879023",
"UserAtionetDestinationId": "17f88ac8-4cbc-4392-ae50-acc241a3fe29",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "2e01a0c7-2f27-4250-ae7e-b35f2a32d6f7",
"IdMerchant": "0e44bcdf-4da7-4a9a-bfed-459699e054b4",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "733b830d-5955-4581-ad15-9d6d044274d3",
"DriverId": "afc76510-9f04-467b-be27-1d34a1842c01",
"CreatedDateString": "2026/03/27 19:49"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "eb00e903-e820-4b28-82fb-4414fa688839",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-27T19:49:18.3741842Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"cbbc2b1b-9ba2-4271-8506-de09c2c0ea04",
"d2210a79-759f-4897-a34e-51fa7d8d2247"
],
"DriverId": "c40f506a-20fe-4e97-aa99-0f07c65c28bb",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "8a2a776b-b56f-4e16-a378-ebe284e215b3",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "eb00e903-e820-4b28-82fb-4414fa688839",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-27T19:49:18.3741842Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"cbbc2b1b-9ba2-4271-8506-de09c2c0ea04",
"d2210a79-759f-4897-a34e-51fa7d8d2247"
],
"DriverId": "c40f506a-20fe-4e97-aa99-0f07c65c28bb",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "8a2a776b-b56f-4e16-a378-ebe284e215b3",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-03-27T19:49:18.3741842Z",
"NetworkCreationDate": "2026-03-27T19:49:18.3741842Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "b14dbaa0-c2ec-4dfe-984a-329fb7daf4a3",
"State": 64,
"UpdateStateDate": "2026-03-27T19:49:18.3741842Z",
"NetworkUpdateStateDate": "2026-03-27T19:49:18.3741842Z",
"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>64baf84d-89d9-4acc-82fa-369a4692da88</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>adbf5166-ad93-4869-be05-8f58f1b3e63a</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>f906b880-e18c-44e1-b8e4-9a90885f299a</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>980dd5b0-c63c-40f9-b1f8-521de95956ca</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>083e9d59-08fd-4391-85e0-5d42bc79bd73</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>980dd5b0-c63c-40f9-b1f8-521de95956ca</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>083e9d59-08fd-4391-85e0-5d42bc79bd73</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>64005fea-f2f9-4b29-8795-3ea12c906e9c</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>64baf84d-89d9-4acc-82fa-369a4692da88</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>adbf5166-ad93-4869-be05-8f58f1b3e63a</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>f906b880-e18c-44e1-b8e4-9a90885f299a</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>980dd5b0-c63c-40f9-b1f8-521de95956ca</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>083e9d59-08fd-4391-85e0-5d42bc79bd73</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>980dd5b0-c63c-40f9-b1f8-521de95956ca</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>083e9d59-08fd-4391-85e0-5d42bc79bd73</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>64005fea-f2f9-4b29-8795-3ea12c906e9c</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>ea24cfa6-f77d-4a0c-8dde-330016f61f70</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>93bf5e14-1466-4682-ab0a-544de3748a07</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>cf620137-8834-4bcd-ae25-91e7a41c118d</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>40d8c95d-b12e-450b-8549-07c2f2be09b1</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>43fbf7a1-5e4b-4b95-80d8-c276e2506152</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-03-27T19:49:18.3741842Z</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>f3f9147b-a330-45c6-8bf3-572f49f6e18e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>f3f9147b-a330-45c6-8bf3-572f49f6e18e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>07c5b208-101c-4c0d-a12c-b5072e88f4df</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a9f9d5f5-970c-4d09-b871-c2c5d9f9f022</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>8a85b348-9048-410f-a7cb-8f3ef3b3ea2f</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>567fa6bc-5f83-41af-890e-3fde23bd4010</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a9f9d5f5-970c-4d09-b871-c2c5d9f9f022</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>8a85b348-9048-410f-a7cb-8f3ef3b3ea2f</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>567fa6bc-5f83-41af-890e-3fde23bd4010</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>654073b3-4cff-4048-8268-cea138274967</IdFleet>
<IdRule>4e8bca5a-42eb-46de-8f11-7e2935936f4d</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>654073b3-4cff-4048-8268-cea138274967</IdFleet>
<IdRule>4e8bca5a-42eb-46de-8f11-7e2935936f4d</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>a3cca588-4eff-4bf5-aa60-757a126f5d72</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>01047aab-10bf-4088-839b-02b4d0606e1c</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>fcf61cc6-eb0a-41bd-9e78-cf5559dd164f</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>01047aab-10bf-4088-839b-02b4d0606e1c</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>fcf61cc6-eb0a-41bd-9e78-cf5559dd164f</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-03-27T19:49:18.3741842Z</LastEngineHoursDate>
<LastOdometerDate>2026-03-27T19:49:18.3741842Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-03-27T19:49:18.3741842Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-03-27T19:49:18.3741842Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-27T19:49:18.3741842Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>afc76510-9f04-467b-be27-1d34a1842c01</DriverId>
<Id>03c1b986-bc7e-4d3e-b39e-9c8e7c5e443f</Id>
<IdCompany>2e01a0c7-2f27-4250-ae7e-b35f2a32d6f7</IdCompany>
<IdMerchant>0e44bcdf-4da7-4a9a-bfed-459699e054b4</IdMerchant>
<Message />
<NetworkId>8781235d-cbe5-4d52-ac9f-3a7fd181e035</NetworkId>
<NotificationFormatId>aca49f41-c026-47fa-959b-8c9c0c396d6d</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>c048b826-ac8c-4efa-a7b4-24e1ed879023</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>17f88ac8-4cbc-4392-ae50-acc241a3fe29</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>733b830d-5955-4581-ad15-9d6d044274d3</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-27T19:49:18.3741842Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>afc76510-9f04-467b-be27-1d34a1842c01</DriverId>
<Id>03c1b986-bc7e-4d3e-b39e-9c8e7c5e443f</Id>
<IdCompany>2e01a0c7-2f27-4250-ae7e-b35f2a32d6f7</IdCompany>
<IdMerchant>0e44bcdf-4da7-4a9a-bfed-459699e054b4</IdMerchant>
<Message />
<NetworkId>8781235d-cbe5-4d52-ac9f-3a7fd181e035</NetworkId>
<NotificationFormatId>aca49f41-c026-47fa-959b-8c9c0c396d6d</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>c048b826-ac8c-4efa-a7b4-24e1ed879023</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>17f88ac8-4cbc-4392-ae50-acc241a3fe29</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>733b830d-5955-4581-ad15-9d6d044274d3</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a9f9d5f5-970c-4d09-b871-c2c5d9f9f022</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>8a85b348-9048-410f-a7cb-8f3ef3b3ea2f</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>a9f9d5f5-970c-4d09-b871-c2c5d9f9f022</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>8a85b348-9048-410f-a7cb-8f3ef3b3ea2f</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>c5a56ba2-5f20-4213-bbd7-6ebc0fc5b5e2</IdRule>
<IdVehicle>699d5f91-8749-4772-964e-8565bbfb7741</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>c5a56ba2-5f20-4213-bbd7-6ebc0fc5b5e2</IdRule>
<IdVehicle>699d5f91-8749-4772-964e-8565bbfb7741</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-03-27T19:49:18.3741842Z</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>c40f506a-20fe-4e97-aa99-0f07c65c28bb</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>eb00e903-e820-4b28-82fb-4414fa688839</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>cbbc2b1b-9ba2-4271-8506-de09c2c0ea04</d4p1:guid>
<d4p1:guid>d2210a79-759f-4897-a34e-51fa7d8d2247</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>8a2a776b-b56f-4e16-a378-ebe284e215b3</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-03-27T19:49:18.3741842Z</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>c40f506a-20fe-4e97-aa99-0f07c65c28bb</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>eb00e903-e820-4b28-82fb-4414fa688839</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>cbbc2b1b-9ba2-4271-8506-de09c2c0ea04</d4p1:guid>
<d4p1:guid>d2210a79-759f-4897-a34e-51fa7d8d2247</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>8a2a776b-b56f-4e16-a378-ebe284e215b3</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-03-27T19:49:18.3741842Z</UpdateStateDate>
<UserId>b14dbaa0-c2ec-4dfe-984a-329fb7daf4a3</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>33588e5b-9d27-4611-90e4-fcb2bc0e3b3a</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>61d678bc-45e9-47de-9cde-8431daf0b28b</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>98e4efd4-6985-4a80-9e77-445eea8fa6d3</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>98e4efd4-6985-4a80-9e77-445eea8fa6d3</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>