PUT Vehicles/{id}
Updates the vehicle.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the vehicle. |
globally unique identifier |
Required |
Body Parameters
The new data of the vehicle.
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "cfb9106c-a2b4-4cdd-9181-d402cdfb866e",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-04-27T21:36:22.2370866Z",
"LastEngineHoursDate": "2026-04-27T21:36:22.2370866Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "68926f54-c487-4f22-9dcd-7603ed06c2fe",
"FleetDescription": "sample string 10",
"CompanyId": "261766d8-a8ed-45a9-bd5d-c8695cc86701",
"CompanyName": "sample string 12",
"VehiclesClassId": "04e9e818-10a9-47aa-b9df-d0b41e76fe23",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "4be3b967-8090-4cfb-a19b-5783000326bd",
"Clasification1Description": "sample string 15",
"Clasification2Id": "a45bdf21-bdc7-4506-9af6-41c0ec8e88d9",
"Clasification2Description": "sample string 16",
"Clasification3Id": "47bb1e77-962c-4fb9-8db8-f94fb02cfc8d",
"Clasification3Description": "sample string 17",
"Clasification4Id": "00a342cd-b9ba-4283-a65a-ed62140721f1",
"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": "912aaca1-fbc8-42d9-b942-8a233bf10ec7",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "912aaca1-fbc8-42d9-b942-8a233bf10ec7",
"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": "3ecd3fbb-f7d7-4a72-9dd0-6189191f6b16",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3631a028-c567-4692-b108-b17b3271f60f",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "3ecd3fbb-f7d7-4a72-9dd0-6189191f6b16",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3631a028-c567-4692-b108-b17b3271f60f",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "03b59af0-871b-496b-9b80-d697677be9d8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5a45cf79-2da1-4ee5-baf1-b9e52e1b2493",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "03b59af0-871b-496b-9b80-d697677be9d8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5a45cf79-2da1-4ee5-baf1-b9e52e1b2493",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "89747e5b-2124-4f15-bba4-81e8c3efe2c7",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "79462e27-e428-4494-a3f1-b3cbbc478c0a",
"TypeModelId": "1f72a606-25be-4304-a2da-644aa6cf12cf",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "79462e27-e428-4494-a3f1-b3cbbc478c0a",
"TypeModelId": "1f72a606-25be-4304-a2da-644aa6cf12cf",
"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": "9077053e-e5b7-4c7e-a550-36d32dde2b27",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "1045ac23-54ef-4b93-97c6-7275a9cbc86f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1f72c658-e5e0-458a-849e-b6edb5e532ed",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "89747e5b-2124-4f15-bba4-81e8c3efe2c7",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "79462e27-e428-4494-a3f1-b3cbbc478c0a",
"TypeModelId": "1f72a606-25be-4304-a2da-644aa6cf12cf",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "79462e27-e428-4494-a3f1-b3cbbc478c0a",
"TypeModelId": "1f72a606-25be-4304-a2da-644aa6cf12cf",
"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": "9077053e-e5b7-4c7e-a550-36d32dde2b27",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "1045ac23-54ef-4b93-97c6-7275a9cbc86f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1f72c658-e5e0-458a-849e-b6edb5e532ed",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "35f803e6-e700-4dc8-ae0e-d0231d7b9bb9",
"CompanyContractId": "eb43b648-fca5-43f9-a562-cc75c40e8ed6",
"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": "35f803e6-e700-4dc8-ae0e-d0231d7b9bb9",
"CompanyContractId": "eb43b648-fca5-43f9-a562-cc75c40e8ed6",
"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": "d55b341e-7a7d-485e-9112-c165f47a84b3",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "35f803e6-e700-4dc8-ae0e-d0231d7b9bb9",
"CompanyContractId": "eb43b648-fca5-43f9-a562-cc75c40e8ed6",
"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": "d55b341e-7a7d-485e-9112-c165f47a84b3",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "35f803e6-e700-4dc8-ae0e-d0231d7b9bb9",
"CompanyContractId": "eb43b648-fca5-43f9-a562-cc75c40e8ed6",
"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": "24269df9-a626-4328-87ec-84867b316079",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "85054b83-370c-4cf8-9ac3-d06593a7f5aa",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "02589e63-a820-49a3-9f94-ede69b0473ad",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "85054b83-370c-4cf8-9ac3-d06593a7f5aa",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "02589e63-a820-49a3-9f94-ede69b0473ad",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "680e4fc7-4409-46d7-a15d-2a58a0b1f352",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "680e4fc7-4409-46d7-a15d-2a58a0b1f352",
"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": "214ccd56-595d-487e-bcde-0005145f4aaf",
"NetworkId": "ccd3159d-d995-4b32-97af-54214c028f17",
"NotificationFormatId": "854a21f1-3c67-4c79-af3b-95aecc9512c7",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:22.2370866Z",
"UserAtionetCreatedId": "2606c809-caf5-46c3-823d-ef8e56d5caea",
"UserAtionetDestinationId": "ba17049f-331c-48c6-9937-9fdb075a0542",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "943a6176-9212-4951-bcec-cf53b5607bb7",
"IdMerchant": "7e2d92c6-1949-43b9-b1bc-919258b65333",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "2435f0ab-5720-4e3f-b57c-c7587ddb4563",
"DriverId": "f45d7cda-a826-414b-ab0e-b161880eb5a0",
"CreatedDateString": "2026/04/27 21:36"
},
{
"Id": "214ccd56-595d-487e-bcde-0005145f4aaf",
"NetworkId": "ccd3159d-d995-4b32-97af-54214c028f17",
"NotificationFormatId": "854a21f1-3c67-4c79-af3b-95aecc9512c7",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:22.2370866Z",
"UserAtionetCreatedId": "2606c809-caf5-46c3-823d-ef8e56d5caea",
"UserAtionetDestinationId": "ba17049f-331c-48c6-9937-9fdb075a0542",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "943a6176-9212-4951-bcec-cf53b5607bb7",
"IdMerchant": "7e2d92c6-1949-43b9-b1bc-919258b65333",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "2435f0ab-5720-4e3f-b57c-c7587ddb4563",
"DriverId": "f45d7cda-a826-414b-ab0e-b161880eb5a0",
"CreatedDateString": "2026/04/27 21:36"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "1457c2ea-555d-4346-8f31-be0282e15dc5",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:22.2370866Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"de1f4099-7a03-4811-9d13-f4287bfea7a8",
"a5ed8acb-c64d-446e-b25a-4efcf9307b06"
],
"DriverId": "0b7fc87e-0f45-4d92-8953-d391ffe9fce2",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "41df8257-d09c-41c1-b9fa-876f320d6f07",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "1457c2ea-555d-4346-8f31-be0282e15dc5",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:22.2370866Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"de1f4099-7a03-4811-9d13-f4287bfea7a8",
"a5ed8acb-c64d-446e-b25a-4efcf9307b06"
],
"DriverId": "0b7fc87e-0f45-4d92-8953-d391ffe9fce2",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "41df8257-d09c-41c1-b9fa-876f320d6f07",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-04-27T21:36:22.2370866Z",
"NetworkCreationDate": "2026-04-27T21:36:22.2370866Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "8b4e4ed2-d403-4fc6-91f4-149daec709d9",
"State": 64,
"UpdateStateDate": "2026-04-27T21:36:22.2370866Z",
"NetworkUpdateStateDate": "2026-04-27T21:36:22.2370866Z",
"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>1045ac23-54ef-4b93-97c6-7275a9cbc86f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1f72c658-e5e0-458a-849e-b6edb5e532ed</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>9077053e-e5b7-4c7e-a550-36d32dde2b27</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>79462e27-e428-4494-a3f1-b3cbbc478c0a</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f72a606-25be-4304-a2da-644aa6cf12cf</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>79462e27-e428-4494-a3f1-b3cbbc478c0a</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f72a606-25be-4304-a2da-644aa6cf12cf</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>89747e5b-2124-4f15-bba4-81e8c3efe2c7</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>1045ac23-54ef-4b93-97c6-7275a9cbc86f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1f72c658-e5e0-458a-849e-b6edb5e532ed</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>9077053e-e5b7-4c7e-a550-36d32dde2b27</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>79462e27-e428-4494-a3f1-b3cbbc478c0a</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f72a606-25be-4304-a2da-644aa6cf12cf</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>79462e27-e428-4494-a3f1-b3cbbc478c0a</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f72a606-25be-4304-a2da-644aa6cf12cf</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>89747e5b-2124-4f15-bba4-81e8c3efe2c7</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>4be3b967-8090-4cfb-a19b-5783000326bd</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>a45bdf21-bdc7-4506-9af6-41c0ec8e88d9</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>47bb1e77-962c-4fb9-8db8-f94fb02cfc8d</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>00a342cd-b9ba-4283-a65a-ed62140721f1</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>261766d8-a8ed-45a9-bd5d-c8695cc86701</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-04-27T21:36:22.2370866Z</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>680e4fc7-4409-46d7-a15d-2a58a0b1f352</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>680e4fc7-4409-46d7-a15d-2a58a0b1f352</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>68926f54-c487-4f22-9dcd-7603ed06c2fe</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>eb43b648-fca5-43f9-a562-cc75c40e8ed6</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>35f803e6-e700-4dc8-ae0e-d0231d7b9bb9</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>d55b341e-7a7d-485e-9112-c165f47a84b3</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>eb43b648-fca5-43f9-a562-cc75c40e8ed6</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>35f803e6-e700-4dc8-ae0e-d0231d7b9bb9</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>d55b341e-7a7d-485e-9112-c165f47a84b3</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>5a45cf79-2da1-4ee5-baf1-b9e52e1b2493</IdFleet>
<IdRule>03b59af0-871b-496b-9b80-d697677be9d8</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>5a45cf79-2da1-4ee5-baf1-b9e52e1b2493</IdFleet>
<IdRule>03b59af0-871b-496b-9b80-d697677be9d8</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>cfb9106c-a2b4-4cdd-9181-d402cdfb866e</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>02589e63-a820-49a3-9f94-ede69b0473ad</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>85054b83-370c-4cf8-9ac3-d06593a7f5aa</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>02589e63-a820-49a3-9f94-ede69b0473ad</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>85054b83-370c-4cf8-9ac3-d06593a7f5aa</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-04-27T21:36:22.2370866Z</LastEngineHoursDate>
<LastOdometerDate>2026-04-27T21:36:22.2370866Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-04-27T21:36:22.2370866Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-04-27T21:36:22.2370866Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:22.2370866Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>f45d7cda-a826-414b-ab0e-b161880eb5a0</DriverId>
<Id>214ccd56-595d-487e-bcde-0005145f4aaf</Id>
<IdCompany>943a6176-9212-4951-bcec-cf53b5607bb7</IdCompany>
<IdMerchant>7e2d92c6-1949-43b9-b1bc-919258b65333</IdMerchant>
<Message />
<NetworkId>ccd3159d-d995-4b32-97af-54214c028f17</NetworkId>
<NotificationFormatId>854a21f1-3c67-4c79-af3b-95aecc9512c7</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>2606c809-caf5-46c3-823d-ef8e56d5caea</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ba17049f-331c-48c6-9937-9fdb075a0542</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>2435f0ab-5720-4e3f-b57c-c7587ddb4563</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:22.2370866Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>f45d7cda-a826-414b-ab0e-b161880eb5a0</DriverId>
<Id>214ccd56-595d-487e-bcde-0005145f4aaf</Id>
<IdCompany>943a6176-9212-4951-bcec-cf53b5607bb7</IdCompany>
<IdMerchant>7e2d92c6-1949-43b9-b1bc-919258b65333</IdMerchant>
<Message />
<NetworkId>ccd3159d-d995-4b32-97af-54214c028f17</NetworkId>
<NotificationFormatId>854a21f1-3c67-4c79-af3b-95aecc9512c7</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>2606c809-caf5-46c3-823d-ef8e56d5caea</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ba17049f-331c-48c6-9937-9fdb075a0542</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>2435f0ab-5720-4e3f-b57c-c7587ddb4563</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>eb43b648-fca5-43f9-a562-cc75c40e8ed6</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>35f803e6-e700-4dc8-ae0e-d0231d7b9bb9</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>eb43b648-fca5-43f9-a562-cc75c40e8ed6</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>35f803e6-e700-4dc8-ae0e-d0231d7b9bb9</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>3ecd3fbb-f7d7-4a72-9dd0-6189191f6b16</IdRule>
<IdVehicle>3631a028-c567-4692-b108-b17b3271f60f</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>3ecd3fbb-f7d7-4a72-9dd0-6189191f6b16</IdRule>
<IdVehicle>3631a028-c567-4692-b108-b17b3271f60f</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-04-27T21:36:22.2370866Z</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>0b7fc87e-0f45-4d92-8953-d391ffe9fce2</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>1457c2ea-555d-4346-8f31-be0282e15dc5</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>de1f4099-7a03-4811-9d13-f4287bfea7a8</d4p1:guid>
<d4p1:guid>a5ed8acb-c64d-446e-b25a-4efcf9307b06</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>41df8257-d09c-41c1-b9fa-876f320d6f07</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:22.2370866Z</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>0b7fc87e-0f45-4d92-8953-d391ffe9fce2</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>1457c2ea-555d-4346-8f31-be0282e15dc5</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>de1f4099-7a03-4811-9d13-f4287bfea7a8</d4p1:guid>
<d4p1:guid>a5ed8acb-c64d-446e-b25a-4efcf9307b06</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>41df8257-d09c-41c1-b9fa-876f320d6f07</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-04-27T21:36:22.2370866Z</UpdateStateDate>
<UserId>8b4e4ed2-d403-4fc6-91f4-149daec709d9</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>24269df9-a626-4328-87ec-84867b316079</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>04e9e818-10a9-47aa-b9df-d0b41e76fe23</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>912aaca1-fbc8-42d9-b942-8a233bf10ec7</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>912aaca1-fbc8-42d9-b942-8a233bf10ec7</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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.