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": "2c79a498-78f6-48cd-a719-10e520acccbf",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-05-02T13:41:53.6353578Z",
"LastEngineHoursDate": "2026-05-02T13:41:53.6353578Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "4b2954f9-ba0f-4f55-85b7-dd7c95b2d571",
"FleetDescription": "sample string 10",
"CompanyId": "728397c8-328d-4dd4-bf0b-e5ea8cc3779a",
"CompanyName": "sample string 12",
"VehiclesClassId": "4ab1684f-abb0-43cb-b27d-9f153a738e18",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "1330106f-618a-4d86-8335-aae4fa281015",
"Clasification1Description": "sample string 15",
"Clasification2Id": "aff1e968-ed68-4c2a-a641-f993a9853b87",
"Clasification2Description": "sample string 16",
"Clasification3Id": "1aab2062-5c75-4237-a76a-9112327fc343",
"Clasification3Description": "sample string 17",
"Clasification4Id": "24b6b7cf-3998-4196-9a8b-17a7c132d3e1",
"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": "9f57db7a-8081-43e8-9da6-eed88bdf258d",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "9f57db7a-8081-43e8-9da6-eed88bdf258d",
"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": "3dbfd1b4-3817-4acd-b30c-905f74bdbed8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "2f8f5584-2206-4148-a105-1323ec1aac86",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "3dbfd1b4-3817-4acd-b30c-905f74bdbed8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "2f8f5584-2206-4148-a105-1323ec1aac86",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "4c4f3416-0bce-44fb-8a0f-1c040d469996",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5286ed0e-c464-464b-baaf-84d46b77562f",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "4c4f3416-0bce-44fb-8a0f-1c040d469996",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5286ed0e-c464-464b-baaf-84d46b77562f",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "44ebf4bf-30f3-44a4-914c-a974c3017be8",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7856c151-acd4-4d1a-8720-49814c852799",
"TypeModelId": "9644fef8-dd11-4779-88b7-9728c6a6c52b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7856c151-acd4-4d1a-8720-49814c852799",
"TypeModelId": "9644fef8-dd11-4779-88b7-9728c6a6c52b",
"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": "8f66b92c-bc5f-4296-af30-a50dcefc571e",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "468a458f-beb0-4c87-853a-170bdc71887f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "06abb0cb-cf5e-478a-a80a-5740a71756ae",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "44ebf4bf-30f3-44a4-914c-a974c3017be8",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7856c151-acd4-4d1a-8720-49814c852799",
"TypeModelId": "9644fef8-dd11-4779-88b7-9728c6a6c52b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7856c151-acd4-4d1a-8720-49814c852799",
"TypeModelId": "9644fef8-dd11-4779-88b7-9728c6a6c52b",
"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": "8f66b92c-bc5f-4296-af30-a50dcefc571e",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "468a458f-beb0-4c87-853a-170bdc71887f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "06abb0cb-cf5e-478a-a80a-5740a71756ae",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "7dd28b1b-6cfe-458a-b885-d97a5a7084f3",
"CompanyContractId": "38d5f050-de7c-4a11-a293-599e0f724f14",
"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": "7dd28b1b-6cfe-458a-b885-d97a5a7084f3",
"CompanyContractId": "38d5f050-de7c-4a11-a293-599e0f724f14",
"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": "37840b0c-8f8a-4960-9783-883d1635830c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7dd28b1b-6cfe-458a-b885-d97a5a7084f3",
"CompanyContractId": "38d5f050-de7c-4a11-a293-599e0f724f14",
"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": "37840b0c-8f8a-4960-9783-883d1635830c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7dd28b1b-6cfe-458a-b885-d97a5a7084f3",
"CompanyContractId": "38d5f050-de7c-4a11-a293-599e0f724f14",
"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": "c4b98da4-f8be-44d4-920f-06f57538aec0",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "3881ed33-f780-43ef-b8b4-f207377fbf1e",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "2464e3a2-3df8-47c7-81ab-6cb3c7960c9f",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "3881ed33-f780-43ef-b8b4-f207377fbf1e",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "2464e3a2-3df8-47c7-81ab-6cb3c7960c9f",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "8a48f7dc-76be-4f7f-870e-f526335b8d95",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "8a48f7dc-76be-4f7f-870e-f526335b8d95",
"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": "67ded1e6-eab5-4c7c-bd19-cd16255c26f1",
"NetworkId": "f3efb8cb-aeef-4359-8161-54e2969a75dc",
"NotificationFormatId": "09967332-3037-491e-baa1-aa0e4438d93b",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-02T13:41:53.6353578Z",
"UserAtionetCreatedId": "2ab4b0e4-df7b-423c-9598-ffe89406101a",
"UserAtionetDestinationId": "bdab31ae-5657-4ec7-a8f9-8ea2227ed003",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "67c9d794-0465-4e1e-84e6-79d3830cf1f6",
"IdMerchant": "6ab1f087-9552-49d4-b991-be3433480c72",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "bd7fbb2d-871e-4b34-8c84-17a5f9ea7638",
"DriverId": "9238cc41-a1ba-4b17-b5ce-7d1621ce1c93",
"CreatedDateString": "2026/05/02 13:41"
},
{
"Id": "67ded1e6-eab5-4c7c-bd19-cd16255c26f1",
"NetworkId": "f3efb8cb-aeef-4359-8161-54e2969a75dc",
"NotificationFormatId": "09967332-3037-491e-baa1-aa0e4438d93b",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-05-02T13:41:53.6353578Z",
"UserAtionetCreatedId": "2ab4b0e4-df7b-423c-9598-ffe89406101a",
"UserAtionetDestinationId": "bdab31ae-5657-4ec7-a8f9-8ea2227ed003",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "67c9d794-0465-4e1e-84e6-79d3830cf1f6",
"IdMerchant": "6ab1f087-9552-49d4-b991-be3433480c72",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "bd7fbb2d-871e-4b34-8c84-17a5f9ea7638",
"DriverId": "9238cc41-a1ba-4b17-b5ce-7d1621ce1c93",
"CreatedDateString": "2026/05/02 13:41"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "2e4a087a-bdf1-41ae-b241-1ce13afef422",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-02T13:41:53.6353578Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"77b4e6c1-4732-4d94-8820-b2b833665258",
"9c97de6b-8b71-4c6d-b56d-0e782821a795"
],
"DriverId": "c559f0b7-1d39-477a-8f92-180d1b54f7e6",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "3aebc00d-4ade-4b52-840c-3b915f45170d",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "2e4a087a-bdf1-41ae-b241-1ce13afef422",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-05-02T13:41:53.6353578Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"77b4e6c1-4732-4d94-8820-b2b833665258",
"9c97de6b-8b71-4c6d-b56d-0e782821a795"
],
"DriverId": "c559f0b7-1d39-477a-8f92-180d1b54f7e6",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "3aebc00d-4ade-4b52-840c-3b915f45170d",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-05-02T13:41:53.6353578Z",
"NetworkCreationDate": "2026-05-02T13:41:53.6353578Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "be08c4bb-86a7-44a8-ab5f-da861fc4fc6c",
"State": 64,
"UpdateStateDate": "2026-05-02T13:41:53.6353578Z",
"NetworkUpdateStateDate": "2026-05-02T13:41:53.6353578Z",
"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>468a458f-beb0-4c87-853a-170bdc71887f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>06abb0cb-cf5e-478a-a80a-5740a71756ae</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>8f66b92c-bc5f-4296-af30-a50dcefc571e</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7856c151-acd4-4d1a-8720-49814c852799</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>9644fef8-dd11-4779-88b7-9728c6a6c52b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7856c151-acd4-4d1a-8720-49814c852799</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>9644fef8-dd11-4779-88b7-9728c6a6c52b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>44ebf4bf-30f3-44a4-914c-a974c3017be8</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>468a458f-beb0-4c87-853a-170bdc71887f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>06abb0cb-cf5e-478a-a80a-5740a71756ae</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>8f66b92c-bc5f-4296-af30-a50dcefc571e</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7856c151-acd4-4d1a-8720-49814c852799</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>9644fef8-dd11-4779-88b7-9728c6a6c52b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7856c151-acd4-4d1a-8720-49814c852799</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>9644fef8-dd11-4779-88b7-9728c6a6c52b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>44ebf4bf-30f3-44a4-914c-a974c3017be8</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>1330106f-618a-4d86-8335-aae4fa281015</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>aff1e968-ed68-4c2a-a641-f993a9853b87</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>1aab2062-5c75-4237-a76a-9112327fc343</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>24b6b7cf-3998-4196-9a8b-17a7c132d3e1</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>728397c8-328d-4dd4-bf0b-e5ea8cc3779a</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-05-02T13:41:53.6353578Z</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>8a48f7dc-76be-4f7f-870e-f526335b8d95</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>8a48f7dc-76be-4f7f-870e-f526335b8d95</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>4b2954f9-ba0f-4f55-85b7-dd7c95b2d571</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>38d5f050-de7c-4a11-a293-599e0f724f14</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7dd28b1b-6cfe-458a-b885-d97a5a7084f3</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>37840b0c-8f8a-4960-9783-883d1635830c</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>38d5f050-de7c-4a11-a293-599e0f724f14</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7dd28b1b-6cfe-458a-b885-d97a5a7084f3</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>37840b0c-8f8a-4960-9783-883d1635830c</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>5286ed0e-c464-464b-baaf-84d46b77562f</IdFleet>
<IdRule>4c4f3416-0bce-44fb-8a0f-1c040d469996</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>5286ed0e-c464-464b-baaf-84d46b77562f</IdFleet>
<IdRule>4c4f3416-0bce-44fb-8a0f-1c040d469996</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>2c79a498-78f6-48cd-a719-10e520acccbf</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>2464e3a2-3df8-47c7-81ab-6cb3c7960c9f</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>3881ed33-f780-43ef-b8b4-f207377fbf1e</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>2464e3a2-3df8-47c7-81ab-6cb3c7960c9f</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>3881ed33-f780-43ef-b8b4-f207377fbf1e</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-02T13:41:53.6353578Z</LastEngineHoursDate>
<LastOdometerDate>2026-05-02T13:41:53.6353578Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-05-02T13:41:53.6353578Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-05-02T13:41:53.6353578Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-02T13:41:53.6353578Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9238cc41-a1ba-4b17-b5ce-7d1621ce1c93</DriverId>
<Id>67ded1e6-eab5-4c7c-bd19-cd16255c26f1</Id>
<IdCompany>67c9d794-0465-4e1e-84e6-79d3830cf1f6</IdCompany>
<IdMerchant>6ab1f087-9552-49d4-b991-be3433480c72</IdMerchant>
<Message />
<NetworkId>f3efb8cb-aeef-4359-8161-54e2969a75dc</NetworkId>
<NotificationFormatId>09967332-3037-491e-baa1-aa0e4438d93b</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>2ab4b0e4-df7b-423c-9598-ffe89406101a</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>bdab31ae-5657-4ec7-a8f9-8ea2227ed003</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>bd7fbb2d-871e-4b34-8c84-17a5f9ea7638</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-05-02T13:41:53.6353578Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9238cc41-a1ba-4b17-b5ce-7d1621ce1c93</DriverId>
<Id>67ded1e6-eab5-4c7c-bd19-cd16255c26f1</Id>
<IdCompany>67c9d794-0465-4e1e-84e6-79d3830cf1f6</IdCompany>
<IdMerchant>6ab1f087-9552-49d4-b991-be3433480c72</IdMerchant>
<Message />
<NetworkId>f3efb8cb-aeef-4359-8161-54e2969a75dc</NetworkId>
<NotificationFormatId>09967332-3037-491e-baa1-aa0e4438d93b</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>2ab4b0e4-df7b-423c-9598-ffe89406101a</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>bdab31ae-5657-4ec7-a8f9-8ea2227ed003</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>bd7fbb2d-871e-4b34-8c84-17a5f9ea7638</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>38d5f050-de7c-4a11-a293-599e0f724f14</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7dd28b1b-6cfe-458a-b885-d97a5a7084f3</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>38d5f050-de7c-4a11-a293-599e0f724f14</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7dd28b1b-6cfe-458a-b885-d97a5a7084f3</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>3dbfd1b4-3817-4acd-b30c-905f74bdbed8</IdRule>
<IdVehicle>2f8f5584-2206-4148-a105-1323ec1aac86</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>3dbfd1b4-3817-4acd-b30c-905f74bdbed8</IdRule>
<IdVehicle>2f8f5584-2206-4148-a105-1323ec1aac86</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-02T13:41:53.6353578Z</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>c559f0b7-1d39-477a-8f92-180d1b54f7e6</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2e4a087a-bdf1-41ae-b241-1ce13afef422</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>77b4e6c1-4732-4d94-8820-b2b833665258</d4p1:guid>
<d4p1:guid>9c97de6b-8b71-4c6d-b56d-0e782821a795</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>3aebc00d-4ade-4b52-840c-3b915f45170d</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-05-02T13:41:53.6353578Z</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>c559f0b7-1d39-477a-8f92-180d1b54f7e6</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2e4a087a-bdf1-41ae-b241-1ce13afef422</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>77b4e6c1-4732-4d94-8820-b2b833665258</d4p1:guid>
<d4p1:guid>9c97de6b-8b71-4c6d-b56d-0e782821a795</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>3aebc00d-4ade-4b52-840c-3b915f45170d</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-05-02T13:41:53.6353578Z</UpdateStateDate>
<UserId>be08c4bb-86a7-44a8-ab5f-da861fc4fc6c</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>c4b98da4-f8be-44d4-920f-06f57538aec0</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>4ab1684f-abb0-43cb-b27d-9f153a738e18</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>9f57db7a-8081-43e8-9da6-eed88bdf258d</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>9f57db7a-8081-43e8-9da6-eed88bdf258d</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>