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": "003cb985-7ef9-4b8b-9eb7-d0b6a3cc5ea6",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-06-12T01:23:43.8741229Z",
"LastEngineHoursDate": "2026-06-12T01:23:43.8741229Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "521a5797-cd2c-41da-9fd8-767a79fad2ba",
"FleetDescription": "sample string 10",
"CompanyId": "8081bfdb-e4a0-4f44-985f-24736139742f",
"CompanyName": "sample string 12",
"VehiclesClassId": "05fbaebf-f9f4-4966-ac57-a2359ba84dd5",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "b1d52009-0b4c-4f15-9579-e27580880c5c",
"Clasification1Description": "sample string 15",
"Clasification2Id": "f512fe2f-df5f-4d94-a6f8-ec10cd4505af",
"Clasification2Description": "sample string 16",
"Clasification3Id": "26a22a72-ff86-41ed-8147-6822ba9e4475",
"Clasification3Description": "sample string 17",
"Clasification4Id": "fcc72016-322c-4cee-bd50-0f757090f8b8",
"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": "b43ee265-ae71-48f1-804f-8068ec5839a6",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "b43ee265-ae71-48f1-804f-8068ec5839a6",
"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": "202afa05-d728-434a-8528-d1f21be2c669",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "4869c372-6e12-49b7-b344-de41f1c75bb5",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "202afa05-d728-434a-8528-d1f21be2c669",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "4869c372-6e12-49b7-b344-de41f1c75bb5",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "dde29737-6842-4d24-af5f-d7ded47c138b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5bbfee04-0919-4f2c-8746-9f67f4bbdc9a",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "dde29737-6842-4d24-af5f-d7ded47c138b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "5bbfee04-0919-4f2c-8746-9f67f4bbdc9a",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "d7f945c1-ce64-41dc-9315-5e48ebc879cf",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "388508c2-3e03-4a69-91bf-6e1d152ee47f",
"TypeModelId": "99fa9747-7f83-4279-bbc6-07747f6160f7",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "388508c2-3e03-4a69-91bf-6e1d152ee47f",
"TypeModelId": "99fa9747-7f83-4279-bbc6-07747f6160f7",
"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": "f350b8e0-682e-44b3-8cee-003cba772e5c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "6515fbc7-08a7-43bd-8c4a-045deb6b1187",
"CurrencyCode": "sample string 8",
"FuelMasterId": "4bca35b6-a028-47da-b844-c40b1b978900",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "d7f945c1-ce64-41dc-9315-5e48ebc879cf",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "388508c2-3e03-4a69-91bf-6e1d152ee47f",
"TypeModelId": "99fa9747-7f83-4279-bbc6-07747f6160f7",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "388508c2-3e03-4a69-91bf-6e1d152ee47f",
"TypeModelId": "99fa9747-7f83-4279-bbc6-07747f6160f7",
"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": "f350b8e0-682e-44b3-8cee-003cba772e5c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "6515fbc7-08a7-43bd-8c4a-045deb6b1187",
"CurrencyCode": "sample string 8",
"FuelMasterId": "4bca35b6-a028-47da-b844-c40b1b978900",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "7650e796-42fa-44b5-ad19-897b85424cd5",
"CompanyContractId": "bd9f4fe7-7996-44dd-916d-ab80e5f277e2",
"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": "7650e796-42fa-44b5-ad19-897b85424cd5",
"CompanyContractId": "bd9f4fe7-7996-44dd-916d-ab80e5f277e2",
"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": "2082134b-0021-4111-bc40-a3ed3f5494d9",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7650e796-42fa-44b5-ad19-897b85424cd5",
"CompanyContractId": "bd9f4fe7-7996-44dd-916d-ab80e5f277e2",
"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": "2082134b-0021-4111-bc40-a3ed3f5494d9",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "7650e796-42fa-44b5-ad19-897b85424cd5",
"CompanyContractId": "bd9f4fe7-7996-44dd-916d-ab80e5f277e2",
"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": "f00c5a9e-4c49-4b2b-818e-ee5ca88366ca",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "bf821df8-104e-48d9-b84b-3378e5322906",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "8dc49587-5091-4799-81c1-9078fd892789",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "bf821df8-104e-48d9-b84b-3378e5322906",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "8dc49587-5091-4799-81c1-9078fd892789",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "9d7690a7-dca4-4afb-bbcb-39343490aea1",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "9d7690a7-dca4-4afb-bbcb-39343490aea1",
"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": "f7e78700-6fc8-4179-9daa-51be93e5d057",
"NetworkId": "da655e02-03a4-406a-a70c-d7407dfb8c0a",
"NotificationFormatId": "3c5894dd-5a9a-4ec8-88c8-a3f8d089e558",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:23:43.8741229Z",
"UserAtionetCreatedId": "c23436fd-aed5-4f28-9fad-6bd6154836de",
"UserAtionetDestinationId": "34f834ce-6b67-46e8-a344-827c2007095c",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "280051ae-daef-4d53-9c79-8ebd19f636ad",
"IdMerchant": "b4b05f39-4971-42e2-b20d-6c174ba61035",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "5371d678-6c6b-43dc-bd07-4f88135bec4e",
"DriverId": "ecc768b0-e11a-4186-b11e-19948ea36f6c",
"CreatedDateString": "2026/06/12 01:23"
},
{
"Id": "f7e78700-6fc8-4179-9daa-51be93e5d057",
"NetworkId": "da655e02-03a4-406a-a70c-d7407dfb8c0a",
"NotificationFormatId": "3c5894dd-5a9a-4ec8-88c8-a3f8d089e558",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:23:43.8741229Z",
"UserAtionetCreatedId": "c23436fd-aed5-4f28-9fad-6bd6154836de",
"UserAtionetDestinationId": "34f834ce-6b67-46e8-a344-827c2007095c",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "280051ae-daef-4d53-9c79-8ebd19f636ad",
"IdMerchant": "b4b05f39-4971-42e2-b20d-6c174ba61035",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "5371d678-6c6b-43dc-bd07-4f88135bec4e",
"DriverId": "ecc768b0-e11a-4186-b11e-19948ea36f6c",
"CreatedDateString": "2026/06/12 01:23"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "989717e6-d0aa-47c1-bb5e-8ddb42a6d22e",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-06-12T01:23:43.8741229Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"19cd0782-38fd-48ad-874a-fb814a143bb3",
"61422198-7366-4a20-a8ed-2362d92d0572"
],
"DriverId": "f725f8f9-e59f-4cfd-99c0-cdc20140b697",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "38898f13-109c-4d9a-b458-d9cab38823a1",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "989717e6-d0aa-47c1-bb5e-8ddb42a6d22e",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-06-12T01:23:43.8741229Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"19cd0782-38fd-48ad-874a-fb814a143bb3",
"61422198-7366-4a20-a8ed-2362d92d0572"
],
"DriverId": "f725f8f9-e59f-4cfd-99c0-cdc20140b697",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "38898f13-109c-4d9a-b458-d9cab38823a1",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-06-12T01:23:43.8741229Z",
"NetworkCreationDate": "2026-06-12T01:23:43.8741229Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "7eec81d7-1db3-4277-a787-9d560fdfb8cb",
"State": 64,
"UpdateStateDate": "2026-06-12T01:23:43.8741229Z",
"NetworkUpdateStateDate": "2026-06-12T01:23:43.8741229Z",
"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>6515fbc7-08a7-43bd-8c4a-045deb6b1187</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>4bca35b6-a028-47da-b844-c40b1b978900</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>f350b8e0-682e-44b3-8cee-003cba772e5c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>388508c2-3e03-4a69-91bf-6e1d152ee47f</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>99fa9747-7f83-4279-bbc6-07747f6160f7</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>388508c2-3e03-4a69-91bf-6e1d152ee47f</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>99fa9747-7f83-4279-bbc6-07747f6160f7</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>d7f945c1-ce64-41dc-9315-5e48ebc879cf</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>6515fbc7-08a7-43bd-8c4a-045deb6b1187</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>4bca35b6-a028-47da-b844-c40b1b978900</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>f350b8e0-682e-44b3-8cee-003cba772e5c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>388508c2-3e03-4a69-91bf-6e1d152ee47f</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>99fa9747-7f83-4279-bbc6-07747f6160f7</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>388508c2-3e03-4a69-91bf-6e1d152ee47f</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>99fa9747-7f83-4279-bbc6-07747f6160f7</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>d7f945c1-ce64-41dc-9315-5e48ebc879cf</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>b1d52009-0b4c-4f15-9579-e27580880c5c</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>f512fe2f-df5f-4d94-a6f8-ec10cd4505af</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>26a22a72-ff86-41ed-8147-6822ba9e4475</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>fcc72016-322c-4cee-bd50-0f757090f8b8</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>8081bfdb-e4a0-4f44-985f-24736139742f</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-06-12T01:23:43.8741229Z</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>9d7690a7-dca4-4afb-bbcb-39343490aea1</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>9d7690a7-dca4-4afb-bbcb-39343490aea1</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>521a5797-cd2c-41da-9fd8-767a79fad2ba</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>bd9f4fe7-7996-44dd-916d-ab80e5f277e2</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7650e796-42fa-44b5-ad19-897b85424cd5</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>2082134b-0021-4111-bc40-a3ed3f5494d9</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>bd9f4fe7-7996-44dd-916d-ab80e5f277e2</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7650e796-42fa-44b5-ad19-897b85424cd5</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>2082134b-0021-4111-bc40-a3ed3f5494d9</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>5bbfee04-0919-4f2c-8746-9f67f4bbdc9a</IdFleet>
<IdRule>dde29737-6842-4d24-af5f-d7ded47c138b</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>5bbfee04-0919-4f2c-8746-9f67f4bbdc9a</IdFleet>
<IdRule>dde29737-6842-4d24-af5f-d7ded47c138b</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>003cb985-7ef9-4b8b-9eb7-d0b6a3cc5ea6</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>8dc49587-5091-4799-81c1-9078fd892789</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>bf821df8-104e-48d9-b84b-3378e5322906</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>8dc49587-5091-4799-81c1-9078fd892789</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>bf821df8-104e-48d9-b84b-3378e5322906</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-06-12T01:23:43.8741229Z</LastEngineHoursDate>
<LastOdometerDate>2026-06-12T01:23:43.8741229Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-06-12T01:23:43.8741229Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-06-12T01:23:43.8741229Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-06-12T01:23:43.8741229Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>ecc768b0-e11a-4186-b11e-19948ea36f6c</DriverId>
<Id>f7e78700-6fc8-4179-9daa-51be93e5d057</Id>
<IdCompany>280051ae-daef-4d53-9c79-8ebd19f636ad</IdCompany>
<IdMerchant>b4b05f39-4971-42e2-b20d-6c174ba61035</IdMerchant>
<Message />
<NetworkId>da655e02-03a4-406a-a70c-d7407dfb8c0a</NetworkId>
<NotificationFormatId>3c5894dd-5a9a-4ec8-88c8-a3f8d089e558</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>c23436fd-aed5-4f28-9fad-6bd6154836de</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>34f834ce-6b67-46e8-a344-827c2007095c</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>5371d678-6c6b-43dc-bd07-4f88135bec4e</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-06-12T01:23:43.8741229Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>ecc768b0-e11a-4186-b11e-19948ea36f6c</DriverId>
<Id>f7e78700-6fc8-4179-9daa-51be93e5d057</Id>
<IdCompany>280051ae-daef-4d53-9c79-8ebd19f636ad</IdCompany>
<IdMerchant>b4b05f39-4971-42e2-b20d-6c174ba61035</IdMerchant>
<Message />
<NetworkId>da655e02-03a4-406a-a70c-d7407dfb8c0a</NetworkId>
<NotificationFormatId>3c5894dd-5a9a-4ec8-88c8-a3f8d089e558</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>c23436fd-aed5-4f28-9fad-6bd6154836de</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>34f834ce-6b67-46e8-a344-827c2007095c</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>5371d678-6c6b-43dc-bd07-4f88135bec4e</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>bd9f4fe7-7996-44dd-916d-ab80e5f277e2</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7650e796-42fa-44b5-ad19-897b85424cd5</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>bd9f4fe7-7996-44dd-916d-ab80e5f277e2</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7650e796-42fa-44b5-ad19-897b85424cd5</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>202afa05-d728-434a-8528-d1f21be2c669</IdRule>
<IdVehicle>4869c372-6e12-49b7-b344-de41f1c75bb5</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>202afa05-d728-434a-8528-d1f21be2c669</IdRule>
<IdVehicle>4869c372-6e12-49b7-b344-de41f1c75bb5</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-06-12T01:23:43.8741229Z</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>f725f8f9-e59f-4cfd-99c0-cdc20140b697</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>989717e6-d0aa-47c1-bb5e-8ddb42a6d22e</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>19cd0782-38fd-48ad-874a-fb814a143bb3</d4p1:guid>
<d4p1:guid>61422198-7366-4a20-a8ed-2362d92d0572</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>38898f13-109c-4d9a-b458-d9cab38823a1</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-06-12T01:23:43.8741229Z</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>f725f8f9-e59f-4cfd-99c0-cdc20140b697</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>989717e6-d0aa-47c1-bb5e-8ddb42a6d22e</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>19cd0782-38fd-48ad-874a-fb814a143bb3</d4p1:guid>
<d4p1:guid>61422198-7366-4a20-a8ed-2362d92d0572</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>38898f13-109c-4d9a-b458-d9cab38823a1</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-06-12T01:23:43.8741229Z</UpdateStateDate>
<UserId>7eec81d7-1db3-4277-a787-9d560fdfb8cb</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>f00c5a9e-4c49-4b2b-818e-ee5ca88366ca</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>05fbaebf-f9f4-4966-ac57-a2359ba84dd5</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>b43ee265-ae71-48f1-804f-8068ec5839a6</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>b43ee265-ae71-48f1-804f-8068ec5839a6</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": "373ea26c-7a16-448b-bff5-4da15b600ec1",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-06-12T01:23:43.9209242Z",
"LastEngineHoursDate": "2026-06-12T01:23:43.9209242Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "45132be4-9107-4cd0-ab5b-0946578d2f20",
"FleetDescription": "sample string 10",
"CompanyId": "33f1e7b9-e226-4897-9448-7e2844569822",
"CompanyName": "sample string 12",
"VehiclesClassId": "e45bd62f-3d8d-4566-b0ec-0a2d07fdc25b",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "8cc1cbcc-7cc2-478b-8363-99183ef411d0",
"Clasification1Description": "sample string 15",
"Clasification2Id": "9896e542-cdab-4aa1-be16-5780110b8483",
"Clasification2Description": "sample string 16",
"Clasification3Id": "c5fb6740-4f67-4a7d-b240-2191bdbe7a5d",
"Clasification3Description": "sample string 17",
"Clasification4Id": "7a832e10-4542-4dcf-8364-3ae5994ce072",
"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": "ea46c360-27e0-4c5c-a160-61849f6cda7d",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "ea46c360-27e0-4c5c-a160-61849f6cda7d",
"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": "1e808a78-c58f-46cc-9a6a-ae66699719ec",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "bc5077a5-a267-4c5c-842e-6373f163add8",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "1e808a78-c58f-46cc-9a6a-ae66699719ec",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "bc5077a5-a267-4c5c-842e-6373f163add8",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "0fa419de-f786-439b-a70e-e723912d0409",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "aeb4c153-fc7e-4cb7-88af-1325a8b2014e",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "0fa419de-f786-439b-a70e-e723912d0409",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "aeb4c153-fc7e-4cb7-88af-1325a8b2014e",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "334c3d5e-5a49-435f-a7f6-c8dbd6366af4",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "065addd8-da48-468e-a6bd-375a1abc2d6e",
"TypeModelId": "61929b35-fccb-45e5-94fd-0d964e953e75",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "065addd8-da48-468e-a6bd-375a1abc2d6e",
"TypeModelId": "61929b35-fccb-45e5-94fd-0d964e953e75",
"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": "c688f5cf-7de1-44cb-a06d-c945520ad6cb",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "8959b492-0f96-47b0-9c9d-0d995358aa22",
"CurrencyCode": "sample string 8",
"FuelMasterId": "e6d95669-f953-429a-a089-1c6278d91079",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "334c3d5e-5a49-435f-a7f6-c8dbd6366af4",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "065addd8-da48-468e-a6bd-375a1abc2d6e",
"TypeModelId": "61929b35-fccb-45e5-94fd-0d964e953e75",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "065addd8-da48-468e-a6bd-375a1abc2d6e",
"TypeModelId": "61929b35-fccb-45e5-94fd-0d964e953e75",
"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": "c688f5cf-7de1-44cb-a06d-c945520ad6cb",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "8959b492-0f96-47b0-9c9d-0d995358aa22",
"CurrencyCode": "sample string 8",
"FuelMasterId": "e6d95669-f953-429a-a089-1c6278d91079",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "22949e45-9141-4e6e-90c5-91afc29b5998",
"CompanyContractId": "e075ef49-caa3-471a-8025-a03d5a73a424",
"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": "22949e45-9141-4e6e-90c5-91afc29b5998",
"CompanyContractId": "e075ef49-caa3-471a-8025-a03d5a73a424",
"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": "6d35abc0-39d7-4e15-b155-3031af2bfae1",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "22949e45-9141-4e6e-90c5-91afc29b5998",
"CompanyContractId": "e075ef49-caa3-471a-8025-a03d5a73a424",
"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": "6d35abc0-39d7-4e15-b155-3031af2bfae1",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "22949e45-9141-4e6e-90c5-91afc29b5998",
"CompanyContractId": "e075ef49-caa3-471a-8025-a03d5a73a424",
"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": "071bed75-a55d-4b3c-a44b-c74b1b5b3eb2",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "82e9d944-ebc5-4be8-bec8-9724ebf1b332",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e69aeece-5c44-4dfd-897f-06ab8cf3bf90",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "82e9d944-ebc5-4be8-bec8-9724ebf1b332",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e69aeece-5c44-4dfd-897f-06ab8cf3bf90",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "932deb5a-f0e7-4721-82d8-40c991422f51",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "932deb5a-f0e7-4721-82d8-40c991422f51",
"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": "09052abb-4ae0-4aa7-a154-356c01f71387",
"NetworkId": "c47b9bc8-0c8e-4c55-bbec-c20865f7b685",
"NotificationFormatId": "9d6766e4-abf0-4571-b940-7f1f0421a165",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:23:43.9209242Z",
"UserAtionetCreatedId": "50710999-7a8a-489a-82bf-2bb3195788f9",
"UserAtionetDestinationId": "ef7fa040-6671-46f4-bdb7-a34f3dd48dab",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "520417ef-d4ac-4c43-a5ad-639b0fd2c77a",
"IdMerchant": "0b6a35db-7f6a-44d7-99db-1a8abee735bf",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "84c98d13-fffd-45fc-87bd-11d6bcf496b1",
"DriverId": "a50f932d-dfea-4e85-a2d1-b6d0dfb995ec",
"CreatedDateString": "2026/06/12 01:23"
},
{
"Id": "09052abb-4ae0-4aa7-a154-356c01f71387",
"NetworkId": "c47b9bc8-0c8e-4c55-bbec-c20865f7b685",
"NotificationFormatId": "9d6766e4-abf0-4571-b940-7f1f0421a165",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-06-12T01:23:43.9209242Z",
"UserAtionetCreatedId": "50710999-7a8a-489a-82bf-2bb3195788f9",
"UserAtionetDestinationId": "ef7fa040-6671-46f4-bdb7-a34f3dd48dab",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "520417ef-d4ac-4c43-a5ad-639b0fd2c77a",
"IdMerchant": "0b6a35db-7f6a-44d7-99db-1a8abee735bf",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "84c98d13-fffd-45fc-87bd-11d6bcf496b1",
"DriverId": "a50f932d-dfea-4e85-a2d1-b6d0dfb995ec",
"CreatedDateString": "2026/06/12 01:23"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "709c96aa-c9f8-47b3-9e48-7afe772e7d8f",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-06-12T01:23:43.9209242Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c163bad0-2fbb-46e6-bc9f-0734627b97b2",
"70845d56-aeec-4196-8018-0452fdcc8d10"
],
"DriverId": "3b3dca36-0e8b-471f-9f01-7cb23fbfb135",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "0956fe14-2e57-4334-b24b-29d5bc7cf020",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "709c96aa-c9f8-47b3-9e48-7afe772e7d8f",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-06-12T01:23:43.9209242Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c163bad0-2fbb-46e6-bc9f-0734627b97b2",
"70845d56-aeec-4196-8018-0452fdcc8d10"
],
"DriverId": "3b3dca36-0e8b-471f-9f01-7cb23fbfb135",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "0956fe14-2e57-4334-b24b-29d5bc7cf020",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-06-12T01:23:43.9209242Z",
"NetworkCreationDate": "2026-06-12T01:23:43.9209242Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "0a52cfd8-fc95-41f7-bd31-b68ad312c618",
"State": 64,
"UpdateStateDate": "2026-06-12T01:23:43.9209242Z",
"NetworkUpdateStateDate": "2026-06-12T01:23:43.9209242Z",
"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>8959b492-0f96-47b0-9c9d-0d995358aa22</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>e6d95669-f953-429a-a089-1c6278d91079</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>c688f5cf-7de1-44cb-a06d-c945520ad6cb</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>065addd8-da48-468e-a6bd-375a1abc2d6e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>61929b35-fccb-45e5-94fd-0d964e953e75</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>065addd8-da48-468e-a6bd-375a1abc2d6e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>61929b35-fccb-45e5-94fd-0d964e953e75</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>334c3d5e-5a49-435f-a7f6-c8dbd6366af4</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>8959b492-0f96-47b0-9c9d-0d995358aa22</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>e6d95669-f953-429a-a089-1c6278d91079</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>c688f5cf-7de1-44cb-a06d-c945520ad6cb</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>065addd8-da48-468e-a6bd-375a1abc2d6e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>61929b35-fccb-45e5-94fd-0d964e953e75</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>065addd8-da48-468e-a6bd-375a1abc2d6e</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>61929b35-fccb-45e5-94fd-0d964e953e75</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>334c3d5e-5a49-435f-a7f6-c8dbd6366af4</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>8cc1cbcc-7cc2-478b-8363-99183ef411d0</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>9896e542-cdab-4aa1-be16-5780110b8483</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>c5fb6740-4f67-4a7d-b240-2191bdbe7a5d</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>7a832e10-4542-4dcf-8364-3ae5994ce072</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>33f1e7b9-e226-4897-9448-7e2844569822</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-06-12T01:23:43.9209242Z</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>932deb5a-f0e7-4721-82d8-40c991422f51</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>932deb5a-f0e7-4721-82d8-40c991422f51</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>45132be4-9107-4cd0-ab5b-0946578d2f20</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e075ef49-caa3-471a-8025-a03d5a73a424</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>22949e45-9141-4e6e-90c5-91afc29b5998</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6d35abc0-39d7-4e15-b155-3031af2bfae1</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e075ef49-caa3-471a-8025-a03d5a73a424</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>22949e45-9141-4e6e-90c5-91afc29b5998</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>6d35abc0-39d7-4e15-b155-3031af2bfae1</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>aeb4c153-fc7e-4cb7-88af-1325a8b2014e</IdFleet>
<IdRule>0fa419de-f786-439b-a70e-e723912d0409</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>aeb4c153-fc7e-4cb7-88af-1325a8b2014e</IdFleet>
<IdRule>0fa419de-f786-439b-a70e-e723912d0409</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>373ea26c-7a16-448b-bff5-4da15b600ec1</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>e69aeece-5c44-4dfd-897f-06ab8cf3bf90</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>82e9d944-ebc5-4be8-bec8-9724ebf1b332</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>e69aeece-5c44-4dfd-897f-06ab8cf3bf90</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>82e9d944-ebc5-4be8-bec8-9724ebf1b332</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-06-12T01:23:43.9209242Z</LastEngineHoursDate>
<LastOdometerDate>2026-06-12T01:23:43.9209242Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-06-12T01:23:43.9209242Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-06-12T01:23:43.9209242Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-06-12T01:23:43.9209242Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>a50f932d-dfea-4e85-a2d1-b6d0dfb995ec</DriverId>
<Id>09052abb-4ae0-4aa7-a154-356c01f71387</Id>
<IdCompany>520417ef-d4ac-4c43-a5ad-639b0fd2c77a</IdCompany>
<IdMerchant>0b6a35db-7f6a-44d7-99db-1a8abee735bf</IdMerchant>
<Message />
<NetworkId>c47b9bc8-0c8e-4c55-bbec-c20865f7b685</NetworkId>
<NotificationFormatId>9d6766e4-abf0-4571-b940-7f1f0421a165</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>50710999-7a8a-489a-82bf-2bb3195788f9</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ef7fa040-6671-46f4-bdb7-a34f3dd48dab</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>84c98d13-fffd-45fc-87bd-11d6bcf496b1</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-06-12T01:23:43.9209242Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>a50f932d-dfea-4e85-a2d1-b6d0dfb995ec</DriverId>
<Id>09052abb-4ae0-4aa7-a154-356c01f71387</Id>
<IdCompany>520417ef-d4ac-4c43-a5ad-639b0fd2c77a</IdCompany>
<IdMerchant>0b6a35db-7f6a-44d7-99db-1a8abee735bf</IdMerchant>
<Message />
<NetworkId>c47b9bc8-0c8e-4c55-bbec-c20865f7b685</NetworkId>
<NotificationFormatId>9d6766e4-abf0-4571-b940-7f1f0421a165</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>50710999-7a8a-489a-82bf-2bb3195788f9</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ef7fa040-6671-46f4-bdb7-a34f3dd48dab</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>84c98d13-fffd-45fc-87bd-11d6bcf496b1</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>e075ef49-caa3-471a-8025-a03d5a73a424</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>22949e45-9141-4e6e-90c5-91afc29b5998</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>e075ef49-caa3-471a-8025-a03d5a73a424</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>22949e45-9141-4e6e-90c5-91afc29b5998</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>1e808a78-c58f-46cc-9a6a-ae66699719ec</IdRule>
<IdVehicle>bc5077a5-a267-4c5c-842e-6373f163add8</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>1e808a78-c58f-46cc-9a6a-ae66699719ec</IdRule>
<IdVehicle>bc5077a5-a267-4c5c-842e-6373f163add8</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-06-12T01:23:43.9209242Z</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>3b3dca36-0e8b-471f-9f01-7cb23fbfb135</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>709c96aa-c9f8-47b3-9e48-7afe772e7d8f</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c163bad0-2fbb-46e6-bc9f-0734627b97b2</d4p1:guid>
<d4p1:guid>70845d56-aeec-4196-8018-0452fdcc8d10</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>0956fe14-2e57-4334-b24b-29d5bc7cf020</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-06-12T01:23:43.9209242Z</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>3b3dca36-0e8b-471f-9f01-7cb23fbfb135</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>709c96aa-c9f8-47b3-9e48-7afe772e7d8f</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c163bad0-2fbb-46e6-bc9f-0734627b97b2</d4p1:guid>
<d4p1:guid>70845d56-aeec-4196-8018-0452fdcc8d10</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>0956fe14-2e57-4334-b24b-29d5bc7cf020</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-06-12T01:23:43.9209242Z</UpdateStateDate>
<UserId>0a52cfd8-fc95-41f7-bd31-b68ad312c618</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>071bed75-a55d-4b3c-a44b-c74b1b5b3eb2</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>e45bd62f-3d8d-4566-b0ec-0a2d07fdc25b</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>ea46c360-27e0-4c5c-a160-61849f6cda7d</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>ea46c360-27e0-4c5c-a160-61849f6cda7d</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>