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": "0541312c-ea49-4e58-bdcb-9862ff9985b9",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-07-27T07:15:57.1640068Z",
"LastEngineHoursDate": "2026-07-27T07:15:57.1640068Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "a7cd1726-5199-4bf9-9010-77a0ae39c544",
"FleetDescription": "sample string 10",
"CompanyId": "cbfd661d-7c47-487c-b50c-4588f304998e",
"CompanyName": "sample string 12",
"VehiclesClassId": "ac9d4210-528c-43de-906b-63b4e3c15635",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "941ac6fa-7fd6-4592-a670-f2752dbe1d6c",
"Clasification1Description": "sample string 15",
"Clasification2Id": "6bfa768a-5eef-44d3-887f-a14fe4331ce4",
"Clasification2Description": "sample string 16",
"Clasification3Id": "8836863a-1a79-43ef-902e-1accb824c857",
"Clasification3Description": "sample string 17",
"Clasification4Id": "b034daac-13e1-4a8f-9f5b-077173225b33",
"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": "0e68936e-79b5-40d5-94df-798132c82456",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "0e68936e-79b5-40d5-94df-798132c82456",
"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": "58d29618-ad94-4fc9-bea1-528bc82364f8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "099a6f2a-9a7a-41f2-a94d-6cc6dbfd2eff",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "58d29618-ad94-4fc9-bea1-528bc82364f8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "099a6f2a-9a7a-41f2-a94d-6cc6dbfd2eff",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "1c76f3b6-f59c-4045-bfa8-a2e80eb61b15",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "d3d47add-a202-4a70-88b7-4620b917bea8",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "1c76f3b6-f59c-4045-bfa8-a2e80eb61b15",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "d3d47add-a202-4a70-88b7-4620b917bea8",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "284a5545-c64c-4eec-a8de-9d5bba0b61c8",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "55240ec5-9eb3-4441-a77a-059aa305c515",
"TypeModelId": "1f7a6d9c-faa0-462b-b02c-971375d99dd5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "55240ec5-9eb3-4441-a77a-059aa305c515",
"TypeModelId": "1f7a6d9c-faa0-462b-b02c-971375d99dd5",
"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": "ca78291b-b164-43cb-b46f-f1834370edc0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "71d7c5df-2412-45a9-8741-d42036c045d6",
"CurrencyCode": "sample string 8",
"FuelMasterId": "8a59298e-0a52-40ec-adb2-6f2747e621e9",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "284a5545-c64c-4eec-a8de-9d5bba0b61c8",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "55240ec5-9eb3-4441-a77a-059aa305c515",
"TypeModelId": "1f7a6d9c-faa0-462b-b02c-971375d99dd5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "55240ec5-9eb3-4441-a77a-059aa305c515",
"TypeModelId": "1f7a6d9c-faa0-462b-b02c-971375d99dd5",
"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": "ca78291b-b164-43cb-b46f-f1834370edc0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "71d7c5df-2412-45a9-8741-d42036c045d6",
"CurrencyCode": "sample string 8",
"FuelMasterId": "8a59298e-0a52-40ec-adb2-6f2747e621e9",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "7f538733-9aa8-4857-9018-0e095511160c",
"CompanyContractId": "d7b3456c-81e0-4b53-a053-702d488eecdd",
"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": "7f538733-9aa8-4857-9018-0e095511160c",
"CompanyContractId": "d7b3456c-81e0-4b53-a053-702d488eecdd",
"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": "ccab12ae-1d02-4c68-826d-184190a7bac6",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7f538733-9aa8-4857-9018-0e095511160c",
"CompanyContractId": "d7b3456c-81e0-4b53-a053-702d488eecdd",
"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": "ccab12ae-1d02-4c68-826d-184190a7bac6",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7f538733-9aa8-4857-9018-0e095511160c",
"CompanyContractId": "d7b3456c-81e0-4b53-a053-702d488eecdd",
"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": "f16c4bf0-e1be-43c3-bf2c-dfc71933e702",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "cb721edb-b85a-42a4-ad0f-7ff3287c53d2",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "85854ddd-19fe-4eef-a34a-fdfa49eab7cd",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "cb721edb-b85a-42a4-ad0f-7ff3287c53d2",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "85854ddd-19fe-4eef-a34a-fdfa49eab7cd",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "1e41d85a-9a77-4b11-a8b8-7f3f5def0fb1",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "1e41d85a-9a77-4b11-a8b8-7f3f5def0fb1",
"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": "153bed2e-f783-487e-b3df-38406f0db37b",
"NetworkId": "8e3f3d6f-5366-4fff-b55a-c1be32ee634b",
"NotificationFormatId": "23a22676-bac8-4188-8214-4287c34c7a2f",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.1640068Z",
"UserAtionetCreatedId": "25a337fa-3d2b-46e9-bc34-ac3555174ac8",
"UserAtionetDestinationId": "78e150b3-db07-4f93-a4f1-f87f5c2d4d2a",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "7ed61db4-53f4-43c4-b9a8-1a6b153af6d3",
"IdMerchant": "cb4fc1f6-f706-436a-a3c9-d73053a02488",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "1a8ee19d-4c83-404f-b564-0ec6ec033003",
"DriverId": "2a4797d7-204e-48f9-b66d-db7fb3114f4d",
"CreatedDateString": "2026/07/27 07:15"
},
{
"Id": "153bed2e-f783-487e-b3df-38406f0db37b",
"NetworkId": "8e3f3d6f-5366-4fff-b55a-c1be32ee634b",
"NotificationFormatId": "23a22676-bac8-4188-8214-4287c34c7a2f",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.1640068Z",
"UserAtionetCreatedId": "25a337fa-3d2b-46e9-bc34-ac3555174ac8",
"UserAtionetDestinationId": "78e150b3-db07-4f93-a4f1-f87f5c2d4d2a",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "7ed61db4-53f4-43c4-b9a8-1a6b153af6d3",
"IdMerchant": "cb4fc1f6-f706-436a-a3c9-d73053a02488",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "1a8ee19d-4c83-404f-b564-0ec6ec033003",
"DriverId": "2a4797d7-204e-48f9-b66d-db7fb3114f4d",
"CreatedDateString": "2026/07/27 07:15"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "b7b689be-75bc-4423-8082-afcbf39413ef",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.1640068Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"39d24c52-e15b-48a1-a666-0f2b50cf2950",
"10ba04f4-b5d5-4d92-ab0d-39cb144a2d33"
],
"DriverId": "5aee0ce1-ecf4-4348-a9af-04e6fce523de",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "72cb718e-2a7f-46f0-b8ef-81716b81cb93",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "b7b689be-75bc-4423-8082-afcbf39413ef",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.1640068Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"39d24c52-e15b-48a1-a666-0f2b50cf2950",
"10ba04f4-b5d5-4d92-ab0d-39cb144a2d33"
],
"DriverId": "5aee0ce1-ecf4-4348-a9af-04e6fce523de",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "72cb718e-2a7f-46f0-b8ef-81716b81cb93",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-07-27T07:15:57.1640068Z",
"NetworkCreationDate": "2026-07-27T07:15:57.1640068Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "3a631f54-54de-4036-b692-669788b8db24",
"State": 64,
"UpdateStateDate": "2026-07-27T07:15:57.1640068Z",
"NetworkUpdateStateDate": "2026-07-27T07:15:57.1640068Z",
"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>71d7c5df-2412-45a9-8741-d42036c045d6</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>8a59298e-0a52-40ec-adb2-6f2747e621e9</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>ca78291b-b164-43cb-b46f-f1834370edc0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>55240ec5-9eb3-4441-a77a-059aa305c515</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f7a6d9c-faa0-462b-b02c-971375d99dd5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>55240ec5-9eb3-4441-a77a-059aa305c515</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f7a6d9c-faa0-462b-b02c-971375d99dd5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>284a5545-c64c-4eec-a8de-9d5bba0b61c8</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>71d7c5df-2412-45a9-8741-d42036c045d6</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>8a59298e-0a52-40ec-adb2-6f2747e621e9</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>ca78291b-b164-43cb-b46f-f1834370edc0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>55240ec5-9eb3-4441-a77a-059aa305c515</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f7a6d9c-faa0-462b-b02c-971375d99dd5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>55240ec5-9eb3-4441-a77a-059aa305c515</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>1f7a6d9c-faa0-462b-b02c-971375d99dd5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>284a5545-c64c-4eec-a8de-9d5bba0b61c8</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>941ac6fa-7fd6-4592-a670-f2752dbe1d6c</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>6bfa768a-5eef-44d3-887f-a14fe4331ce4</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>8836863a-1a79-43ef-902e-1accb824c857</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>b034daac-13e1-4a8f-9f5b-077173225b33</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>cbfd661d-7c47-487c-b50c-4588f304998e</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-07-27T07:15:57.1640068Z</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>1e41d85a-9a77-4b11-a8b8-7f3f5def0fb1</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>1e41d85a-9a77-4b11-a8b8-7f3f5def0fb1</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>a7cd1726-5199-4bf9-9010-77a0ae39c544</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>d7b3456c-81e0-4b53-a053-702d488eecdd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7f538733-9aa8-4857-9018-0e095511160c</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>ccab12ae-1d02-4c68-826d-184190a7bac6</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>d7b3456c-81e0-4b53-a053-702d488eecdd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7f538733-9aa8-4857-9018-0e095511160c</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>ccab12ae-1d02-4c68-826d-184190a7bac6</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>d3d47add-a202-4a70-88b7-4620b917bea8</IdFleet>
<IdRule>1c76f3b6-f59c-4045-bfa8-a2e80eb61b15</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>d3d47add-a202-4a70-88b7-4620b917bea8</IdFleet>
<IdRule>1c76f3b6-f59c-4045-bfa8-a2e80eb61b15</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>0541312c-ea49-4e58-bdcb-9862ff9985b9</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>85854ddd-19fe-4eef-a34a-fdfa49eab7cd</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cb721edb-b85a-42a4-ad0f-7ff3287c53d2</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>85854ddd-19fe-4eef-a34a-fdfa49eab7cd</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cb721edb-b85a-42a4-ad0f-7ff3287c53d2</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-07-27T07:15:57.1640068Z</LastEngineHoursDate>
<LastOdometerDate>2026-07-27T07:15:57.1640068Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-07-27T07:15:57.1640068Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-07-27T07:15:57.1640068Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.1640068Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>2a4797d7-204e-48f9-b66d-db7fb3114f4d</DriverId>
<Id>153bed2e-f783-487e-b3df-38406f0db37b</Id>
<IdCompany>7ed61db4-53f4-43c4-b9a8-1a6b153af6d3</IdCompany>
<IdMerchant>cb4fc1f6-f706-436a-a3c9-d73053a02488</IdMerchant>
<Message />
<NetworkId>8e3f3d6f-5366-4fff-b55a-c1be32ee634b</NetworkId>
<NotificationFormatId>23a22676-bac8-4188-8214-4287c34c7a2f</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>25a337fa-3d2b-46e9-bc34-ac3555174ac8</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>78e150b3-db07-4f93-a4f1-f87f5c2d4d2a</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>1a8ee19d-4c83-404f-b564-0ec6ec033003</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.1640068Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>2a4797d7-204e-48f9-b66d-db7fb3114f4d</DriverId>
<Id>153bed2e-f783-487e-b3df-38406f0db37b</Id>
<IdCompany>7ed61db4-53f4-43c4-b9a8-1a6b153af6d3</IdCompany>
<IdMerchant>cb4fc1f6-f706-436a-a3c9-d73053a02488</IdMerchant>
<Message />
<NetworkId>8e3f3d6f-5366-4fff-b55a-c1be32ee634b</NetworkId>
<NotificationFormatId>23a22676-bac8-4188-8214-4287c34c7a2f</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>25a337fa-3d2b-46e9-bc34-ac3555174ac8</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>78e150b3-db07-4f93-a4f1-f87f5c2d4d2a</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>1a8ee19d-4c83-404f-b564-0ec6ec033003</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>d7b3456c-81e0-4b53-a053-702d488eecdd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7f538733-9aa8-4857-9018-0e095511160c</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>d7b3456c-81e0-4b53-a053-702d488eecdd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7f538733-9aa8-4857-9018-0e095511160c</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>58d29618-ad94-4fc9-bea1-528bc82364f8</IdRule>
<IdVehicle>099a6f2a-9a7a-41f2-a94d-6cc6dbfd2eff</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>58d29618-ad94-4fc9-bea1-528bc82364f8</IdRule>
<IdVehicle>099a6f2a-9a7a-41f2-a94d-6cc6dbfd2eff</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-07-27T07:15:57.1640068Z</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>5aee0ce1-ecf4-4348-a9af-04e6fce523de</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>b7b689be-75bc-4423-8082-afcbf39413ef</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>39d24c52-e15b-48a1-a666-0f2b50cf2950</d4p1:guid>
<d4p1:guid>10ba04f4-b5d5-4d92-ab0d-39cb144a2d33</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>72cb718e-2a7f-46f0-b8ef-81716b81cb93</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.1640068Z</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>5aee0ce1-ecf4-4348-a9af-04e6fce523de</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>b7b689be-75bc-4423-8082-afcbf39413ef</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>39d24c52-e15b-48a1-a666-0f2b50cf2950</d4p1:guid>
<d4p1:guid>10ba04f4-b5d5-4d92-ab0d-39cb144a2d33</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>72cb718e-2a7f-46f0-b8ef-81716b81cb93</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-07-27T07:15:57.1640068Z</UpdateStateDate>
<UserId>3a631f54-54de-4036-b692-669788b8db24</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>f16c4bf0-e1be-43c3-bf2c-dfc71933e702</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>ac9d4210-528c-43de-906b-63b4e3c15635</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>0e68936e-79b5-40d5-94df-798132c82456</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>0e68936e-79b5-40d5-94df-798132c82456</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": "146806ae-588e-45e4-848f-1a31ac135fa6",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-07-27T07:15:57.2108822Z",
"LastEngineHoursDate": "2026-07-27T07:15:57.2108822Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "b18a7669-b623-4a60-9266-03a1638613f0",
"FleetDescription": "sample string 10",
"CompanyId": "26f63c93-208f-4bea-bb22-1408394a038f",
"CompanyName": "sample string 12",
"VehiclesClassId": "b19f8abe-4cb8-4fb7-9c1f-73cb867eb4a3",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "12cbf4c4-098e-46ec-8d61-8f8170feaf78",
"Clasification1Description": "sample string 15",
"Clasification2Id": "e1e36c6c-243c-43b6-8d14-2a41ff29e0b2",
"Clasification2Description": "sample string 16",
"Clasification3Id": "cd0ffb2f-5e57-443b-af5e-6bed938188f9",
"Clasification3Description": "sample string 17",
"Clasification4Id": "2083b0f2-07b1-4c70-85d5-4563eda79d56",
"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": "faf59254-83b4-44f8-a6d2-73a29670dbcc",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "faf59254-83b4-44f8-a6d2-73a29670dbcc",
"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": "b893a9e7-1399-445b-a8dd-f69e2dbfcf94",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "633477e5-fe39-4f44-89d1-eebef3f5ae41",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "b893a9e7-1399-445b-a8dd-f69e2dbfcf94",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "633477e5-fe39-4f44-89d1-eebef3f5ae41",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "be2c4e4c-d938-4c8b-b778-517d9afb60f0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "14f1e109-661a-4c52-aee6-5536a62811d3",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "be2c4e4c-d938-4c8b-b778-517d9afb60f0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "14f1e109-661a-4c52-aee6-5536a62811d3",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "948637e7-6ac1-42e5-bca7-97aac5a57f51",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "962fdd78-1bf9-4503-8ee0-56f51c39fd95",
"TypeModelId": "600736d9-9024-4b38-82d0-143adfc2299b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "962fdd78-1bf9-4503-8ee0-56f51c39fd95",
"TypeModelId": "600736d9-9024-4b38-82d0-143adfc2299b",
"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": "7f4dea9a-d11d-4535-82e8-0b19f2231596",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "8446ea8b-6982-4151-86bb-2c0fcf786ffc",
"CurrencyCode": "sample string 8",
"FuelMasterId": "d06b4afb-d7bc-4057-8dcb-a5e727add71c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "948637e7-6ac1-42e5-bca7-97aac5a57f51",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "962fdd78-1bf9-4503-8ee0-56f51c39fd95",
"TypeModelId": "600736d9-9024-4b38-82d0-143adfc2299b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "962fdd78-1bf9-4503-8ee0-56f51c39fd95",
"TypeModelId": "600736d9-9024-4b38-82d0-143adfc2299b",
"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": "7f4dea9a-d11d-4535-82e8-0b19f2231596",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "8446ea8b-6982-4151-86bb-2c0fcf786ffc",
"CurrencyCode": "sample string 8",
"FuelMasterId": "d06b4afb-d7bc-4057-8dcb-a5e727add71c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "2c1b867b-ed54-4d3e-ab68-38776db6531a",
"CompanyContractId": "74ecfe29-19c1-4e36-9914-2c93638d1edd",
"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": "2c1b867b-ed54-4d3e-ab68-38776db6531a",
"CompanyContractId": "74ecfe29-19c1-4e36-9914-2c93638d1edd",
"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": "6e117175-af96-42df-bc71-675bb4487f80",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "2c1b867b-ed54-4d3e-ab68-38776db6531a",
"CompanyContractId": "74ecfe29-19c1-4e36-9914-2c93638d1edd",
"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": "6e117175-af96-42df-bc71-675bb4487f80",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "2c1b867b-ed54-4d3e-ab68-38776db6531a",
"CompanyContractId": "74ecfe29-19c1-4e36-9914-2c93638d1edd",
"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": "bce9c6c1-5277-45ea-9c0c-e0e73e9967df",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "a1237cb7-d5dc-45e0-a91b-9071d9696ca5",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "66539d32-e999-4190-b8e2-d7b361fdabf3",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "a1237cb7-d5dc-45e0-a91b-9071d9696ca5",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "66539d32-e999-4190-b8e2-d7b361fdabf3",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "2511073d-601f-4956-904b-fadfd4662cf9",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "2511073d-601f-4956-904b-fadfd4662cf9",
"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": "ebad53f7-a196-4ede-aeb9-0ecd61fc0e9a",
"NetworkId": "55bf17ca-944f-4e56-bb2e-b55703f02931",
"NotificationFormatId": "a925470b-b03e-437f-8865-daac48c2564d",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.2108822Z",
"UserAtionetCreatedId": "e0629331-5203-4e99-b0e6-68d51d244bf2",
"UserAtionetDestinationId": "07f59ad8-04a2-4f5a-af68-eba49e96c065",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "4368f384-aec3-47dc-8992-eb66af1ab229",
"IdMerchant": "b03d36c5-0fc7-4a93-ae45-1b14e9d18125",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "3d8e6368-cf0c-4c36-8a21-c07a92c2838f",
"DriverId": "ef47ba3c-92b6-4514-b29f-3d7209cfe880",
"CreatedDateString": "2026/07/27 07:15"
},
{
"Id": "ebad53f7-a196-4ede-aeb9-0ecd61fc0e9a",
"NetworkId": "55bf17ca-944f-4e56-bb2e-b55703f02931",
"NotificationFormatId": "a925470b-b03e-437f-8865-daac48c2564d",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.2108822Z",
"UserAtionetCreatedId": "e0629331-5203-4e99-b0e6-68d51d244bf2",
"UserAtionetDestinationId": "07f59ad8-04a2-4f5a-af68-eba49e96c065",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "4368f384-aec3-47dc-8992-eb66af1ab229",
"IdMerchant": "b03d36c5-0fc7-4a93-ae45-1b14e9d18125",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "3d8e6368-cf0c-4c36-8a21-c07a92c2838f",
"DriverId": "ef47ba3c-92b6-4514-b29f-3d7209cfe880",
"CreatedDateString": "2026/07/27 07:15"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "cea92711-af5b-479b-bb3f-db8465826bd0",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.2108822Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9f35f402-5bb5-480c-b995-27033a5b7160",
"dfa4cbc9-2bd9-4d40-bd47-9945180a70c7"
],
"DriverId": "3adacba0-2484-4a94-b41e-48b777320606",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "9e323c15-5adb-46af-9d26-4c4e07d305ea",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "cea92711-af5b-479b-bb3f-db8465826bd0",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.2108822Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9f35f402-5bb5-480c-b995-27033a5b7160",
"dfa4cbc9-2bd9-4d40-bd47-9945180a70c7"
],
"DriverId": "3adacba0-2484-4a94-b41e-48b777320606",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "9e323c15-5adb-46af-9d26-4c4e07d305ea",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-07-27T07:15:57.2108822Z",
"NetworkCreationDate": "2026-07-27T07:15:57.2108822Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "57c18879-a9c0-4047-8e2e-f3a260b94c8f",
"State": 64,
"UpdateStateDate": "2026-07-27T07:15:57.2108822Z",
"NetworkUpdateStateDate": "2026-07-27T07:15:57.2108822Z",
"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>8446ea8b-6982-4151-86bb-2c0fcf786ffc</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>d06b4afb-d7bc-4057-8dcb-a5e727add71c</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>7f4dea9a-d11d-4535-82e8-0b19f2231596</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>962fdd78-1bf9-4503-8ee0-56f51c39fd95</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>600736d9-9024-4b38-82d0-143adfc2299b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>962fdd78-1bf9-4503-8ee0-56f51c39fd95</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>600736d9-9024-4b38-82d0-143adfc2299b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>948637e7-6ac1-42e5-bca7-97aac5a57f51</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>8446ea8b-6982-4151-86bb-2c0fcf786ffc</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>d06b4afb-d7bc-4057-8dcb-a5e727add71c</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>7f4dea9a-d11d-4535-82e8-0b19f2231596</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>962fdd78-1bf9-4503-8ee0-56f51c39fd95</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>600736d9-9024-4b38-82d0-143adfc2299b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>962fdd78-1bf9-4503-8ee0-56f51c39fd95</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>600736d9-9024-4b38-82d0-143adfc2299b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>948637e7-6ac1-42e5-bca7-97aac5a57f51</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>12cbf4c4-098e-46ec-8d61-8f8170feaf78</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>e1e36c6c-243c-43b6-8d14-2a41ff29e0b2</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>cd0ffb2f-5e57-443b-af5e-6bed938188f9</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>2083b0f2-07b1-4c70-85d5-4563eda79d56</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>26f63c93-208f-4bea-bb22-1408394a038f</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-07-27T07:15:57.2108822Z</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>2511073d-601f-4956-904b-fadfd4662cf9</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>2511073d-601f-4956-904b-fadfd4662cf9</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>b18a7669-b623-4a60-9266-03a1638613f0</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>74ecfe29-19c1-4e36-9914-2c93638d1edd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>2c1b867b-ed54-4d3e-ab68-38776db6531a</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6e117175-af96-42df-bc71-675bb4487f80</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>74ecfe29-19c1-4e36-9914-2c93638d1edd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>2c1b867b-ed54-4d3e-ab68-38776db6531a</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6e117175-af96-42df-bc71-675bb4487f80</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>14f1e109-661a-4c52-aee6-5536a62811d3</IdFleet>
<IdRule>be2c4e4c-d938-4c8b-b778-517d9afb60f0</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>14f1e109-661a-4c52-aee6-5536a62811d3</IdFleet>
<IdRule>be2c4e4c-d938-4c8b-b778-517d9afb60f0</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>146806ae-588e-45e4-848f-1a31ac135fa6</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>66539d32-e999-4190-b8e2-d7b361fdabf3</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>a1237cb7-d5dc-45e0-a91b-9071d9696ca5</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>66539d32-e999-4190-b8e2-d7b361fdabf3</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>a1237cb7-d5dc-45e0-a91b-9071d9696ca5</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-07-27T07:15:57.2108822Z</LastEngineHoursDate>
<LastOdometerDate>2026-07-27T07:15:57.2108822Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-07-27T07:15:57.2108822Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-07-27T07:15:57.2108822Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.2108822Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>ef47ba3c-92b6-4514-b29f-3d7209cfe880</DriverId>
<Id>ebad53f7-a196-4ede-aeb9-0ecd61fc0e9a</Id>
<IdCompany>4368f384-aec3-47dc-8992-eb66af1ab229</IdCompany>
<IdMerchant>b03d36c5-0fc7-4a93-ae45-1b14e9d18125</IdMerchant>
<Message />
<NetworkId>55bf17ca-944f-4e56-bb2e-b55703f02931</NetworkId>
<NotificationFormatId>a925470b-b03e-437f-8865-daac48c2564d</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>e0629331-5203-4e99-b0e6-68d51d244bf2</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>07f59ad8-04a2-4f5a-af68-eba49e96c065</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>3d8e6368-cf0c-4c36-8a21-c07a92c2838f</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.2108822Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>ef47ba3c-92b6-4514-b29f-3d7209cfe880</DriverId>
<Id>ebad53f7-a196-4ede-aeb9-0ecd61fc0e9a</Id>
<IdCompany>4368f384-aec3-47dc-8992-eb66af1ab229</IdCompany>
<IdMerchant>b03d36c5-0fc7-4a93-ae45-1b14e9d18125</IdMerchant>
<Message />
<NetworkId>55bf17ca-944f-4e56-bb2e-b55703f02931</NetworkId>
<NotificationFormatId>a925470b-b03e-437f-8865-daac48c2564d</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>e0629331-5203-4e99-b0e6-68d51d244bf2</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>07f59ad8-04a2-4f5a-af68-eba49e96c065</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>3d8e6368-cf0c-4c36-8a21-c07a92c2838f</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>74ecfe29-19c1-4e36-9914-2c93638d1edd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>2c1b867b-ed54-4d3e-ab68-38776db6531a</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>74ecfe29-19c1-4e36-9914-2c93638d1edd</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>2c1b867b-ed54-4d3e-ab68-38776db6531a</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>b893a9e7-1399-445b-a8dd-f69e2dbfcf94</IdRule>
<IdVehicle>633477e5-fe39-4f44-89d1-eebef3f5ae41</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>b893a9e7-1399-445b-a8dd-f69e2dbfcf94</IdRule>
<IdVehicle>633477e5-fe39-4f44-89d1-eebef3f5ae41</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-07-27T07:15:57.2108822Z</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>3adacba0-2484-4a94-b41e-48b777320606</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>cea92711-af5b-479b-bb3f-db8465826bd0</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9f35f402-5bb5-480c-b995-27033a5b7160</d4p1:guid>
<d4p1:guid>dfa4cbc9-2bd9-4d40-bd47-9945180a70c7</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>9e323c15-5adb-46af-9d26-4c4e07d305ea</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.2108822Z</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>3adacba0-2484-4a94-b41e-48b777320606</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>cea92711-af5b-479b-bb3f-db8465826bd0</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9f35f402-5bb5-480c-b995-27033a5b7160</d4p1:guid>
<d4p1:guid>dfa4cbc9-2bd9-4d40-bd47-9945180a70c7</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>9e323c15-5adb-46af-9d26-4c4e07d305ea</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-07-27T07:15:57.2108822Z</UpdateStateDate>
<UserId>57c18879-a9c0-4047-8e2e-f3a260b94c8f</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>bce9c6c1-5277-45ea-9c0c-e0e73e9967df</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>b19f8abe-4cb8-4fb7-9c1f-73cb867eb4a3</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>faf59254-83b4-44f8-a6d2-73a29670dbcc</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>faf59254-83b4-44f8-a6d2-73a29670dbcc</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>