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": "598a6e11-4283-4ee2-84f9-f3ab69accfd6",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-02-05T06:08:58.8889787Z",
"LastEngineHoursDate": "2026-02-05T06:08:58.8889787Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "f9d1326a-3c24-4bef-9d8c-fc7180c692e6",
"FleetDescription": "sample string 10",
"CompanyId": "193bc5c0-e0bf-4a9f-87ab-7f7260ae4ef3",
"CompanyName": "sample string 12",
"VehiclesClassId": "f89a8412-f5d4-4ec3-8d1c-1d4edf345487",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "86c7bedc-4eb9-4a9f-81e4-1e75ab147434",
"Clasification1Description": "sample string 15",
"Clasification2Id": "302deee2-0837-4758-80d8-a3b5e72a7d3b",
"Clasification2Description": "sample string 16",
"Clasification3Id": "88f9788d-c69c-44ed-b26c-6ef8f9d7149f",
"Clasification3Description": "sample string 17",
"Clasification4Id": "441e801e-7037-4df6-9f59-5b091ef20a63",
"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": "f061dc58-3011-4aae-abb3-adb8d677efbe",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "f061dc58-3011-4aae-abb3-adb8d677efbe",
"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": "c1883b82-560d-4fde-8255-b91d2b716296",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "b29097de-c268-450a-87ca-08c23e09bdbf",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "c1883b82-560d-4fde-8255-b91d2b716296",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "b29097de-c268-450a-87ca-08c23e09bdbf",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "db3daf5d-94df-4a4d-b38e-43ea3d536d64",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "a6735f42-1204-430f-88f6-ac0e121c1d20",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "db3daf5d-94df-4a4d-b38e-43ea3d536d64",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "a6735f42-1204-430f-88f6-ac0e121c1d20",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "3855e44d-1c3d-43dc-adb2-5b7391434bca",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "e2a564f6-f881-4e7b-9cb2-d9450be63cb5",
"TypeModelId": "de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "e2a564f6-f881-4e7b-9cb2-d9450be63cb5",
"TypeModelId": "de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a",
"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": "21a69792-b9a1-4e52-a77a-517a8a0ca00c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "55de9422-c483-4da2-ba79-7b3a6833ad62",
"CurrencyCode": "sample string 8",
"FuelMasterId": "869c8279-a47c-48c4-a7b1-1964c56faff2",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "3855e44d-1c3d-43dc-adb2-5b7391434bca",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "e2a564f6-f881-4e7b-9cb2-d9450be63cb5",
"TypeModelId": "de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "e2a564f6-f881-4e7b-9cb2-d9450be63cb5",
"TypeModelId": "de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a",
"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": "21a69792-b9a1-4e52-a77a-517a8a0ca00c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "55de9422-c483-4da2-ba79-7b3a6833ad62",
"CurrencyCode": "sample string 8",
"FuelMasterId": "869c8279-a47c-48c4-a7b1-1964c56faff2",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "661f931f-66fb-4ece-9674-7b20e093c577",
"CompanyContractId": "310302bc-6abc-426f-b45d-74ed3101be75",
"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": "661f931f-66fb-4ece-9674-7b20e093c577",
"CompanyContractId": "310302bc-6abc-426f-b45d-74ed3101be75",
"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": "dbbf25a7-9455-4d20-aa5e-36b6c66c2ddd",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "661f931f-66fb-4ece-9674-7b20e093c577",
"CompanyContractId": "310302bc-6abc-426f-b45d-74ed3101be75",
"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": "dbbf25a7-9455-4d20-aa5e-36b6c66c2ddd",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "661f931f-66fb-4ece-9674-7b20e093c577",
"CompanyContractId": "310302bc-6abc-426f-b45d-74ed3101be75",
"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": "35692d86-c2b1-443d-9377-bb97bbdd4ca2",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "d64d4cda-20d2-4310-a49d-1877d0ea0a3c",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f61041fa-486a-4122-9c35-4ab500096e3d",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "d64d4cda-20d2-4310-a49d-1877d0ea0a3c",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f61041fa-486a-4122-9c35-4ab500096e3d",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "8c5f37f7-5fb7-4317-9ff9-2c545e505b56",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "8c5f37f7-5fb7-4317-9ff9-2c545e505b56",
"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": "4ee5235f-9de9-490a-887d-5b53a97f9cb3",
"NetworkId": "c98e107d-8d1e-442f-8b80-77195d8fa843",
"NotificationFormatId": "269ad0f2-29b0-4224-860f-022a43325715",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-02-05T06:08:58.8889787Z",
"UserAtionetCreatedId": "b151a737-b73d-4784-bc2e-7181a8b92c01",
"UserAtionetDestinationId": "e6b1a1f0-2790-417a-ac51-5c0349657b53",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "a7c49775-fd66-4b3d-a71b-16231b9210b5",
"IdMerchant": "82dce7fa-1f97-41f0-b66e-fd2afa605699",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "4a262c34-e903-4e76-b17e-a92ff47940e7",
"DriverId": "121a1c4a-0f00-435b-ba1b-e217c2cd15d8",
"CreatedDateString": "2026/02/05 06:08"
},
{
"Id": "4ee5235f-9de9-490a-887d-5b53a97f9cb3",
"NetworkId": "c98e107d-8d1e-442f-8b80-77195d8fa843",
"NotificationFormatId": "269ad0f2-29b0-4224-860f-022a43325715",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-02-05T06:08:58.8889787Z",
"UserAtionetCreatedId": "b151a737-b73d-4784-bc2e-7181a8b92c01",
"UserAtionetDestinationId": "e6b1a1f0-2790-417a-ac51-5c0349657b53",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "a7c49775-fd66-4b3d-a71b-16231b9210b5",
"IdMerchant": "82dce7fa-1f97-41f0-b66e-fd2afa605699",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "4a262c34-e903-4e76-b17e-a92ff47940e7",
"DriverId": "121a1c4a-0f00-435b-ba1b-e217c2cd15d8",
"CreatedDateString": "2026/02/05 06:08"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "becaad4f-b701-4f24-be6c-ffa7b4bd57ac",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-02-05T06:08:58.8889787Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"99181941-a063-4021-ad5e-20aa56259184",
"c74c546c-3dee-4890-b15b-6bef6ddb4037"
],
"DriverId": "ee715684-8931-49f0-b197-6f02742fe661",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "64f608c9-1925-4807-9f56-5c6fb2763ba7",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "becaad4f-b701-4f24-be6c-ffa7b4bd57ac",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-02-05T06:08:58.8889787Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"99181941-a063-4021-ad5e-20aa56259184",
"c74c546c-3dee-4890-b15b-6bef6ddb4037"
],
"DriverId": "ee715684-8931-49f0-b197-6f02742fe661",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "64f608c9-1925-4807-9f56-5c6fb2763ba7",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-02-05T06:08:58.8889787Z",
"NetworkCreationDate": "2026-02-05T06:08:58.8889787Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "11265439-de06-4538-ace0-02ba8365bf35",
"State": 64,
"UpdateStateDate": "2026-02-05T06:08:58.8889787Z",
"NetworkUpdateStateDate": "2026-02-05T06:08:58.8889787Z",
"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>55de9422-c483-4da2-ba79-7b3a6833ad62</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>869c8279-a47c-48c4-a7b1-1964c56faff2</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>21a69792-b9a1-4e52-a77a-517a8a0ca00c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>e2a564f6-f881-4e7b-9cb2-d9450be63cb5</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>e2a564f6-f881-4e7b-9cb2-d9450be63cb5</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>3855e44d-1c3d-43dc-adb2-5b7391434bca</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>55de9422-c483-4da2-ba79-7b3a6833ad62</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>869c8279-a47c-48c4-a7b1-1964c56faff2</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>21a69792-b9a1-4e52-a77a-517a8a0ca00c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>e2a564f6-f881-4e7b-9cb2-d9450be63cb5</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>e2a564f6-f881-4e7b-9cb2-d9450be63cb5</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>de2e84a2-0bf7-49f9-9bf4-943a4acb9b5a</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>3855e44d-1c3d-43dc-adb2-5b7391434bca</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>86c7bedc-4eb9-4a9f-81e4-1e75ab147434</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>302deee2-0837-4758-80d8-a3b5e72a7d3b</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>88f9788d-c69c-44ed-b26c-6ef8f9d7149f</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>441e801e-7037-4df6-9f59-5b091ef20a63</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>193bc5c0-e0bf-4a9f-87ab-7f7260ae4ef3</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-02-05T06:08:58.8889787Z</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>8c5f37f7-5fb7-4317-9ff9-2c545e505b56</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>8c5f37f7-5fb7-4317-9ff9-2c545e505b56</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>f9d1326a-3c24-4bef-9d8c-fc7180c692e6</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>310302bc-6abc-426f-b45d-74ed3101be75</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>661f931f-66fb-4ece-9674-7b20e093c577</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>dbbf25a7-9455-4d20-aa5e-36b6c66c2ddd</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>310302bc-6abc-426f-b45d-74ed3101be75</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>661f931f-66fb-4ece-9674-7b20e093c577</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>dbbf25a7-9455-4d20-aa5e-36b6c66c2ddd</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>a6735f42-1204-430f-88f6-ac0e121c1d20</IdFleet>
<IdRule>db3daf5d-94df-4a4d-b38e-43ea3d536d64</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>a6735f42-1204-430f-88f6-ac0e121c1d20</IdFleet>
<IdRule>db3daf5d-94df-4a4d-b38e-43ea3d536d64</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>598a6e11-4283-4ee2-84f9-f3ab69accfd6</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>f61041fa-486a-4122-9c35-4ab500096e3d</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>d64d4cda-20d2-4310-a49d-1877d0ea0a3c</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>f61041fa-486a-4122-9c35-4ab500096e3d</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>d64d4cda-20d2-4310-a49d-1877d0ea0a3c</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-02-05T06:08:58.8889787Z</LastEngineHoursDate>
<LastOdometerDate>2026-02-05T06:08:58.8889787Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-02-05T06:08:58.8889787Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-02-05T06:08:58.8889787Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-02-05T06:08:58.8889787Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>121a1c4a-0f00-435b-ba1b-e217c2cd15d8</DriverId>
<Id>4ee5235f-9de9-490a-887d-5b53a97f9cb3</Id>
<IdCompany>a7c49775-fd66-4b3d-a71b-16231b9210b5</IdCompany>
<IdMerchant>82dce7fa-1f97-41f0-b66e-fd2afa605699</IdMerchant>
<Message />
<NetworkId>c98e107d-8d1e-442f-8b80-77195d8fa843</NetworkId>
<NotificationFormatId>269ad0f2-29b0-4224-860f-022a43325715</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>b151a737-b73d-4784-bc2e-7181a8b92c01</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>e6b1a1f0-2790-417a-ac51-5c0349657b53</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>4a262c34-e903-4e76-b17e-a92ff47940e7</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-02-05T06:08:58.8889787Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>121a1c4a-0f00-435b-ba1b-e217c2cd15d8</DriverId>
<Id>4ee5235f-9de9-490a-887d-5b53a97f9cb3</Id>
<IdCompany>a7c49775-fd66-4b3d-a71b-16231b9210b5</IdCompany>
<IdMerchant>82dce7fa-1f97-41f0-b66e-fd2afa605699</IdMerchant>
<Message />
<NetworkId>c98e107d-8d1e-442f-8b80-77195d8fa843</NetworkId>
<NotificationFormatId>269ad0f2-29b0-4224-860f-022a43325715</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>b151a737-b73d-4784-bc2e-7181a8b92c01</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>e6b1a1f0-2790-417a-ac51-5c0349657b53</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>4a262c34-e903-4e76-b17e-a92ff47940e7</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>310302bc-6abc-426f-b45d-74ed3101be75</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>661f931f-66fb-4ece-9674-7b20e093c577</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>310302bc-6abc-426f-b45d-74ed3101be75</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>661f931f-66fb-4ece-9674-7b20e093c577</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>c1883b82-560d-4fde-8255-b91d2b716296</IdRule>
<IdVehicle>b29097de-c268-450a-87ca-08c23e09bdbf</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>c1883b82-560d-4fde-8255-b91d2b716296</IdRule>
<IdVehicle>b29097de-c268-450a-87ca-08c23e09bdbf</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-02-05T06:08:58.8889787Z</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>ee715684-8931-49f0-b197-6f02742fe661</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>becaad4f-b701-4f24-be6c-ffa7b4bd57ac</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>99181941-a063-4021-ad5e-20aa56259184</d4p1:guid>
<d4p1:guid>c74c546c-3dee-4890-b15b-6bef6ddb4037</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>64f608c9-1925-4807-9f56-5c6fb2763ba7</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-02-05T06:08:58.8889787Z</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>ee715684-8931-49f0-b197-6f02742fe661</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>becaad4f-b701-4f24-be6c-ffa7b4bd57ac</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>99181941-a063-4021-ad5e-20aa56259184</d4p1:guid>
<d4p1:guid>c74c546c-3dee-4890-b15b-6bef6ddb4037</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>64f608c9-1925-4807-9f56-5c6fb2763ba7</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-02-05T06:08:58.8889787Z</UpdateStateDate>
<UserId>11265439-de06-4538-ace0-02ba8365bf35</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>35692d86-c2b1-443d-9377-bb97bbdd4ca2</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>f89a8412-f5d4-4ec3-8d1c-1d4edf345487</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>f061dc58-3011-4aae-abb3-adb8d677efbe</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>f061dc58-3011-4aae-abb3-adb8d677efbe</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>