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": "1e98b458-fa18-4131-9da7-40d4e643e665",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-05-04T09:06:38.6081082Z",
"LastEngineHoursDate": "2026-05-04T09:06:38.6081082Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "68baef8e-b0d0-4689-8244-7a3795a55bfe",
"FleetDescription": "sample string 10",
"CompanyId": "6fcd580b-f316-4767-913e-fae2f0fae002",
"CompanyName": "sample string 12",
"VehiclesClassId": "18b20d41-8127-41e9-ba1b-edb1ee9103c5",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "e4b8fa11-9615-4dbf-91d6-9797b1e53746",
"Clasification1Description": "sample string 15",
"Clasification2Id": "4b4f8e68-e9fe-4266-9433-b8df763a8865",
"Clasification2Description": "sample string 16",
"Clasification3Id": "1cf8fa0d-8b89-468d-8a0c-96f5610b5479",
"Clasification3Description": "sample string 17",
"Clasification4Id": "5b665ee3-a2d6-44b5-8dee-087bd3952502",
"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": "deb5e2a0-a807-470a-85ca-b8d37226bac1",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "deb5e2a0-a807-470a-85ca-b8d37226bac1",
"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": "e3f550ed-83e6-4b40-9366-fc5e4f1ad289",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "a50f0f51-92b1-4abc-97b8-5900d75d7946",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "e3f550ed-83e6-4b40-9366-fc5e4f1ad289",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "a50f0f51-92b1-4abc-97b8-5900d75d7946",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "7e253d40-a4ae-4d04-b8e5-93a21dda38f0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "32065ceb-d394-489f-ba1a-0cda7c94fe58",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "7e253d40-a4ae-4d04-b8e5-93a21dda38f0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "32065ceb-d394-489f-ba1a-0cda7c94fe58",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "e6898700-23f1-4f87-b11a-553baf3d6907",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "1433e003-e63e-4a95-b519-fbf28fb5dd5e",
"TypeModelId": "79321a00-62a8-470a-8a01-b8094e84440f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "1433e003-e63e-4a95-b519-fbf28fb5dd5e",
"TypeModelId": "79321a00-62a8-470a-8a01-b8094e84440f",
"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": "32c8da8b-eab7-4629-9dd8-dbd4381bbbf6",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "980a3769-2b0c-484d-a879-61c7696e0385",
"CurrencyCode": "sample string 8",
"FuelMasterId": "e98a6d7f-968b-42de-9e8d-5574f0ecedf2",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "e6898700-23f1-4f87-b11a-553baf3d6907",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "1433e003-e63e-4a95-b519-fbf28fb5dd5e",
"TypeModelId": "79321a00-62a8-470a-8a01-b8094e84440f",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "1433e003-e63e-4a95-b519-fbf28fb5dd5e",
"TypeModelId": "79321a00-62a8-470a-8a01-b8094e84440f",
"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": "32c8da8b-eab7-4629-9dd8-dbd4381bbbf6",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "980a3769-2b0c-484d-a879-61c7696e0385",
"CurrencyCode": "sample string 8",
"FuelMasterId": "e98a6d7f-968b-42de-9e8d-5574f0ecedf2",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "69520011-855a-4f2e-80f2-c8aa08da4794",
"CompanyContractId": "c7070e89-da01-47ee-b747-36e35b6ee097",
"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": "69520011-855a-4f2e-80f2-c8aa08da4794",
"CompanyContractId": "c7070e89-da01-47ee-b747-36e35b6ee097",
"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": "26282c1a-7a55-4884-a6de-fc8325076311",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "69520011-855a-4f2e-80f2-c8aa08da4794",
"CompanyContractId": "c7070e89-da01-47ee-b747-36e35b6ee097",
"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": "26282c1a-7a55-4884-a6de-fc8325076311",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "69520011-855a-4f2e-80f2-c8aa08da4794",
"CompanyContractId": "c7070e89-da01-47ee-b747-36e35b6ee097",
"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": "5e6a7639-a0f8-42bd-8275-72bc0570ddac",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "71de6117-0c52-4913-bcc4-386231d42620",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f6e2f79b-e728-4914-aded-fe893cbcb934",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "71de6117-0c52-4913-bcc4-386231d42620",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f6e2f79b-e728-4914-aded-fe893cbcb934",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "27d1fa4d-ee31-4d9c-9abb-eb0c2aa2a26e",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "27d1fa4d-ee31-4d9c-9abb-eb0c2aa2a26e",
"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": "fd7bbfbf-f485-481c-9ee4-c2a5b14f7908",
"NetworkId": "ddf1ab62-c956-454b-ba6f-4a5b4b35d8b2",
"NotificationFormatId": "be208699-0990-4de6-8d9c-482718899cf0",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-04T09:06:38.6081082Z",
"UserAtionetCreatedId": "e316f8c1-09dd-4acf-8186-c651957f78a5",
"UserAtionetDestinationId": "fe035254-76a9-45ea-b4ab-2d34041aa653",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b36e7753-4888-41ec-b535-7f7e07f6c979",
"IdMerchant": "a787ed32-d1ee-43c5-9720-21373fd1caec",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "bb734279-db8a-44d6-a7d6-9ac0f1a7f777",
"DriverId": "298f5f68-deaf-4bab-941f-cd67588d232c",
"CreatedDateString": "2026/05/04 09:06"
},
{
"Id": "fd7bbfbf-f485-481c-9ee4-c2a5b14f7908",
"NetworkId": "ddf1ab62-c956-454b-ba6f-4a5b4b35d8b2",
"NotificationFormatId": "be208699-0990-4de6-8d9c-482718899cf0",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-04T09:06:38.6081082Z",
"UserAtionetCreatedId": "e316f8c1-09dd-4acf-8186-c651957f78a5",
"UserAtionetDestinationId": "fe035254-76a9-45ea-b4ab-2d34041aa653",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b36e7753-4888-41ec-b535-7f7e07f6c979",
"IdMerchant": "a787ed32-d1ee-43c5-9720-21373fd1caec",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "bb734279-db8a-44d6-a7d6-9ac0f1a7f777",
"DriverId": "298f5f68-deaf-4bab-941f-cd67588d232c",
"CreatedDateString": "2026/05/04 09:06"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "c668def9-fa5e-428f-bb87-d6bc590d94bf",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-04T09:06:38.6081082Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"7d2d32fa-4d09-4dd2-8b57-639ed30fa358",
"55e6eb9f-0518-43fc-be31-9dc78071cd47"
],
"DriverId": "8aab2287-82de-428e-b5bc-0f2015df6962",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "bdee5ae8-5684-4ae8-8ebd-9e316de1272d",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "c668def9-fa5e-428f-bb87-d6bc590d94bf",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-04T09:06:38.6081082Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"7d2d32fa-4d09-4dd2-8b57-639ed30fa358",
"55e6eb9f-0518-43fc-be31-9dc78071cd47"
],
"DriverId": "8aab2287-82de-428e-b5bc-0f2015df6962",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "bdee5ae8-5684-4ae8-8ebd-9e316de1272d",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-05-04T09:06:38.6081082Z",
"NetworkCreationDate": "2026-05-04T09:06:38.6081082Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "ec9d785a-dc6e-483b-b097-735412fdd82c",
"State": 64,
"UpdateStateDate": "2026-05-04T09:06:38.6081082Z",
"NetworkUpdateStateDate": "2026-05-04T09:06:38.6081082Z",
"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>980a3769-2b0c-484d-a879-61c7696e0385</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>e98a6d7f-968b-42de-9e8d-5574f0ecedf2</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>32c8da8b-eab7-4629-9dd8-dbd4381bbbf6</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>1433e003-e63e-4a95-b519-fbf28fb5dd5e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>79321a00-62a8-470a-8a01-b8094e84440f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>1433e003-e63e-4a95-b519-fbf28fb5dd5e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>79321a00-62a8-470a-8a01-b8094e84440f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>e6898700-23f1-4f87-b11a-553baf3d6907</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>980a3769-2b0c-484d-a879-61c7696e0385</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>e98a6d7f-968b-42de-9e8d-5574f0ecedf2</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>32c8da8b-eab7-4629-9dd8-dbd4381bbbf6</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>1433e003-e63e-4a95-b519-fbf28fb5dd5e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>79321a00-62a8-470a-8a01-b8094e84440f</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>1433e003-e63e-4a95-b519-fbf28fb5dd5e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>79321a00-62a8-470a-8a01-b8094e84440f</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>e6898700-23f1-4f87-b11a-553baf3d6907</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>e4b8fa11-9615-4dbf-91d6-9797b1e53746</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>4b4f8e68-e9fe-4266-9433-b8df763a8865</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>1cf8fa0d-8b89-468d-8a0c-96f5610b5479</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>5b665ee3-a2d6-44b5-8dee-087bd3952502</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>6fcd580b-f316-4767-913e-fae2f0fae002</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-05-04T09:06:38.6081082Z</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>27d1fa4d-ee31-4d9c-9abb-eb0c2aa2a26e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>27d1fa4d-ee31-4d9c-9abb-eb0c2aa2a26e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>68baef8e-b0d0-4689-8244-7a3795a55bfe</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>c7070e89-da01-47ee-b747-36e35b6ee097</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>69520011-855a-4f2e-80f2-c8aa08da4794</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>26282c1a-7a55-4884-a6de-fc8325076311</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>c7070e89-da01-47ee-b747-36e35b6ee097</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>69520011-855a-4f2e-80f2-c8aa08da4794</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>26282c1a-7a55-4884-a6de-fc8325076311</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>32065ceb-d394-489f-ba1a-0cda7c94fe58</IdFleet>
<IdRule>7e253d40-a4ae-4d04-b8e5-93a21dda38f0</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>32065ceb-d394-489f-ba1a-0cda7c94fe58</IdFleet>
<IdRule>7e253d40-a4ae-4d04-b8e5-93a21dda38f0</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>1e98b458-fa18-4131-9da7-40d4e643e665</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>f6e2f79b-e728-4914-aded-fe893cbcb934</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>71de6117-0c52-4913-bcc4-386231d42620</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>f6e2f79b-e728-4914-aded-fe893cbcb934</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>71de6117-0c52-4913-bcc4-386231d42620</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-04T09:06:38.6081082Z</LastEngineHoursDate>
<LastOdometerDate>2026-05-04T09:06:38.6081082Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-05-04T09:06:38.6081082Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-05-04T09:06:38.6081082Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-04T09:06:38.6081082Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>298f5f68-deaf-4bab-941f-cd67588d232c</DriverId>
<Id>fd7bbfbf-f485-481c-9ee4-c2a5b14f7908</Id>
<IdCompany>b36e7753-4888-41ec-b535-7f7e07f6c979</IdCompany>
<IdMerchant>a787ed32-d1ee-43c5-9720-21373fd1caec</IdMerchant>
<Message />
<NetworkId>ddf1ab62-c956-454b-ba6f-4a5b4b35d8b2</NetworkId>
<NotificationFormatId>be208699-0990-4de6-8d9c-482718899cf0</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>e316f8c1-09dd-4acf-8186-c651957f78a5</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>fe035254-76a9-45ea-b4ab-2d34041aa653</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>bb734279-db8a-44d6-a7d6-9ac0f1a7f777</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-04T09:06:38.6081082Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>298f5f68-deaf-4bab-941f-cd67588d232c</DriverId>
<Id>fd7bbfbf-f485-481c-9ee4-c2a5b14f7908</Id>
<IdCompany>b36e7753-4888-41ec-b535-7f7e07f6c979</IdCompany>
<IdMerchant>a787ed32-d1ee-43c5-9720-21373fd1caec</IdMerchant>
<Message />
<NetworkId>ddf1ab62-c956-454b-ba6f-4a5b4b35d8b2</NetworkId>
<NotificationFormatId>be208699-0990-4de6-8d9c-482718899cf0</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>e316f8c1-09dd-4acf-8186-c651957f78a5</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>fe035254-76a9-45ea-b4ab-2d34041aa653</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>bb734279-db8a-44d6-a7d6-9ac0f1a7f777</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>c7070e89-da01-47ee-b747-36e35b6ee097</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>69520011-855a-4f2e-80f2-c8aa08da4794</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>c7070e89-da01-47ee-b747-36e35b6ee097</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>69520011-855a-4f2e-80f2-c8aa08da4794</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>e3f550ed-83e6-4b40-9366-fc5e4f1ad289</IdRule>
<IdVehicle>a50f0f51-92b1-4abc-97b8-5900d75d7946</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>e3f550ed-83e6-4b40-9366-fc5e4f1ad289</IdRule>
<IdVehicle>a50f0f51-92b1-4abc-97b8-5900d75d7946</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-04T09:06:38.6081082Z</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>8aab2287-82de-428e-b5bc-0f2015df6962</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>c668def9-fa5e-428f-bb87-d6bc590d94bf</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>7d2d32fa-4d09-4dd2-8b57-639ed30fa358</d4p1:guid>
<d4p1:guid>55e6eb9f-0518-43fc-be31-9dc78071cd47</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>bdee5ae8-5684-4ae8-8ebd-9e316de1272d</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-05-04T09:06:38.6081082Z</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>8aab2287-82de-428e-b5bc-0f2015df6962</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>c668def9-fa5e-428f-bb87-d6bc590d94bf</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>7d2d32fa-4d09-4dd2-8b57-639ed30fa358</d4p1:guid>
<d4p1:guid>55e6eb9f-0518-43fc-be31-9dc78071cd47</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>bdee5ae8-5684-4ae8-8ebd-9e316de1272d</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-05-04T09:06:38.6081082Z</UpdateStateDate>
<UserId>ec9d785a-dc6e-483b-b097-735412fdd82c</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>5e6a7639-a0f8-42bd-8275-72bc0570ddac</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>18b20d41-8127-41e9-ba1b-edb1ee9103c5</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>deb5e2a0-a807-470a-85ca-b8d37226bac1</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>deb5e2a0-a807-470a-85ca-b8d37226bac1</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>