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": "bd131914-c39c-4acb-8037-834e25a411fc",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-08-03T19:18:06.6605795Z",
"LastEngineHoursDate": "2026-08-03T19:18:06.6605795Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "416740b0-182c-40e2-a8ad-ff6b86d60f46",
"FleetDescription": "sample string 10",
"CompanyId": "e6f28a1b-1915-4bfc-9dae-b013f131ab0d",
"CompanyName": "sample string 12",
"VehiclesClassId": "5c6c9480-07d2-43e5-9dfe-b4b7fef45600",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "f3b9b618-3998-4c92-b55e-0898d97d88e4",
"Clasification1Description": "sample string 15",
"Clasification2Id": "4bbcbf38-dd25-4dc1-bbba-75ab04300f1d",
"Clasification2Description": "sample string 16",
"Clasification3Id": "7a71ed8e-9243-41f8-900f-0315c8b74221",
"Clasification3Description": "sample string 17",
"Clasification4Id": "cbabd599-37d6-451d-bd03-d37ad1d82f2c",
"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": "390f09a3-f1e2-49a6-a058-86396adc4130",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "390f09a3-f1e2-49a6-a058-86396adc4130",
"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": "10f3dd85-4015-40bb-80ce-7e30b739b16f",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3cc2989c-fcea-44cb-bb5a-222e32d41d34",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "10f3dd85-4015-40bb-80ce-7e30b739b16f",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "3cc2989c-fcea-44cb-bb5a-222e32d41d34",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "6bd37838-c2ff-48fd-93e2-30e500551fdb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "95fbf476-94be-48a8-8f44-b8d9b5355f8a",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "6bd37838-c2ff-48fd-93e2-30e500551fdb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "95fbf476-94be-48a8-8f44-b8d9b5355f8a",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "31766878-4478-45f5-af88-3ef6ab618ce6",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "47690f32-6489-477e-855d-9342bfcb5493",
"TypeModelId": "549b1c19-6419-4686-8832-eb7ddabebdf8",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "47690f32-6489-477e-855d-9342bfcb5493",
"TypeModelId": "549b1c19-6419-4686-8832-eb7ddabebdf8",
"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": "61c529d5-0ff8-406e-a564-738fd41e21a9",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "40c4a1a2-ebb6-4fbf-bf44-4d0f9296b1e7",
"CurrencyCode": "sample string 8",
"FuelMasterId": "66242ed0-0141-49f6-af42-c6e0c673a69b",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "31766878-4478-45f5-af88-3ef6ab618ce6",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "47690f32-6489-477e-855d-9342bfcb5493",
"TypeModelId": "549b1c19-6419-4686-8832-eb7ddabebdf8",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "47690f32-6489-477e-855d-9342bfcb5493",
"TypeModelId": "549b1c19-6419-4686-8832-eb7ddabebdf8",
"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": "61c529d5-0ff8-406e-a564-738fd41e21a9",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "40c4a1a2-ebb6-4fbf-bf44-4d0f9296b1e7",
"CurrencyCode": "sample string 8",
"FuelMasterId": "66242ed0-0141-49f6-af42-c6e0c673a69b",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "03324717-204e-4c6a-8e86-f7638ee93160",
"CompanyContractId": "fa07eb26-d800-459f-98e3-1909e7d2233c",
"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": "03324717-204e-4c6a-8e86-f7638ee93160",
"CompanyContractId": "fa07eb26-d800-459f-98e3-1909e7d2233c",
"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": "475dd622-46ad-4f87-adc1-6d6d9b273658",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "03324717-204e-4c6a-8e86-f7638ee93160",
"CompanyContractId": "fa07eb26-d800-459f-98e3-1909e7d2233c",
"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": "475dd622-46ad-4f87-adc1-6d6d9b273658",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "03324717-204e-4c6a-8e86-f7638ee93160",
"CompanyContractId": "fa07eb26-d800-459f-98e3-1909e7d2233c",
"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": "d9abae6c-8003-4f86-aa98-ba0e8ab6e348",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "6e4f753e-17b8-4714-8322-363a28996163",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "862a360d-4e12-45b5-bd89-7302c99f1630",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "6e4f753e-17b8-4714-8322-363a28996163",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "862a360d-4e12-45b5-bd89-7302c99f1630",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "a25b8c2e-362f-4faa-8a17-bd663669fb23",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "a25b8c2e-362f-4faa-8a17-bd663669fb23",
"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": "9d3003f5-df2e-4e46-9fc0-16d8963a4ba9",
"NetworkId": "1a15e953-2ee1-4662-9553-5660501f652f",
"NotificationFormatId": "97d3b36c-4d36-4f07-bea9-9262024659bf",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:18:06.6605795Z",
"UserAtionetCreatedId": "8f0ff1ef-0dd1-4fe1-9876-cb53d752a92b",
"UserAtionetDestinationId": "ca6e4552-eacb-4225-ac5d-2fcbb4af1941",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "57998a7b-d8b7-4355-8d96-430d1fcb6b06",
"IdMerchant": "23381686-9b51-4d78-a5f3-1a48f947b66a",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "67c17096-7c02-4ee0-9a48-64fc1ca5dae7",
"DriverId": "97fb3ab8-4639-4494-a376-8928cb493ab1",
"CreatedDateString": "2026/08/03 19:18"
},
{
"Id": "9d3003f5-df2e-4e46-9fc0-16d8963a4ba9",
"NetworkId": "1a15e953-2ee1-4662-9553-5660501f652f",
"NotificationFormatId": "97d3b36c-4d36-4f07-bea9-9262024659bf",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:18:06.6605795Z",
"UserAtionetCreatedId": "8f0ff1ef-0dd1-4fe1-9876-cb53d752a92b",
"UserAtionetDestinationId": "ca6e4552-eacb-4225-ac5d-2fcbb4af1941",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "57998a7b-d8b7-4355-8d96-430d1fcb6b06",
"IdMerchant": "23381686-9b51-4d78-a5f3-1a48f947b66a",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "67c17096-7c02-4ee0-9a48-64fc1ca5dae7",
"DriverId": "97fb3ab8-4639-4494-a376-8928cb493ab1",
"CreatedDateString": "2026/08/03 19:18"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "1f89c62c-130d-4cf5-968e-152c6e751bb8",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:18:06.6605795Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"1fa314a7-397e-4029-bfa4-20d9f937254c",
"ee2078ee-4bda-4618-af9d-dd874beda98a"
],
"DriverId": "1fbb6f6c-3beb-477e-abef-a73aed0d0e00",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "41231fcc-64bf-4cdb-a0fc-535e50f402b8",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "1f89c62c-130d-4cf5-968e-152c6e751bb8",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:18:06.6605795Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"1fa314a7-397e-4029-bfa4-20d9f937254c",
"ee2078ee-4bda-4618-af9d-dd874beda98a"
],
"DriverId": "1fbb6f6c-3beb-477e-abef-a73aed0d0e00",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "41231fcc-64bf-4cdb-a0fc-535e50f402b8",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-08-03T19:18:06.6605795Z",
"NetworkCreationDate": "2026-08-03T19:18:06.6605795Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "3c323b28-d218-403e-b61f-9eba2be87058",
"State": 64,
"UpdateStateDate": "2026-08-03T19:18:06.6605795Z",
"NetworkUpdateStateDate": "2026-08-03T19:18:06.6605795Z",
"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>40c4a1a2-ebb6-4fbf-bf44-4d0f9296b1e7</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>66242ed0-0141-49f6-af42-c6e0c673a69b</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>61c529d5-0ff8-406e-a564-738fd41e21a9</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>47690f32-6489-477e-855d-9342bfcb5493</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>549b1c19-6419-4686-8832-eb7ddabebdf8</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>47690f32-6489-477e-855d-9342bfcb5493</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>549b1c19-6419-4686-8832-eb7ddabebdf8</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>31766878-4478-45f5-af88-3ef6ab618ce6</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>40c4a1a2-ebb6-4fbf-bf44-4d0f9296b1e7</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>66242ed0-0141-49f6-af42-c6e0c673a69b</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>61c529d5-0ff8-406e-a564-738fd41e21a9</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>47690f32-6489-477e-855d-9342bfcb5493</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>549b1c19-6419-4686-8832-eb7ddabebdf8</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>47690f32-6489-477e-855d-9342bfcb5493</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>549b1c19-6419-4686-8832-eb7ddabebdf8</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>31766878-4478-45f5-af88-3ef6ab618ce6</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>f3b9b618-3998-4c92-b55e-0898d97d88e4</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>4bbcbf38-dd25-4dc1-bbba-75ab04300f1d</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>7a71ed8e-9243-41f8-900f-0315c8b74221</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>cbabd599-37d6-451d-bd03-d37ad1d82f2c</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>e6f28a1b-1915-4bfc-9dae-b013f131ab0d</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-08-03T19:18:06.6605795Z</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>a25b8c2e-362f-4faa-8a17-bd663669fb23</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>a25b8c2e-362f-4faa-8a17-bd663669fb23</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>416740b0-182c-40e2-a8ad-ff6b86d60f46</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>fa07eb26-d800-459f-98e3-1909e7d2233c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03324717-204e-4c6a-8e86-f7638ee93160</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>475dd622-46ad-4f87-adc1-6d6d9b273658</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>fa07eb26-d800-459f-98e3-1909e7d2233c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03324717-204e-4c6a-8e86-f7638ee93160</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>475dd622-46ad-4f87-adc1-6d6d9b273658</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>95fbf476-94be-48a8-8f44-b8d9b5355f8a</IdFleet>
<IdRule>6bd37838-c2ff-48fd-93e2-30e500551fdb</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>95fbf476-94be-48a8-8f44-b8d9b5355f8a</IdFleet>
<IdRule>6bd37838-c2ff-48fd-93e2-30e500551fdb</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>bd131914-c39c-4acb-8037-834e25a411fc</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>862a360d-4e12-45b5-bd89-7302c99f1630</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>6e4f753e-17b8-4714-8322-363a28996163</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>862a360d-4e12-45b5-bd89-7302c99f1630</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>6e4f753e-17b8-4714-8322-363a28996163</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-08-03T19:18:06.6605795Z</LastEngineHoursDate>
<LastOdometerDate>2026-08-03T19:18:06.6605795Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-08-03T19:18:06.6605795Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-08-03T19:18:06.6605795Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:18:06.6605795Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>97fb3ab8-4639-4494-a376-8928cb493ab1</DriverId>
<Id>9d3003f5-df2e-4e46-9fc0-16d8963a4ba9</Id>
<IdCompany>57998a7b-d8b7-4355-8d96-430d1fcb6b06</IdCompany>
<IdMerchant>23381686-9b51-4d78-a5f3-1a48f947b66a</IdMerchant>
<Message />
<NetworkId>1a15e953-2ee1-4662-9553-5660501f652f</NetworkId>
<NotificationFormatId>97d3b36c-4d36-4f07-bea9-9262024659bf</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>8f0ff1ef-0dd1-4fe1-9876-cb53d752a92b</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ca6e4552-eacb-4225-ac5d-2fcbb4af1941</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>67c17096-7c02-4ee0-9a48-64fc1ca5dae7</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:18:06.6605795Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>97fb3ab8-4639-4494-a376-8928cb493ab1</DriverId>
<Id>9d3003f5-df2e-4e46-9fc0-16d8963a4ba9</Id>
<IdCompany>57998a7b-d8b7-4355-8d96-430d1fcb6b06</IdCompany>
<IdMerchant>23381686-9b51-4d78-a5f3-1a48f947b66a</IdMerchant>
<Message />
<NetworkId>1a15e953-2ee1-4662-9553-5660501f652f</NetworkId>
<NotificationFormatId>97d3b36c-4d36-4f07-bea9-9262024659bf</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>8f0ff1ef-0dd1-4fe1-9876-cb53d752a92b</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>ca6e4552-eacb-4225-ac5d-2fcbb4af1941</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>67c17096-7c02-4ee0-9a48-64fc1ca5dae7</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>fa07eb26-d800-459f-98e3-1909e7d2233c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03324717-204e-4c6a-8e86-f7638ee93160</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>fa07eb26-d800-459f-98e3-1909e7d2233c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03324717-204e-4c6a-8e86-f7638ee93160</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>10f3dd85-4015-40bb-80ce-7e30b739b16f</IdRule>
<IdVehicle>3cc2989c-fcea-44cb-bb5a-222e32d41d34</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>10f3dd85-4015-40bb-80ce-7e30b739b16f</IdRule>
<IdVehicle>3cc2989c-fcea-44cb-bb5a-222e32d41d34</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-08-03T19:18:06.6605795Z</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>1fbb6f6c-3beb-477e-abef-a73aed0d0e00</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>1f89c62c-130d-4cf5-968e-152c6e751bb8</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>1fa314a7-397e-4029-bfa4-20d9f937254c</d4p1:guid>
<d4p1:guid>ee2078ee-4bda-4618-af9d-dd874beda98a</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>41231fcc-64bf-4cdb-a0fc-535e50f402b8</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-08-03T19:18:06.6605795Z</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>1fbb6f6c-3beb-477e-abef-a73aed0d0e00</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>1f89c62c-130d-4cf5-968e-152c6e751bb8</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>1fa314a7-397e-4029-bfa4-20d9f937254c</d4p1:guid>
<d4p1:guid>ee2078ee-4bda-4618-af9d-dd874beda98a</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>41231fcc-64bf-4cdb-a0fc-535e50f402b8</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-08-03T19:18:06.6605795Z</UpdateStateDate>
<UserId>3c323b28-d218-403e-b61f-9eba2be87058</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>d9abae6c-8003-4f86-aa98-ba0e8ab6e348</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>5c6c9480-07d2-43e5-9dfe-b4b7fef45600</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>390f09a3-f1e2-49a6-a058-86396adc4130</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>390f09a3-f1e2-49a6-a058-86396adc4130</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": "e155ba2a-d24d-4665-8f83-1d018f444caa",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2026-08-03T19:18:06.6605795Z",
"LastEngineHoursDate": "2026-08-03T19:18:06.6605795Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "a8f0c9bf-4f6b-4a61-97f9-17495c06c1aa",
"FleetDescription": "sample string 10",
"CompanyId": "9629b5b5-cbf8-4bf6-8510-a2bfd02075ee",
"CompanyName": "sample string 12",
"VehiclesClassId": "cbdab862-be06-4972-9d18-970bb78b51b7",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "87fe8820-1f6c-47e8-9d4b-ca6598ad951b",
"Clasification1Description": "sample string 15",
"Clasification2Id": "d04c5e34-cdbe-4156-b79f-7af53b54a857",
"Clasification2Description": "sample string 16",
"Clasification3Id": "b9338264-8d77-4180-8e4c-19d914501cfa",
"Clasification3Description": "sample string 17",
"Clasification4Id": "b1716d4d-fa95-4de8-bfe8-93920d037263",
"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": "fcdcdf9f-d02a-47be-81ca-70858d2efcb5",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "fcdcdf9f-d02a-47be-81ca-70858d2efcb5",
"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": "da23c323-f29a-4d0d-bcb0-53feecd053f8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "0bbd22b2-549e-431d-99fe-45a1ac60ce5d",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "da23c323-f29a-4d0d-bcb0-53feecd053f8",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "0bbd22b2-549e-431d-99fe-45a1ac60ce5d",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "92f663fd-8663-4078-962a-b7b054b09301",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "44170371-8b66-4c9c-81a2-942c2f9e9aac",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "92f663fd-8663-4078-962a-b7b054b09301",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "44170371-8b66-4c9c-81a2-942c2f9e9aac",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "b46a8442-66f2-4338-9d41-14d8c11c2269",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "dc51251f-3002-4e0b-a655-bc0b3413e9db",
"TypeModelId": "7920cc4b-a967-437c-990d-f0e9b17f7ad2",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "dc51251f-3002-4e0b-a655-bc0b3413e9db",
"TypeModelId": "7920cc4b-a967-437c-990d-f0e9b17f7ad2",
"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": "eca22f67-32ee-4966-aeab-309a13a69296",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "af3b4070-6319-4ca5-b73a-7aa1de229611",
"CurrencyCode": "sample string 8",
"FuelMasterId": "b560d71b-0570-412a-9005-a46aa6bb4201",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "b46a8442-66f2-4338-9d41-14d8c11c2269",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "dc51251f-3002-4e0b-a655-bc0b3413e9db",
"TypeModelId": "7920cc4b-a967-437c-990d-f0e9b17f7ad2",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "dc51251f-3002-4e0b-a655-bc0b3413e9db",
"TypeModelId": "7920cc4b-a967-437c-990d-f0e9b17f7ad2",
"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": "eca22f67-32ee-4966-aeab-309a13a69296",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "af3b4070-6319-4ca5-b73a-7aa1de229611",
"CurrencyCode": "sample string 8",
"FuelMasterId": "b560d71b-0570-412a-9005-a46aa6bb4201",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "31d26262-9fb6-43a6-9697-b21ad429f9d8",
"CompanyContractId": "9cebd0d0-3f26-490d-a482-1438ef1e0433",
"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": "31d26262-9fb6-43a6-9697-b21ad429f9d8",
"CompanyContractId": "9cebd0d0-3f26-490d-a482-1438ef1e0433",
"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": "86549493-81f9-4b98-986e-f6f5ba990879",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "31d26262-9fb6-43a6-9697-b21ad429f9d8",
"CompanyContractId": "9cebd0d0-3f26-490d-a482-1438ef1e0433",
"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": "86549493-81f9-4b98-986e-f6f5ba990879",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "31d26262-9fb6-43a6-9697-b21ad429f9d8",
"CompanyContractId": "9cebd0d0-3f26-490d-a482-1438ef1e0433",
"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": "1a5459ac-74b0-4ce7-9563-da96d399a97d",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "ad81b4c3-0c31-448e-9edf-f78f6da098ed",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f208048c-569b-4d1a-a841-4a2c3cce56f6",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "ad81b4c3-0c31-448e-9edf-f78f6da098ed",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "f208048c-569b-4d1a-a841-4a2c3cce56f6",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "1d6d5a8c-9234-4b78-99ef-dd4e587c1518",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "1d6d5a8c-9234-4b78-99ef-dd4e587c1518",
"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": "5926f0df-e8c0-49f0-ae47-8d3415119965",
"NetworkId": "d31750b7-7527-4a79-8e89-25749ad51167",
"NotificationFormatId": "f0890827-4e3c-4bf8-9d63-9480340ce6a3",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:18:06.6605795Z",
"UserAtionetCreatedId": "aa584a89-04fe-4e4c-bb64-5d753c8941fc",
"UserAtionetDestinationId": "f8d1fd4f-b65d-49ba-b189-590ce3dbcbc8",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "6db2b588-73ac-4a20-9d06-95bbd9e54887",
"IdMerchant": "80579af9-7943-4345-874d-0edce30de639",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "224da732-1cd8-4f94-b1c4-bb88fd840004",
"DriverId": "d3f4deaf-b786-498d-9d4e-092751f37e75",
"CreatedDateString": "2026/08/03 19:18"
},
{
"Id": "5926f0df-e8c0-49f0-ae47-8d3415119965",
"NetworkId": "d31750b7-7527-4a79-8e89-25749ad51167",
"NotificationFormatId": "f0890827-4e3c-4bf8-9d63-9480340ce6a3",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-08-03T19:18:06.6605795Z",
"UserAtionetCreatedId": "aa584a89-04fe-4e4c-bb64-5d753c8941fc",
"UserAtionetDestinationId": "f8d1fd4f-b65d-49ba-b189-590ce3dbcbc8",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "6db2b588-73ac-4a20-9d06-95bbd9e54887",
"IdMerchant": "80579af9-7943-4345-874d-0edce30de639",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "224da732-1cd8-4f94-b1c4-bb88fd840004",
"DriverId": "d3f4deaf-b786-498d-9d4e-092751f37e75",
"CreatedDateString": "2026/08/03 19:18"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "2373c13a-3de1-4583-9faf-43e4fe432bfc",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:18:06.6605795Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"53a9e12f-06c1-471a-ad38-9b6fd38e1e8d",
"e10f7817-9bed-417e-be62-67bd1e36d7a9"
],
"DriverId": "01117e72-1644-4a96-8f83-735261c9f1d1",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "cf4c2b05-979b-4569-9ca7-0c70c33cb321",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "2373c13a-3de1-4583-9faf-43e4fe432bfc",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-08-03T19:18:06.6605795Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"53a9e12f-06c1-471a-ad38-9b6fd38e1e8d",
"e10f7817-9bed-417e-be62-67bd1e36d7a9"
],
"DriverId": "01117e72-1644-4a96-8f83-735261c9f1d1",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "cf4c2b05-979b-4569-9ca7-0c70c33cb321",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2026-08-03T19:18:06.6605795Z",
"NetworkCreationDate": "2026-08-03T19:18:06.6605795Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "2eaf5237-afd5-4c4d-ad1e-33df0277754d",
"State": 64,
"UpdateStateDate": "2026-08-03T19:18:06.6605795Z",
"NetworkUpdateStateDate": "2026-08-03T19:18:06.6605795Z",
"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>af3b4070-6319-4ca5-b73a-7aa1de229611</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>b560d71b-0570-412a-9005-a46aa6bb4201</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>eca22f67-32ee-4966-aeab-309a13a69296</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>dc51251f-3002-4e0b-a655-bc0b3413e9db</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>7920cc4b-a967-437c-990d-f0e9b17f7ad2</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>dc51251f-3002-4e0b-a655-bc0b3413e9db</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>7920cc4b-a967-437c-990d-f0e9b17f7ad2</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>b46a8442-66f2-4338-9d41-14d8c11c2269</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>af3b4070-6319-4ca5-b73a-7aa1de229611</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>b560d71b-0570-412a-9005-a46aa6bb4201</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>eca22f67-32ee-4966-aeab-309a13a69296</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>dc51251f-3002-4e0b-a655-bc0b3413e9db</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>7920cc4b-a967-437c-990d-f0e9b17f7ad2</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>dc51251f-3002-4e0b-a655-bc0b3413e9db</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>7920cc4b-a967-437c-990d-f0e9b17f7ad2</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>b46a8442-66f2-4338-9d41-14d8c11c2269</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>87fe8820-1f6c-47e8-9d4b-ca6598ad951b</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>d04c5e34-cdbe-4156-b79f-7af53b54a857</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>b9338264-8d77-4180-8e4c-19d914501cfa</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>b1716d4d-fa95-4de8-bfe8-93920d037263</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>9629b5b5-cbf8-4bf6-8510-a2bfd02075ee</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2026-08-03T19:18:06.6605795Z</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>1d6d5a8c-9234-4b78-99ef-dd4e587c1518</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>1d6d5a8c-9234-4b78-99ef-dd4e587c1518</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>a8f0c9bf-4f6b-4a61-97f9-17495c06c1aa</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>9cebd0d0-3f26-490d-a482-1438ef1e0433</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>31d26262-9fb6-43a6-9697-b21ad429f9d8</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>86549493-81f9-4b98-986e-f6f5ba990879</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>9cebd0d0-3f26-490d-a482-1438ef1e0433</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>31d26262-9fb6-43a6-9697-b21ad429f9d8</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>86549493-81f9-4b98-986e-f6f5ba990879</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>44170371-8b66-4c9c-81a2-942c2f9e9aac</IdFleet>
<IdRule>92f663fd-8663-4078-962a-b7b054b09301</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>44170371-8b66-4c9c-81a2-942c2f9e9aac</IdFleet>
<IdRule>92f663fd-8663-4078-962a-b7b054b09301</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>e155ba2a-d24d-4665-8f83-1d018f444caa</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>f208048c-569b-4d1a-a841-4a2c3cce56f6</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>ad81b4c3-0c31-448e-9edf-f78f6da098ed</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>f208048c-569b-4d1a-a841-4a2c3cce56f6</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>ad81b4c3-0c31-448e-9edf-f78f6da098ed</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-08-03T19:18:06.6605795Z</LastEngineHoursDate>
<LastOdometerDate>2026-08-03T19:18:06.6605795Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2026-08-03T19:18:06.6605795Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2026-08-03T19:18:06.6605795Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:18:06.6605795Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>d3f4deaf-b786-498d-9d4e-092751f37e75</DriverId>
<Id>5926f0df-e8c0-49f0-ae47-8d3415119965</Id>
<IdCompany>6db2b588-73ac-4a20-9d06-95bbd9e54887</IdCompany>
<IdMerchant>80579af9-7943-4345-874d-0edce30de639</IdMerchant>
<Message />
<NetworkId>d31750b7-7527-4a79-8e89-25749ad51167</NetworkId>
<NotificationFormatId>f0890827-4e3c-4bf8-9d63-9480340ce6a3</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>aa584a89-04fe-4e4c-bb64-5d753c8941fc</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>f8d1fd4f-b65d-49ba-b189-590ce3dbcbc8</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>224da732-1cd8-4f94-b1c4-bb88fd840004</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-08-03T19:18:06.6605795Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>d3f4deaf-b786-498d-9d4e-092751f37e75</DriverId>
<Id>5926f0df-e8c0-49f0-ae47-8d3415119965</Id>
<IdCompany>6db2b588-73ac-4a20-9d06-95bbd9e54887</IdCompany>
<IdMerchant>80579af9-7943-4345-874d-0edce30de639</IdMerchant>
<Message />
<NetworkId>d31750b7-7527-4a79-8e89-25749ad51167</NetworkId>
<NotificationFormatId>f0890827-4e3c-4bf8-9d63-9480340ce6a3</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>aa584a89-04fe-4e4c-bb64-5d753c8941fc</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>f8d1fd4f-b65d-49ba-b189-590ce3dbcbc8</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>224da732-1cd8-4f94-b1c4-bb88fd840004</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>9cebd0d0-3f26-490d-a482-1438ef1e0433</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>31d26262-9fb6-43a6-9697-b21ad429f9d8</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>9cebd0d0-3f26-490d-a482-1438ef1e0433</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>31d26262-9fb6-43a6-9697-b21ad429f9d8</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>da23c323-f29a-4d0d-bcb0-53feecd053f8</IdRule>
<IdVehicle>0bbd22b2-549e-431d-99fe-45a1ac60ce5d</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>da23c323-f29a-4d0d-bcb0-53feecd053f8</IdRule>
<IdVehicle>0bbd22b2-549e-431d-99fe-45a1ac60ce5d</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-08-03T19:18:06.6605795Z</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>01117e72-1644-4a96-8f83-735261c9f1d1</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2373c13a-3de1-4583-9faf-43e4fe432bfc</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>53a9e12f-06c1-471a-ad38-9b6fd38e1e8d</d4p1:guid>
<d4p1:guid>e10f7817-9bed-417e-be62-67bd1e36d7a9</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>cf4c2b05-979b-4569-9ca7-0c70c33cb321</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-08-03T19:18:06.6605795Z</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>01117e72-1644-4a96-8f83-735261c9f1d1</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>2373c13a-3de1-4583-9faf-43e4fe432bfc</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>53a9e12f-06c1-471a-ad38-9b6fd38e1e8d</d4p1:guid>
<d4p1:guid>e10f7817-9bed-417e-be62-67bd1e36d7a9</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>cf4c2b05-979b-4569-9ca7-0c70c33cb321</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2026-08-03T19:18:06.6605795Z</UpdateStateDate>
<UserId>2eaf5237-afd5-4c4d-ad1e-33df0277754d</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>1a5459ac-74b0-4ce7-9563-da96d399a97d</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>cbdab862-be06-4972-9d18-970bb78b51b7</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>fcdcdf9f-d02a-47be-81ca-70858d2efcb5</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>fcdcdf9f-d02a-47be-81ca-70858d2efcb5</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>