POST Vehicles
Creates a new vehicle.
Request Information
URI Parameters
None.
Body Parameters
The 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
{
"Id": "e3c8f664-8e8e-4355-9e79-3595f8e6dd3f",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-04-27T21:36:26.8154122Z",
"LastEngineHoursDate": "2026-04-27T21:36:26.8154122Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "abc36930-1f99-4180-a4d8-41e345b33093",
"FleetDescription": "sample string 10",
"CompanyId": "5333f2ff-c154-4be1-bdc7-2f125f976d82",
"CompanyName": "sample string 12",
"VehiclesClassId": "3cc1ab85-adb3-4d94-972e-a6f39f45e758",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "16e034e0-bfad-4823-adea-a293ae7ce401",
"Clasification1Description": "sample string 15",
"Clasification2Id": "e80e65f8-ade8-43f0-8de8-96260417e34c",
"Clasification2Description": "sample string 16",
"Clasification3Id": "cf26a1e7-f483-4300-91af-bfc2e6f01d90",
"Clasification3Description": "sample string 17",
"Clasification4Id": "917c3445-5d5f-46a1-8226-e49e3ea87c31",
"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": "e524d0ea-7355-42fe-9f26-22bd7d22a0ff",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "e524d0ea-7355-42fe-9f26-22bd7d22a0ff",
"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": "be74c660-657b-4276-886f-7354e6d7c532",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "01e408c2-5ade-4f6b-b751-2a5d9b3ad459",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "be74c660-657b-4276-886f-7354e6d7c532",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "01e408c2-5ade-4f6b-b751-2a5d9b3ad459",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "89e3adef-627a-4528-bab3-9fd71ee1b278",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f21f0872-7cdd-40cd-9073-1e0d55321399",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "89e3adef-627a-4528-bab3-9fd71ee1b278",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f21f0872-7cdd-40cd-9073-1e0d55321399",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "c37bcd82-3e87-400c-b666-dd239ee7a845",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "f89c6eec-64d3-4508-9be6-cd56e8e16148",
"TypeModelId": "3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "f89c6eec-64d3-4508-9be6-cd56e8e16148",
"TypeModelId": "3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2",
"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": "2675f24d-bf5a-464c-9a0d-1c75c2c315c7",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "add51fba-4ea8-41d9-8aa0-7fdfbc331fd4",
"CurrencyCode": "sample string 8",
"FuelMasterId": "3a7b4622-2de4-402b-93f6-937887e5e87c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "c37bcd82-3e87-400c-b666-dd239ee7a845",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "f89c6eec-64d3-4508-9be6-cd56e8e16148",
"TypeModelId": "3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "f89c6eec-64d3-4508-9be6-cd56e8e16148",
"TypeModelId": "3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2",
"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": "2675f24d-bf5a-464c-9a0d-1c75c2c315c7",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "add51fba-4ea8-41d9-8aa0-7fdfbc331fd4",
"CurrencyCode": "sample string 8",
"FuelMasterId": "3a7b4622-2de4-402b-93f6-937887e5e87c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "68b713f9-c605-4cec-868b-c8cceb33c079",
"CompanyContractId": "f3451cdf-2a3f-4c58-8b82-431a8e56c5da",
"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": "68b713f9-c605-4cec-868b-c8cceb33c079",
"CompanyContractId": "f3451cdf-2a3f-4c58-8b82-431a8e56c5da",
"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": "96362e0c-6250-49bc-be3a-c04644f22dc8",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "68b713f9-c605-4cec-868b-c8cceb33c079",
"CompanyContractId": "f3451cdf-2a3f-4c58-8b82-431a8e56c5da",
"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": "96362e0c-6250-49bc-be3a-c04644f22dc8",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "68b713f9-c605-4cec-868b-c8cceb33c079",
"CompanyContractId": "f3451cdf-2a3f-4c58-8b82-431a8e56c5da",
"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": "889c725c-cf2a-452e-9c1a-a8713ab325b0",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "7a6423e7-1eae-4436-8088-bd67236ca564",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e5c3670c-be55-4980-8db6-3288ad1c3d67",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "7a6423e7-1eae-4436-8088-bd67236ca564",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e5c3670c-be55-4980-8db6-3288ad1c3d67",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "a7be80ea-d1db-4c40-adde-35c5a0dd28af",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "a7be80ea-d1db-4c40-adde-35c5a0dd28af",
"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": "08df5165-c0c2-4253-9285-9f4054f34621",
"NetworkId": "34b9f40c-f16f-4b03-a997-06187f809945",
"NotificationFormatId": "66c048c4-e2c6-4f6f-a0b2-0bd1819c003c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:26.8154122Z",
"UserAtionetCreatedId": "a2b2f1c0-c3a6-48e3-ba0c-8f2712dad662",
"UserAtionetDestinationId": "80f005ce-a74f-47b7-814f-392700ec2900",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "0b5304d4-8191-41e2-997b-4e7c1f6df8d9",
"IdMerchant": "2eb04df6-79de-467c-ba55-9cef2886b4e7",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c24a50c5-2459-4c82-bbce-6858664120ba",
"DriverId": "da38b7dd-318d-42f6-9269-23bd8c1dbccc",
"CreatedDateString": "2026/04/27 21:36"
},
{
"Id": "08df5165-c0c2-4253-9285-9f4054f34621",
"NetworkId": "34b9f40c-f16f-4b03-a997-06187f809945",
"NotificationFormatId": "66c048c4-e2c6-4f6f-a0b2-0bd1819c003c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:26.8154122Z",
"UserAtionetCreatedId": "a2b2f1c0-c3a6-48e3-ba0c-8f2712dad662",
"UserAtionetDestinationId": "80f005ce-a74f-47b7-814f-392700ec2900",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "0b5304d4-8191-41e2-997b-4e7c1f6df8d9",
"IdMerchant": "2eb04df6-79de-467c-ba55-9cef2886b4e7",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c24a50c5-2459-4c82-bbce-6858664120ba",
"DriverId": "da38b7dd-318d-42f6-9269-23bd8c1dbccc",
"CreatedDateString": "2026/04/27 21:36"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "8acc844b-0299-4405-b593-cd49af7efcb9",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:26.8154122Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"37f0d788-2dad-4e04-827c-8dae48f12964",
"401b4338-0d97-4a46-a3cb-21915b156ae4"
],
"DriverId": "a667eef3-9975-4b92-83aa-55912a3b2772",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ba887873-21f4-4778-bd3d-413d789f520b",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "8acc844b-0299-4405-b593-cd49af7efcb9",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:26.8154122Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"37f0d788-2dad-4e04-827c-8dae48f12964",
"401b4338-0d97-4a46-a3cb-21915b156ae4"
],
"DriverId": "a667eef3-9975-4b92-83aa-55912a3b2772",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ba887873-21f4-4778-bd3d-413d789f520b",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-04-27T21:36:26.8154122Z",
"NetworkCreationDate": "2026-04-27T21:36:26.8154122Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "70181d33-03d2-416f-b991-7d6f17269e58",
"State": 64,
"UpdateStateDate": "2026-04-27T21:36:26.8154122Z",
"NetworkUpdateStateDate": "2026-04-27T21:36:26.8154122Z",
"Email": "sample string 47",
"GPSDeviceID": "sample string 48",
"GPSDeviceOdometer": 1
}
application/xml, text/xml
<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>add51fba-4ea8-41d9-8aa0-7fdfbc331fd4</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>3a7b4622-2de4-402b-93f6-937887e5e87c</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>2675f24d-bf5a-464c-9a0d-1c75c2c315c7</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>f89c6eec-64d3-4508-9be6-cd56e8e16148</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>f89c6eec-64d3-4508-9be6-cd56e8e16148</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>c37bcd82-3e87-400c-b666-dd239ee7a845</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>add51fba-4ea8-41d9-8aa0-7fdfbc331fd4</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>3a7b4622-2de4-402b-93f6-937887e5e87c</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>2675f24d-bf5a-464c-9a0d-1c75c2c315c7</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>f89c6eec-64d3-4508-9be6-cd56e8e16148</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>f89c6eec-64d3-4508-9be6-cd56e8e16148</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3b82bd5f-7ee9-4ec7-ba78-6b721c47a9c2</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>c37bcd82-3e87-400c-b666-dd239ee7a845</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>16e034e0-bfad-4823-adea-a293ae7ce401</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>e80e65f8-ade8-43f0-8de8-96260417e34c</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>cf26a1e7-f483-4300-91af-bfc2e6f01d90</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>917c3445-5d5f-46a1-8226-e49e3ea87c31</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>5333f2ff-c154-4be1-bdc7-2f125f976d82</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-04-27T21:36:26.8154122Z</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>a7be80ea-d1db-4c40-adde-35c5a0dd28af</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>a7be80ea-d1db-4c40-adde-35c5a0dd28af</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>abc36930-1f99-4180-a4d8-41e345b33093</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>f3451cdf-2a3f-4c58-8b82-431a8e56c5da</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>68b713f9-c605-4cec-868b-c8cceb33c079</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>96362e0c-6250-49bc-be3a-c04644f22dc8</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>f3451cdf-2a3f-4c58-8b82-431a8e56c5da</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>68b713f9-c605-4cec-868b-c8cceb33c079</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>96362e0c-6250-49bc-be3a-c04644f22dc8</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>f21f0872-7cdd-40cd-9073-1e0d55321399</IdFleet>
<IdRule>89e3adef-627a-4528-bab3-9fd71ee1b278</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>f21f0872-7cdd-40cd-9073-1e0d55321399</IdFleet>
<IdRule>89e3adef-627a-4528-bab3-9fd71ee1b278</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>e3c8f664-8e8e-4355-9e79-3595f8e6dd3f</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>e5c3670c-be55-4980-8db6-3288ad1c3d67</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>7a6423e7-1eae-4436-8088-bd67236ca564</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>e5c3670c-be55-4980-8db6-3288ad1c3d67</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>7a6423e7-1eae-4436-8088-bd67236ca564</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:26.8154122Z</LastEngineHoursDate>
<LastOdometerDate>2026-04-27T21:36:26.8154122Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-04-27T21:36:26.8154122Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-04-27T21:36:26.8154122Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:26.8154122Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>da38b7dd-318d-42f6-9269-23bd8c1dbccc</DriverId>
<Id>08df5165-c0c2-4253-9285-9f4054f34621</Id>
<IdCompany>0b5304d4-8191-41e2-997b-4e7c1f6df8d9</IdCompany>
<IdMerchant>2eb04df6-79de-467c-ba55-9cef2886b4e7</IdMerchant>
<Message />
<NetworkId>34b9f40c-f16f-4b03-a997-06187f809945</NetworkId>
<NotificationFormatId>66c048c4-e2c6-4f6f-a0b2-0bd1819c003c</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>a2b2f1c0-c3a6-48e3-ba0c-8f2712dad662</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>80f005ce-a74f-47b7-814f-392700ec2900</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c24a50c5-2459-4c82-bbce-6858664120ba</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:26.8154122Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>da38b7dd-318d-42f6-9269-23bd8c1dbccc</DriverId>
<Id>08df5165-c0c2-4253-9285-9f4054f34621</Id>
<IdCompany>0b5304d4-8191-41e2-997b-4e7c1f6df8d9</IdCompany>
<IdMerchant>2eb04df6-79de-467c-ba55-9cef2886b4e7</IdMerchant>
<Message />
<NetworkId>34b9f40c-f16f-4b03-a997-06187f809945</NetworkId>
<NotificationFormatId>66c048c4-e2c6-4f6f-a0b2-0bd1819c003c</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>a2b2f1c0-c3a6-48e3-ba0c-8f2712dad662</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>80f005ce-a74f-47b7-814f-392700ec2900</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c24a50c5-2459-4c82-bbce-6858664120ba</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>f3451cdf-2a3f-4c58-8b82-431a8e56c5da</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>68b713f9-c605-4cec-868b-c8cceb33c079</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>f3451cdf-2a3f-4c58-8b82-431a8e56c5da</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>68b713f9-c605-4cec-868b-c8cceb33c079</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>be74c660-657b-4276-886f-7354e6d7c532</IdRule>
<IdVehicle>01e408c2-5ade-4f6b-b751-2a5d9b3ad459</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>be74c660-657b-4276-886f-7354e6d7c532</IdRule>
<IdVehicle>01e408c2-5ade-4f6b-b751-2a5d9b3ad459</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:26.8154122Z</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>a667eef3-9975-4b92-83aa-55912a3b2772</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>8acc844b-0299-4405-b593-cd49af7efcb9</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>37f0d788-2dad-4e04-827c-8dae48f12964</d4p1:guid>
<d4p1:guid>401b4338-0d97-4a46-a3cb-21915b156ae4</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>ba887873-21f4-4778-bd3d-413d789f520b</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:26.8154122Z</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>a667eef3-9975-4b92-83aa-55912a3b2772</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>8acc844b-0299-4405-b593-cd49af7efcb9</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>37f0d788-2dad-4e04-827c-8dae48f12964</d4p1:guid>
<d4p1:guid>401b4338-0d97-4a46-a3cb-21915b156ae4</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>ba887873-21f4-4778-bd3d-413d789f520b</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:26.8154122Z</UpdateStateDate>
<UserId>70181d33-03d2-416f-b991-7d6f17269e58</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>889c725c-cf2a-452e-9c1a-a8713ab325b0</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>3cc1ab85-adb3-4d94-972e-a6f39f45e758</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>e524d0ea-7355-42fe-9f26-22bd7d22a0ff</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>e524d0ea-7355-42fe-9f26-22bd7d22a0ff</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 not available.
Response Information
Resource Description
State of the action, and if created returns the vehicle as VehicleDto and the link to de 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. |
Response Formats
application/json, text/json
{
"Id": "fd4b202c-c3d2-419b-9c03-b6bdd7b13046",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-04-27T21:36:26.8154122Z",
"LastEngineHoursDate": "2026-04-27T21:36:26.8154122Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "39635b25-14c8-4f7f-ac7c-eb7dcac4ec93",
"FleetDescription": "sample string 10",
"CompanyId": "30b1c7f8-8310-424a-9c99-ceb71eb56e0f",
"CompanyName": "sample string 12",
"VehiclesClassId": "98a2d793-6ab0-466a-88f9-48a53d1d1ecd",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "f5fb8f46-4f21-4ba0-a0f3-5817afe6c748",
"Clasification1Description": "sample string 15",
"Clasification2Id": "c911b28c-8bf8-44c5-9c83-872353435554",
"Clasification2Description": "sample string 16",
"Clasification3Id": "f2e6a865-1a30-4378-9e18-3514aa690e09",
"Clasification3Description": "sample string 17",
"Clasification4Id": "866fa3f2-30cf-4bd1-bde3-c04702a51460",
"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": "695dbdeb-f331-4d25-9935-554117d1cfda",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "695dbdeb-f331-4d25-9935-554117d1cfda",
"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": "1c9fcd17-2023-45e3-a5e9-a9fad0c072d7",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "87029337-56f5-4f1b-b790-2fe88277489a",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "1c9fcd17-2023-45e3-a5e9-a9fad0c072d7",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "87029337-56f5-4f1b-b790-2fe88277489a",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "6be22e41-ac71-44b6-b52f-5dcfca3253d3",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "9940614c-386c-49b7-804f-1186461b458d",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "6be22e41-ac71-44b6-b52f-5dcfca3253d3",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "9940614c-386c-49b7-804f-1186461b458d",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "025a0825-1379-481f-8523-762579a1e014",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "785a3ea3-03c9-4765-8e73-096fb180d3e7",
"TypeModelId": "381d7a7a-2b8d-4dde-8973-db501d0b36b5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "785a3ea3-03c9-4765-8e73-096fb180d3e7",
"TypeModelId": "381d7a7a-2b8d-4dde-8973-db501d0b36b5",
"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": "db51736b-03ba-451c-85cc-40712296ac7c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "314060ac-1ab3-4efc-972f-d53b8b0a2619",
"CurrencyCode": "sample string 8",
"FuelMasterId": "d725a2b2-8056-4231-9a73-39f1cf38ddfb",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "025a0825-1379-481f-8523-762579a1e014",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "785a3ea3-03c9-4765-8e73-096fb180d3e7",
"TypeModelId": "381d7a7a-2b8d-4dde-8973-db501d0b36b5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "785a3ea3-03c9-4765-8e73-096fb180d3e7",
"TypeModelId": "381d7a7a-2b8d-4dde-8973-db501d0b36b5",
"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": "db51736b-03ba-451c-85cc-40712296ac7c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "314060ac-1ab3-4efc-972f-d53b8b0a2619",
"CurrencyCode": "sample string 8",
"FuelMasterId": "d725a2b2-8056-4231-9a73-39f1cf38ddfb",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "df1bfa83-0deb-495b-8cff-d38320d0e390",
"CompanyContractId": "e913d1a0-c556-485f-a221-f2778cc6626f",
"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": "df1bfa83-0deb-495b-8cff-d38320d0e390",
"CompanyContractId": "e913d1a0-c556-485f-a221-f2778cc6626f",
"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": "340054a4-8821-4363-a017-13552730d43d",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "df1bfa83-0deb-495b-8cff-d38320d0e390",
"CompanyContractId": "e913d1a0-c556-485f-a221-f2778cc6626f",
"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": "340054a4-8821-4363-a017-13552730d43d",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "df1bfa83-0deb-495b-8cff-d38320d0e390",
"CompanyContractId": "e913d1a0-c556-485f-a221-f2778cc6626f",
"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": "58a2069a-fdd5-4110-acfb-7d9ba9104682",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "38b56e0e-2812-4c11-b5ba-8393bfff1543",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "dbd7461d-c134-4f31-a9dc-892f1cb4b954",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "38b56e0e-2812-4c11-b5ba-8393bfff1543",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "dbd7461d-c134-4f31-a9dc-892f1cb4b954",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "1152fd21-3006-445d-b3fd-919260a2bae4",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "1152fd21-3006-445d-b3fd-919260a2bae4",
"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": "650457a9-542f-4b0c-9a6b-72444838407d",
"NetworkId": "3e2da9e5-ef02-4656-a71a-51d2e4f4248f",
"NotificationFormatId": "6e66ea81-1c3b-484b-8aef-602e1814648b",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:26.8154122Z",
"UserAtionetCreatedId": "ed8136d7-c0f8-411f-96b5-b9e3be7db1ec",
"UserAtionetDestinationId": "531f7bce-8f67-4130-bb36-0379213042ef",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "f49e6cfd-b0bf-4971-a41a-7e734bd41efd",
"IdMerchant": "f7ec4e29-7823-4be2-83cc-3a0dff96a9e6",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "28f6bf7b-bb1b-43a8-a5ff-e20f7a1da073",
"DriverId": "6133a566-2cd7-48a4-b7ff-2beb3949a5f9",
"CreatedDateString": "2026/04/27 21:36"
},
{
"Id": "650457a9-542f-4b0c-9a6b-72444838407d",
"NetworkId": "3e2da9e5-ef02-4656-a71a-51d2e4f4248f",
"NotificationFormatId": "6e66ea81-1c3b-484b-8aef-602e1814648b",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:26.8154122Z",
"UserAtionetCreatedId": "ed8136d7-c0f8-411f-96b5-b9e3be7db1ec",
"UserAtionetDestinationId": "531f7bce-8f67-4130-bb36-0379213042ef",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "f49e6cfd-b0bf-4971-a41a-7e734bd41efd",
"IdMerchant": "f7ec4e29-7823-4be2-83cc-3a0dff96a9e6",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "28f6bf7b-bb1b-43a8-a5ff-e20f7a1da073",
"DriverId": "6133a566-2cd7-48a4-b7ff-2beb3949a5f9",
"CreatedDateString": "2026/04/27 21:36"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "2ae6d5cc-9ecc-4a48-acda-fbf6ca8e2f29",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:26.8154122Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"69bff12a-aa56-47b0-9435-d6aaecf64c04",
"064c6868-7d34-4f80-92a2-6cc482309c9b"
],
"DriverId": "c112cd0b-ec4d-4d7a-90d8-31600f8cb201",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "7578c8c9-3f3a-438e-b33e-7ca30323e402",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "2ae6d5cc-9ecc-4a48-acda-fbf6ca8e2f29",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:26.8154122Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"69bff12a-aa56-47b0-9435-d6aaecf64c04",
"064c6868-7d34-4f80-92a2-6cc482309c9b"
],
"DriverId": "c112cd0b-ec4d-4d7a-90d8-31600f8cb201",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "7578c8c9-3f3a-438e-b33e-7ca30323e402",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-04-27T21:36:26.8154122Z",
"NetworkCreationDate": "2026-04-27T21:36:26.8154122Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "d84ff832-999f-44ef-856c-fa4c57bfbf0e",
"State": 64,
"UpdateStateDate": "2026-04-27T21:36:26.8154122Z",
"NetworkUpdateStateDate": "2026-04-27T21:36:26.8154122Z",
"Email": "sample string 47",
"GPSDeviceID": "sample string 48",
"GPSDeviceOdometer": 1
}
application/xml, text/xml
<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>314060ac-1ab3-4efc-972f-d53b8b0a2619</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>d725a2b2-8056-4231-9a73-39f1cf38ddfb</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>db51736b-03ba-451c-85cc-40712296ac7c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>785a3ea3-03c9-4765-8e73-096fb180d3e7</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>381d7a7a-2b8d-4dde-8973-db501d0b36b5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>785a3ea3-03c9-4765-8e73-096fb180d3e7</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>381d7a7a-2b8d-4dde-8973-db501d0b36b5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>025a0825-1379-481f-8523-762579a1e014</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>314060ac-1ab3-4efc-972f-d53b8b0a2619</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>d725a2b2-8056-4231-9a73-39f1cf38ddfb</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>db51736b-03ba-451c-85cc-40712296ac7c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>785a3ea3-03c9-4765-8e73-096fb180d3e7</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>381d7a7a-2b8d-4dde-8973-db501d0b36b5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>785a3ea3-03c9-4765-8e73-096fb180d3e7</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>381d7a7a-2b8d-4dde-8973-db501d0b36b5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>025a0825-1379-481f-8523-762579a1e014</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>f5fb8f46-4f21-4ba0-a0f3-5817afe6c748</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>c911b28c-8bf8-44c5-9c83-872353435554</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>f2e6a865-1a30-4378-9e18-3514aa690e09</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>866fa3f2-30cf-4bd1-bde3-c04702a51460</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>30b1c7f8-8310-424a-9c99-ceb71eb56e0f</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-04-27T21:36:26.8154122Z</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>1152fd21-3006-445d-b3fd-919260a2bae4</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>1152fd21-3006-445d-b3fd-919260a2bae4</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>39635b25-14c8-4f7f-ac7c-eb7dcac4ec93</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e913d1a0-c556-485f-a221-f2778cc6626f</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>df1bfa83-0deb-495b-8cff-d38320d0e390</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>340054a4-8821-4363-a017-13552730d43d</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e913d1a0-c556-485f-a221-f2778cc6626f</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>df1bfa83-0deb-495b-8cff-d38320d0e390</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>340054a4-8821-4363-a017-13552730d43d</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>9940614c-386c-49b7-804f-1186461b458d</IdFleet>
<IdRule>6be22e41-ac71-44b6-b52f-5dcfca3253d3</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>9940614c-386c-49b7-804f-1186461b458d</IdFleet>
<IdRule>6be22e41-ac71-44b6-b52f-5dcfca3253d3</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>fd4b202c-c3d2-419b-9c03-b6bdd7b13046</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>dbd7461d-c134-4f31-a9dc-892f1cb4b954</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>38b56e0e-2812-4c11-b5ba-8393bfff1543</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>dbd7461d-c134-4f31-a9dc-892f1cb4b954</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>38b56e0e-2812-4c11-b5ba-8393bfff1543</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:26.8154122Z</LastEngineHoursDate>
<LastOdometerDate>2026-04-27T21:36:26.8154122Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-04-27T21:36:26.8154122Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-04-27T21:36:26.8154122Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:26.8154122Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>6133a566-2cd7-48a4-b7ff-2beb3949a5f9</DriverId>
<Id>650457a9-542f-4b0c-9a6b-72444838407d</Id>
<IdCompany>f49e6cfd-b0bf-4971-a41a-7e734bd41efd</IdCompany>
<IdMerchant>f7ec4e29-7823-4be2-83cc-3a0dff96a9e6</IdMerchant>
<Message />
<NetworkId>3e2da9e5-ef02-4656-a71a-51d2e4f4248f</NetworkId>
<NotificationFormatId>6e66ea81-1c3b-484b-8aef-602e1814648b</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>ed8136d7-c0f8-411f-96b5-b9e3be7db1ec</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>531f7bce-8f67-4130-bb36-0379213042ef</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>28f6bf7b-bb1b-43a8-a5ff-e20f7a1da073</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:26.8154122Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>6133a566-2cd7-48a4-b7ff-2beb3949a5f9</DriverId>
<Id>650457a9-542f-4b0c-9a6b-72444838407d</Id>
<IdCompany>f49e6cfd-b0bf-4971-a41a-7e734bd41efd</IdCompany>
<IdMerchant>f7ec4e29-7823-4be2-83cc-3a0dff96a9e6</IdMerchant>
<Message />
<NetworkId>3e2da9e5-ef02-4656-a71a-51d2e4f4248f</NetworkId>
<NotificationFormatId>6e66ea81-1c3b-484b-8aef-602e1814648b</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>ed8136d7-c0f8-411f-96b5-b9e3be7db1ec</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>531f7bce-8f67-4130-bb36-0379213042ef</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>28f6bf7b-bb1b-43a8-a5ff-e20f7a1da073</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e913d1a0-c556-485f-a221-f2778cc6626f</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>df1bfa83-0deb-495b-8cff-d38320d0e390</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>e913d1a0-c556-485f-a221-f2778cc6626f</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>df1bfa83-0deb-495b-8cff-d38320d0e390</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>1c9fcd17-2023-45e3-a5e9-a9fad0c072d7</IdRule>
<IdVehicle>87029337-56f5-4f1b-b790-2fe88277489a</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>1c9fcd17-2023-45e3-a5e9-a9fad0c072d7</IdRule>
<IdVehicle>87029337-56f5-4f1b-b790-2fe88277489a</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:26.8154122Z</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>c112cd0b-ec4d-4d7a-90d8-31600f8cb201</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2ae6d5cc-9ecc-4a48-acda-fbf6ca8e2f29</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>69bff12a-aa56-47b0-9435-d6aaecf64c04</d4p1:guid>
<d4p1:guid>064c6868-7d34-4f80-92a2-6cc482309c9b</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>7578c8c9-3f3a-438e-b33e-7ca30323e402</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:26.8154122Z</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>c112cd0b-ec4d-4d7a-90d8-31600f8cb201</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2ae6d5cc-9ecc-4a48-acda-fbf6ca8e2f29</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>69bff12a-aa56-47b0-9435-d6aaecf64c04</d4p1:guid>
<d4p1:guid>064c6868-7d34-4f80-92a2-6cc482309c9b</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>7578c8c9-3f3a-438e-b33e-7ca30323e402</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:26.8154122Z</UpdateStateDate>
<UserId>d84ff832-999f-44ef-856c-fa4c57bfbf0e</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>58a2069a-fdd5-4110-acfb-7d9ba9104682</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>98a2d793-6ab0-466a-88f9-48a53d1d1ecd</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>695dbdeb-f331-4d25-9935-554117d1cfda</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>695dbdeb-f331-4d25-9935-554117d1cfda</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>