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": "19ce5c22-4a2d-4196-b241-a4767fcd2443",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-03-13T12:24:00.406328Z",
"LastEngineHoursDate": "2026-03-13T12:24:00.406328Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "ce5a1e4c-4c7c-4b4c-ada7-c36997358890",
"FleetDescription": "sample string 10",
"CompanyId": "cc7ddd67-1df1-4c01-ab32-6d7182cb4b6e",
"CompanyName": "sample string 12",
"VehiclesClassId": "1e358c78-857e-4f28-ad34-8c305d662e2a",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "74283114-ff8f-4f3d-8f0f-fc973c41ac2a",
"Clasification1Description": "sample string 15",
"Clasification2Id": "93de3ee1-c1f5-4a00-924e-8d966c34a4c4",
"Clasification2Description": "sample string 16",
"Clasification3Id": "a4958658-f38e-4848-b1ef-3fde85f0e3a3",
"Clasification3Description": "sample string 17",
"Clasification4Id": "8e0751f4-752f-4a7d-9e8b-8355d2b13811",
"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": "70c31274-31fb-406e-a92f-106c07f38cb3",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "70c31274-31fb-406e-a92f-106c07f38cb3",
"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": "74b36c18-577c-4d65-b8b1-7d103316e668",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "e24f177f-98f1-49f1-88c5-606bab061577",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "74b36c18-577c-4d65-b8b1-7d103316e668",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "e24f177f-98f1-49f1-88c5-606bab061577",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "8f3c6266-780f-4241-97fa-3801c44d71e0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f4758b25-d2a6-4f71-a54b-3663a6d0b369",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "8f3c6266-780f-4241-97fa-3801c44d71e0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f4758b25-d2a6-4f71-a54b-3663a6d0b369",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "5354f933-3d82-4d53-9a77-b051d7796542",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "30de78a1-64d1-4813-8114-de18a23275a9",
"TypeModelId": "061773e4-b17d-4f47-8834-08e8c92311f5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "30de78a1-64d1-4813-8114-de18a23275a9",
"TypeModelId": "061773e4-b17d-4f47-8834-08e8c92311f5",
"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": "484481a6-b530-481b-92e9-9252383c042f",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "be3a3703-8cdb-4e6f-971c-dae56fb5c46f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1668f2c1-503f-418e-939f-4f8e5c794a2d",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "5354f933-3d82-4d53-9a77-b051d7796542",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "30de78a1-64d1-4813-8114-de18a23275a9",
"TypeModelId": "061773e4-b17d-4f47-8834-08e8c92311f5",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "30de78a1-64d1-4813-8114-de18a23275a9",
"TypeModelId": "061773e4-b17d-4f47-8834-08e8c92311f5",
"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": "484481a6-b530-481b-92e9-9252383c042f",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "be3a3703-8cdb-4e6f-971c-dae56fb5c46f",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1668f2c1-503f-418e-939f-4f8e5c794a2d",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2",
"CompanyContractId": "990c794c-ece2-45cd-95cf-41cf67d43c42",
"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": "113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2",
"CompanyContractId": "990c794c-ece2-45cd-95cf-41cf67d43c42",
"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": "3db88138-ba42-4921-be1a-fd3869a5169d",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2",
"CompanyContractId": "990c794c-ece2-45cd-95cf-41cf67d43c42",
"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": "3db88138-ba42-4921-be1a-fd3869a5169d",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2",
"CompanyContractId": "990c794c-ece2-45cd-95cf-41cf67d43c42",
"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": "befd06fc-9c0a-4411-80ee-afce5500e687",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "5358bb80-1aa5-4e07-9b5c-99d625ccfc10",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "25e99f37-497a-41c9-b905-42fe34eded75",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "5358bb80-1aa5-4e07-9b5c-99d625ccfc10",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "25e99f37-497a-41c9-b905-42fe34eded75",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "c70a5325-ffea-4b84-bd96-8b61ec74ae69",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "c70a5325-ffea-4b84-bd96-8b61ec74ae69",
"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": "18885bc9-d1cf-4193-a75a-aec5c3cece34",
"NetworkId": "141d9774-d97f-4d57-b994-49d313d99702",
"NotificationFormatId": "97a2583a-43e2-4cc1-899c-51ed0b10ad63",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:24:00.406328Z",
"UserAtionetCreatedId": "f7bc20ad-3e9b-4be4-afe6-4957366451a8",
"UserAtionetDestinationId": "18e386c1-f46e-45b8-81f6-3627040e0605",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "283b798c-afa7-4a07-8629-32f23fdbe011",
"IdMerchant": "1efbb40a-477f-48ab-bb35-7837b6a14d0a",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "828577f0-aee1-41e6-8678-8452b46cd7c3",
"DriverId": "7a89a8e7-6874-452c-9bfc-00876b67c0e6",
"CreatedDateString": "2026/03/13 12:24"
},
{
"Id": "18885bc9-d1cf-4193-a75a-aec5c3cece34",
"NetworkId": "141d9774-d97f-4d57-b994-49d313d99702",
"NotificationFormatId": "97a2583a-43e2-4cc1-899c-51ed0b10ad63",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:24:00.406328Z",
"UserAtionetCreatedId": "f7bc20ad-3e9b-4be4-afe6-4957366451a8",
"UserAtionetDestinationId": "18e386c1-f46e-45b8-81f6-3627040e0605",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "283b798c-afa7-4a07-8629-32f23fdbe011",
"IdMerchant": "1efbb40a-477f-48ab-bb35-7837b6a14d0a",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "828577f0-aee1-41e6-8678-8452b46cd7c3",
"DriverId": "7a89a8e7-6874-452c-9bfc-00876b67c0e6",
"CreatedDateString": "2026/03/13 12:24"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "609a76fc-4666-45ef-925d-1bdcbeb3ae08",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-13T12:24:00.406328Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"adcf3861-41b5-4b0c-9939-6fe0f07709af",
"f73f7b9a-d339-44f8-a3ac-e97011ca13e5"
],
"DriverId": "b2083e15-0682-4958-893c-0792ec09b71b",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "d5f1ddc9-a6b4-448d-b37e-a33d09112495",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "609a76fc-4666-45ef-925d-1bdcbeb3ae08",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-13T12:24:00.406328Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"adcf3861-41b5-4b0c-9939-6fe0f07709af",
"f73f7b9a-d339-44f8-a3ac-e97011ca13e5"
],
"DriverId": "b2083e15-0682-4958-893c-0792ec09b71b",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "d5f1ddc9-a6b4-448d-b37e-a33d09112495",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-03-13T12:24:00.406328Z",
"NetworkCreationDate": "2026-03-13T12:24:00.406328Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "3301eed2-949c-4d4d-b44f-fceab2aafdef",
"State": 64,
"UpdateStateDate": "2026-03-13T12:24:00.406328Z",
"NetworkUpdateStateDate": "2026-03-13T12:24:00.406328Z",
"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>be3a3703-8cdb-4e6f-971c-dae56fb5c46f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1668f2c1-503f-418e-939f-4f8e5c794a2d</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>484481a6-b530-481b-92e9-9252383c042f</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>30de78a1-64d1-4813-8114-de18a23275a9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>061773e4-b17d-4f47-8834-08e8c92311f5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>30de78a1-64d1-4813-8114-de18a23275a9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>061773e4-b17d-4f47-8834-08e8c92311f5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>5354f933-3d82-4d53-9a77-b051d7796542</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>be3a3703-8cdb-4e6f-971c-dae56fb5c46f</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1668f2c1-503f-418e-939f-4f8e5c794a2d</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>484481a6-b530-481b-92e9-9252383c042f</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>30de78a1-64d1-4813-8114-de18a23275a9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>061773e4-b17d-4f47-8834-08e8c92311f5</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>30de78a1-64d1-4813-8114-de18a23275a9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>061773e4-b17d-4f47-8834-08e8c92311f5</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>5354f933-3d82-4d53-9a77-b051d7796542</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>74283114-ff8f-4f3d-8f0f-fc973c41ac2a</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>93de3ee1-c1f5-4a00-924e-8d966c34a4c4</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>a4958658-f38e-4848-b1ef-3fde85f0e3a3</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>8e0751f4-752f-4a7d-9e8b-8355d2b13811</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>cc7ddd67-1df1-4c01-ab32-6d7182cb4b6e</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-03-13T12:24:00.406328Z</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>c70a5325-ffea-4b84-bd96-8b61ec74ae69</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>c70a5325-ffea-4b84-bd96-8b61ec74ae69</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>ce5a1e4c-4c7c-4b4c-ada7-c36997358890</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>990c794c-ece2-45cd-95cf-41cf67d43c42</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>3db88138-ba42-4921-be1a-fd3869a5169d</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>990c794c-ece2-45cd-95cf-41cf67d43c42</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>3db88138-ba42-4921-be1a-fd3869a5169d</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>f4758b25-d2a6-4f71-a54b-3663a6d0b369</IdFleet>
<IdRule>8f3c6266-780f-4241-97fa-3801c44d71e0</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>f4758b25-d2a6-4f71-a54b-3663a6d0b369</IdFleet>
<IdRule>8f3c6266-780f-4241-97fa-3801c44d71e0</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>19ce5c22-4a2d-4196-b241-a4767fcd2443</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>25e99f37-497a-41c9-b905-42fe34eded75</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>5358bb80-1aa5-4e07-9b5c-99d625ccfc10</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>25e99f37-497a-41c9-b905-42fe34eded75</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>5358bb80-1aa5-4e07-9b5c-99d625ccfc10</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-03-13T12:24:00.406328Z</LastEngineHoursDate>
<LastOdometerDate>2026-03-13T12:24:00.406328Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-03-13T12:24:00.406328Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-03-13T12:24:00.406328Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-13T12:24:00.406328Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>7a89a8e7-6874-452c-9bfc-00876b67c0e6</DriverId>
<Id>18885bc9-d1cf-4193-a75a-aec5c3cece34</Id>
<IdCompany>283b798c-afa7-4a07-8629-32f23fdbe011</IdCompany>
<IdMerchant>1efbb40a-477f-48ab-bb35-7837b6a14d0a</IdMerchant>
<Message />
<NetworkId>141d9774-d97f-4d57-b994-49d313d99702</NetworkId>
<NotificationFormatId>97a2583a-43e2-4cc1-899c-51ed0b10ad63</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>f7bc20ad-3e9b-4be4-afe6-4957366451a8</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>18e386c1-f46e-45b8-81f6-3627040e0605</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>828577f0-aee1-41e6-8678-8452b46cd7c3</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-13T12:24:00.406328Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>7a89a8e7-6874-452c-9bfc-00876b67c0e6</DriverId>
<Id>18885bc9-d1cf-4193-a75a-aec5c3cece34</Id>
<IdCompany>283b798c-afa7-4a07-8629-32f23fdbe011</IdCompany>
<IdMerchant>1efbb40a-477f-48ab-bb35-7837b6a14d0a</IdMerchant>
<Message />
<NetworkId>141d9774-d97f-4d57-b994-49d313d99702</NetworkId>
<NotificationFormatId>97a2583a-43e2-4cc1-899c-51ed0b10ad63</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>f7bc20ad-3e9b-4be4-afe6-4957366451a8</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>18e386c1-f46e-45b8-81f6-3627040e0605</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>828577f0-aee1-41e6-8678-8452b46cd7c3</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>990c794c-ece2-45cd-95cf-41cf67d43c42</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2</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>990c794c-ece2-45cd-95cf-41cf67d43c42</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>113ac888-c1ad-4ea6-a4d4-fb9fc263a1f2</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>74b36c18-577c-4d65-b8b1-7d103316e668</IdRule>
<IdVehicle>e24f177f-98f1-49f1-88c5-606bab061577</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>74b36c18-577c-4d65-b8b1-7d103316e668</IdRule>
<IdVehicle>e24f177f-98f1-49f1-88c5-606bab061577</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-03-13T12:24:00.406328Z</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>b2083e15-0682-4958-893c-0792ec09b71b</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>609a76fc-4666-45ef-925d-1bdcbeb3ae08</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>adcf3861-41b5-4b0c-9939-6fe0f07709af</d4p1:guid>
<d4p1:guid>f73f7b9a-d339-44f8-a3ac-e97011ca13e5</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>d5f1ddc9-a6b4-448d-b37e-a33d09112495</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-03-13T12:24:00.406328Z</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>b2083e15-0682-4958-893c-0792ec09b71b</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>609a76fc-4666-45ef-925d-1bdcbeb3ae08</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>adcf3861-41b5-4b0c-9939-6fe0f07709af</d4p1:guid>
<d4p1:guid>f73f7b9a-d339-44f8-a3ac-e97011ca13e5</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>d5f1ddc9-a6b4-448d-b37e-a33d09112495</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-03-13T12:24:00.406328Z</UpdateStateDate>
<UserId>3301eed2-949c-4d4d-b44f-fceab2aafdef</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>befd06fc-9c0a-4411-80ee-afce5500e687</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>1e358c78-857e-4f28-ad34-8c305d662e2a</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>70c31274-31fb-406e-a92f-106c07f38cb3</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>70c31274-31fb-406e-a92f-106c07f38cb3</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": "e18d6e7c-eddc-4b48-a3ca-983b29059cef",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-03-13T12:24:00.4219673Z",
"LastEngineHoursDate": "2026-03-13T12:24:00.4219673Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "b604f7aa-96c1-49b0-a68a-26c9cb54e2b5",
"FleetDescription": "sample string 10",
"CompanyId": "08701fe4-662b-43df-b196-b875e6bab0f9",
"CompanyName": "sample string 12",
"VehiclesClassId": "79923d9e-2923-4135-ae66-3a487d9662bf",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "5495334d-4aca-471a-be5f-78d96c88f904",
"Clasification1Description": "sample string 15",
"Clasification2Id": "ecbd88ac-2f8c-4cb7-8f98-6541858a6432",
"Clasification2Description": "sample string 16",
"Clasification3Id": "7005cf08-4442-4c79-bac9-0da8a88365ba",
"Clasification3Description": "sample string 17",
"Clasification4Id": "2e424594-3205-4698-8d37-d1081d1d8e8b",
"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": "578bcf3c-c26f-4098-ad5e-17f75b37f1d9",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "578bcf3c-c26f-4098-ad5e-17f75b37f1d9",
"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": "e3a20fee-9cc5-4a3e-a3c4-f12068eb1577",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "90a747c2-4474-40c0-8c8c-cc0360edbab0",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "e3a20fee-9cc5-4a3e-a3c4-f12068eb1577",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "90a747c2-4474-40c0-8c8c-cc0360edbab0",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "6873afb2-1fa4-4591-8d0c-dae9a9116f3f",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "8ded41b3-fbf8-4ed7-9786-3231564b69ad",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "6873afb2-1fa4-4591-8d0c-dae9a9116f3f",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "8ded41b3-fbf8-4ed7-9786-3231564b69ad",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "2e285dc0-8a77-4191-b008-6ad4b6f9922c",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "fd62ed6d-e14a-4af8-85fe-8bc31a3e2973",
"TypeModelId": "2f8be557-dd6b-4317-b0ee-41d8e95e97d0",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "fd62ed6d-e14a-4af8-85fe-8bc31a3e2973",
"TypeModelId": "2f8be557-dd6b-4317-b0ee-41d8e95e97d0",
"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": "18fd78b9-deda-4174-b133-abb485600ec0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "ab19cd8e-914a-4de8-b5dd-487f77cdf906",
"CurrencyCode": "sample string 8",
"FuelMasterId": "2aa813e1-e4a1-4957-b680-6a971f63c661",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "2e285dc0-8a77-4191-b008-6ad4b6f9922c",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "fd62ed6d-e14a-4af8-85fe-8bc31a3e2973",
"TypeModelId": "2f8be557-dd6b-4317-b0ee-41d8e95e97d0",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "fd62ed6d-e14a-4af8-85fe-8bc31a3e2973",
"TypeModelId": "2f8be557-dd6b-4317-b0ee-41d8e95e97d0",
"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": "18fd78b9-deda-4174-b133-abb485600ec0",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "ab19cd8e-914a-4de8-b5dd-487f77cdf906",
"CurrencyCode": "sample string 8",
"FuelMasterId": "2aa813e1-e4a1-4957-b680-6a971f63c661",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "f09c94ea-c8ee-45e2-971e-55aa9c4c32ea",
"CompanyContractId": "a0a69216-47b1-44ac-a7c8-94ed5746a1a1",
"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": "f09c94ea-c8ee-45e2-971e-55aa9c4c32ea",
"CompanyContractId": "a0a69216-47b1-44ac-a7c8-94ed5746a1a1",
"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": "2127edc7-c3df-4e37-b06c-d3cbbc92e25c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "f09c94ea-c8ee-45e2-971e-55aa9c4c32ea",
"CompanyContractId": "a0a69216-47b1-44ac-a7c8-94ed5746a1a1",
"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": "2127edc7-c3df-4e37-b06c-d3cbbc92e25c",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "f09c94ea-c8ee-45e2-971e-55aa9c4c32ea",
"CompanyContractId": "a0a69216-47b1-44ac-a7c8-94ed5746a1a1",
"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": "d142d13d-a504-45eb-922a-24716ade05ba",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "62df0cc0-d7c7-4e52-b348-04ca9e615087",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "a7cbc1a9-c28b-4fd2-97c8-f0b77572142d",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "62df0cc0-d7c7-4e52-b348-04ca9e615087",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "a7cbc1a9-c28b-4fd2-97c8-f0b77572142d",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "4cf967f0-601f-4984-a262-607a55e7f3b4",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "4cf967f0-601f-4984-a262-607a55e7f3b4",
"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": "3206435e-650c-489a-94d5-b739371e00ff",
"NetworkId": "eca8cac9-435b-44ad-a7cc-d24ffbc6d5a8",
"NotificationFormatId": "4b89837a-b6fe-4090-92c0-56649288c299",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:24:00.4219673Z",
"UserAtionetCreatedId": "d258fc3b-b284-497b-b5b0-7161786e1264",
"UserAtionetDestinationId": "a2d3b7c8-d988-4ba0-83b7-3e4c0af8dd4c",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "4e6539d9-f2ab-4329-8bac-0a79a04a954a",
"IdMerchant": "81d1a61e-3387-4310-8d64-44ace938a9a2",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "d854cc76-3e57-4c0e-ab17-c7fb1afcf154",
"DriverId": "1384dbf6-28ca-4b7f-b981-70c0eae80211",
"CreatedDateString": "2026/03/13 12:24"
},
{
"Id": "3206435e-650c-489a-94d5-b739371e00ff",
"NetworkId": "eca8cac9-435b-44ad-a7cc-d24ffbc6d5a8",
"NotificationFormatId": "4b89837a-b6fe-4090-92c0-56649288c299",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-03-13T12:24:00.4219673Z",
"UserAtionetCreatedId": "d258fc3b-b284-497b-b5b0-7161786e1264",
"UserAtionetDestinationId": "a2d3b7c8-d988-4ba0-83b7-3e4c0af8dd4c",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "4e6539d9-f2ab-4329-8bac-0a79a04a954a",
"IdMerchant": "81d1a61e-3387-4310-8d64-44ace938a9a2",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "d854cc76-3e57-4c0e-ab17-c7fb1afcf154",
"DriverId": "1384dbf6-28ca-4b7f-b981-70c0eae80211",
"CreatedDateString": "2026/03/13 12:24"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "14f7a710-f31d-4ad1-9bca-c069059c4182",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-13T12:24:00.4219673Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"025213eb-e933-4a4c-a92b-239533865e90",
"00047247-1a8a-4326-b975-eeb20cba67bd"
],
"DriverId": "e9d7240d-7a48-4ea2-816b-f9adb41f7a16",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ddc232eb-b5e5-46d6-a518-f17a3ef28b5e",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "14f7a710-f31d-4ad1-9bca-c069059c4182",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-03-13T12:24:00.4219673Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"025213eb-e933-4a4c-a92b-239533865e90",
"00047247-1a8a-4326-b975-eeb20cba67bd"
],
"DriverId": "e9d7240d-7a48-4ea2-816b-f9adb41f7a16",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ddc232eb-b5e5-46d6-a518-f17a3ef28b5e",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-03-13T12:24:00.4219673Z",
"NetworkCreationDate": "2026-03-13T12:24:00.4219673Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "058af0cb-1806-4986-9573-56d52baa0f4b",
"State": 64,
"UpdateStateDate": "2026-03-13T12:24:00.4219673Z",
"NetworkUpdateStateDate": "2026-03-13T12:24:00.4219673Z",
"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>ab19cd8e-914a-4de8-b5dd-487f77cdf906</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>2aa813e1-e4a1-4957-b680-6a971f63c661</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>18fd78b9-deda-4174-b133-abb485600ec0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>fd62ed6d-e14a-4af8-85fe-8bc31a3e2973</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>2f8be557-dd6b-4317-b0ee-41d8e95e97d0</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>fd62ed6d-e14a-4af8-85fe-8bc31a3e2973</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>2f8be557-dd6b-4317-b0ee-41d8e95e97d0</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>2e285dc0-8a77-4191-b008-6ad4b6f9922c</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>ab19cd8e-914a-4de8-b5dd-487f77cdf906</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>2aa813e1-e4a1-4957-b680-6a971f63c661</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>18fd78b9-deda-4174-b133-abb485600ec0</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>fd62ed6d-e14a-4af8-85fe-8bc31a3e2973</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>2f8be557-dd6b-4317-b0ee-41d8e95e97d0</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>fd62ed6d-e14a-4af8-85fe-8bc31a3e2973</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>2f8be557-dd6b-4317-b0ee-41d8e95e97d0</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>2e285dc0-8a77-4191-b008-6ad4b6f9922c</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>5495334d-4aca-471a-be5f-78d96c88f904</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>ecbd88ac-2f8c-4cb7-8f98-6541858a6432</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>7005cf08-4442-4c79-bac9-0da8a88365ba</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>2e424594-3205-4698-8d37-d1081d1d8e8b</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>08701fe4-662b-43df-b196-b875e6bab0f9</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-03-13T12:24:00.4219673Z</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>4cf967f0-601f-4984-a262-607a55e7f3b4</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>4cf967f0-601f-4984-a262-607a55e7f3b4</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>b604f7aa-96c1-49b0-a68a-26c9cb54e2b5</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a0a69216-47b1-44ac-a7c8-94ed5746a1a1</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f09c94ea-c8ee-45e2-971e-55aa9c4c32ea</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>2127edc7-c3df-4e37-b06c-d3cbbc92e25c</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a0a69216-47b1-44ac-a7c8-94ed5746a1a1</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f09c94ea-c8ee-45e2-971e-55aa9c4c32ea</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>2127edc7-c3df-4e37-b06c-d3cbbc92e25c</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>8ded41b3-fbf8-4ed7-9786-3231564b69ad</IdFleet>
<IdRule>6873afb2-1fa4-4591-8d0c-dae9a9116f3f</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>8ded41b3-fbf8-4ed7-9786-3231564b69ad</IdFleet>
<IdRule>6873afb2-1fa4-4591-8d0c-dae9a9116f3f</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>e18d6e7c-eddc-4b48-a3ca-983b29059cef</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>a7cbc1a9-c28b-4fd2-97c8-f0b77572142d</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>62df0cc0-d7c7-4e52-b348-04ca9e615087</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>a7cbc1a9-c28b-4fd2-97c8-f0b77572142d</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>62df0cc0-d7c7-4e52-b348-04ca9e615087</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-03-13T12:24:00.4219673Z</LastEngineHoursDate>
<LastOdometerDate>2026-03-13T12:24:00.4219673Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-03-13T12:24:00.4219673Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-03-13T12:24:00.4219673Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-13T12:24:00.4219673Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>1384dbf6-28ca-4b7f-b981-70c0eae80211</DriverId>
<Id>3206435e-650c-489a-94d5-b739371e00ff</Id>
<IdCompany>4e6539d9-f2ab-4329-8bac-0a79a04a954a</IdCompany>
<IdMerchant>81d1a61e-3387-4310-8d64-44ace938a9a2</IdMerchant>
<Message />
<NetworkId>eca8cac9-435b-44ad-a7cc-d24ffbc6d5a8</NetworkId>
<NotificationFormatId>4b89837a-b6fe-4090-92c0-56649288c299</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>d258fc3b-b284-497b-b5b0-7161786e1264</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>a2d3b7c8-d988-4ba0-83b7-3e4c0af8dd4c</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>d854cc76-3e57-4c0e-ab17-c7fb1afcf154</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-03-13T12:24:00.4219673Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>1384dbf6-28ca-4b7f-b981-70c0eae80211</DriverId>
<Id>3206435e-650c-489a-94d5-b739371e00ff</Id>
<IdCompany>4e6539d9-f2ab-4329-8bac-0a79a04a954a</IdCompany>
<IdMerchant>81d1a61e-3387-4310-8d64-44ace938a9a2</IdMerchant>
<Message />
<NetworkId>eca8cac9-435b-44ad-a7cc-d24ffbc6d5a8</NetworkId>
<NotificationFormatId>4b89837a-b6fe-4090-92c0-56649288c299</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>d258fc3b-b284-497b-b5b0-7161786e1264</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>a2d3b7c8-d988-4ba0-83b7-3e4c0af8dd4c</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>d854cc76-3e57-4c0e-ab17-c7fb1afcf154</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a0a69216-47b1-44ac-a7c8-94ed5746a1a1</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f09c94ea-c8ee-45e2-971e-55aa9c4c32ea</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>a0a69216-47b1-44ac-a7c8-94ed5746a1a1</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f09c94ea-c8ee-45e2-971e-55aa9c4c32ea</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>e3a20fee-9cc5-4a3e-a3c4-f12068eb1577</IdRule>
<IdVehicle>90a747c2-4474-40c0-8c8c-cc0360edbab0</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>e3a20fee-9cc5-4a3e-a3c4-f12068eb1577</IdRule>
<IdVehicle>90a747c2-4474-40c0-8c8c-cc0360edbab0</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-03-13T12:24:00.4219673Z</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>e9d7240d-7a48-4ea2-816b-f9adb41f7a16</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>14f7a710-f31d-4ad1-9bca-c069059c4182</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>025213eb-e933-4a4c-a92b-239533865e90</d4p1:guid>
<d4p1:guid>00047247-1a8a-4326-b975-eeb20cba67bd</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>ddc232eb-b5e5-46d6-a518-f17a3ef28b5e</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-03-13T12:24:00.4219673Z</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>e9d7240d-7a48-4ea2-816b-f9adb41f7a16</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>14f7a710-f31d-4ad1-9bca-c069059c4182</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>025213eb-e933-4a4c-a92b-239533865e90</d4p1:guid>
<d4p1:guid>00047247-1a8a-4326-b975-eeb20cba67bd</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>ddc232eb-b5e5-46d6-a518-f17a3ef28b5e</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-03-13T12:24:00.4219673Z</UpdateStateDate>
<UserId>058af0cb-1806-4986-9573-56d52baa0f4b</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>d142d13d-a504-45eb-922a-24716ade05ba</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>79923d9e-2923-4135-ae66-3a487d9662bf</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>578bcf3c-c26f-4098-ad5e-17f75b37f1d9</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>578bcf3c-c26f-4098-ad5e-17f75b37f1d9</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>