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": "c949b6cc-b0dd-4fe2-b5a0-659462e21f2b",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2025-12-15T12:59:07.4499336Z",
"LastEngineHoursDate": "2025-12-15T12:59:07.4499336Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "fe6887db-1211-4eef-b084-8be21bf3a043",
"FleetDescription": "sample string 10",
"CompanyId": "ce4babed-0559-4d46-917d-f03ae15b7d5e",
"CompanyName": "sample string 12",
"VehiclesClassId": "74a9a405-5c90-42ed-aa8d-451fe1b29a24",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "aeb8a41d-ab7b-4d46-bde0-c83d9c6f2dca",
"Clasification1Description": "sample string 15",
"Clasification2Id": "d811f9b4-67b6-4081-b135-d56552e1cc39",
"Clasification2Description": "sample string 16",
"Clasification3Id": "594388e1-78ea-46f1-b2dd-64ae7f301572",
"Clasification3Description": "sample string 17",
"Clasification4Id": "26f5b0b9-bf3b-4a0b-884e-4871a2722f4f",
"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": "42b39149-97c7-401e-ba80-696f8cfd63fd",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "42b39149-97c7-401e-ba80-696f8cfd63fd",
"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": "22ea9d3a-dd07-4185-82de-d3e27ce63fb7",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "2c02f674-991c-4cb1-808b-d886cc467db1",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "22ea9d3a-dd07-4185-82de-d3e27ce63fb7",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "2c02f674-991c-4cb1-808b-d886cc467db1",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "9484e981-5e62-4822-a709-f37d84830feb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "89dd1d77-7052-48d1-819c-42b7a7b70529",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "9484e981-5e62-4822-a709-f37d84830feb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "89dd1d77-7052-48d1-819c-42b7a7b70529",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "1a8a0ce1-14e6-4851-b805-0f54a54b1264",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "842be1c2-bb31-41c8-9ca8-2dd526f55717",
"TypeModelId": "6b337d00-5623-467e-9fd5-b9690e00ee41",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "842be1c2-bb31-41c8-9ca8-2dd526f55717",
"TypeModelId": "6b337d00-5623-467e-9fd5-b9690e00ee41",
"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": "236edc19-c107-4098-ac40-a3710d4aa6d5",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "480e1b18-22bf-4da6-b589-46211783f888",
"CurrencyCode": "sample string 8",
"FuelMasterId": "3d1a8f73-929d-4960-bd53-945cded47892",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "1a8a0ce1-14e6-4851-b805-0f54a54b1264",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "842be1c2-bb31-41c8-9ca8-2dd526f55717",
"TypeModelId": "6b337d00-5623-467e-9fd5-b9690e00ee41",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "842be1c2-bb31-41c8-9ca8-2dd526f55717",
"TypeModelId": "6b337d00-5623-467e-9fd5-b9690e00ee41",
"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": "236edc19-c107-4098-ac40-a3710d4aa6d5",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "480e1b18-22bf-4da6-b589-46211783f888",
"CurrencyCode": "sample string 8",
"FuelMasterId": "3d1a8f73-929d-4960-bd53-945cded47892",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "abd1ce6a-e0c3-404c-8f31-a19c6ecbd676",
"CompanyContractId": "4af9381b-0ee3-4a42-a78f-1e2f0dc9297a",
"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": "abd1ce6a-e0c3-404c-8f31-a19c6ecbd676",
"CompanyContractId": "4af9381b-0ee3-4a42-a78f-1e2f0dc9297a",
"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": "9f67f3f9-d4da-463e-ac9b-1ee286624ce7",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "abd1ce6a-e0c3-404c-8f31-a19c6ecbd676",
"CompanyContractId": "4af9381b-0ee3-4a42-a78f-1e2f0dc9297a",
"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": "9f67f3f9-d4da-463e-ac9b-1ee286624ce7",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "abd1ce6a-e0c3-404c-8f31-a19c6ecbd676",
"CompanyContractId": "4af9381b-0ee3-4a42-a78f-1e2f0dc9297a",
"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": "8cfb5ba6-dc1e-4a8c-9166-d5ff9fb6d6de",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "2cb32841-0e2b-4edd-b78b-aae9e79e3799",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "6b1c3283-0561-437f-9c64-398dad1be264",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "2cb32841-0e2b-4edd-b78b-aae9e79e3799",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "6b1c3283-0561-437f-9c64-398dad1be264",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "1e7904c3-fed7-48b2-9aba-99a1b058f18d",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "1e7904c3-fed7-48b2-9aba-99a1b058f18d",
"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": "e207f40d-2be7-4bae-936b-8439eaa5a532",
"NetworkId": "8bfd5203-353a-4d12-a8d3-f79a2865e181",
"NotificationFormatId": "7c7e1285-bce9-413f-8344-a4b1653a10a8",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-15T12:59:07.4499336Z",
"UserAtionetCreatedId": "4955bda1-e34c-4cce-9e24-5934d6532515",
"UserAtionetDestinationId": "33979e39-01ae-4a4c-8076-d2f5b0b42700",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "e0cd1cec-cce2-489c-83fe-58936d238bf1",
"IdMerchant": "f1260a68-26ab-4642-a4a4-263d281f60ac",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c4527f19-19a9-4cb3-91ce-9f8b92264c85",
"DriverId": "56d8ecfb-aafb-4ed4-81dd-06b9ab9fdd10",
"CreatedDateString": "2025/12/15 12:59"
},
{
"Id": "e207f40d-2be7-4bae-936b-8439eaa5a532",
"NetworkId": "8bfd5203-353a-4d12-a8d3-f79a2865e181",
"NotificationFormatId": "7c7e1285-bce9-413f-8344-a4b1653a10a8",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-15T12:59:07.4499336Z",
"UserAtionetCreatedId": "4955bda1-e34c-4cce-9e24-5934d6532515",
"UserAtionetDestinationId": "33979e39-01ae-4a4c-8076-d2f5b0b42700",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "e0cd1cec-cce2-489c-83fe-58936d238bf1",
"IdMerchant": "f1260a68-26ab-4642-a4a4-263d281f60ac",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c4527f19-19a9-4cb3-91ce-9f8b92264c85",
"DriverId": "56d8ecfb-aafb-4ed4-81dd-06b9ab9fdd10",
"CreatedDateString": "2025/12/15 12:59"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "0f5b7633-d7c9-418e-b8f3-90d1d096a11c",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-15T12:59:07.4499336Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"25414433-8529-4e2a-9c53-743c2807c382",
"0e807d90-94b0-4152-9ee6-af004e65d5c9"
],
"DriverId": "950aa491-4c7d-4ac0-8d59-71647b77e1bc",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "b6eb4070-68c3-41c0-9130-924c763fef67",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "0f5b7633-d7c9-418e-b8f3-90d1d096a11c",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-15T12:59:07.4499336Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"25414433-8529-4e2a-9c53-743c2807c382",
"0e807d90-94b0-4152-9ee6-af004e65d5c9"
],
"DriverId": "950aa491-4c7d-4ac0-8d59-71647b77e1bc",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "b6eb4070-68c3-41c0-9130-924c763fef67",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2025-12-15T12:59:07.4499336Z",
"NetworkCreationDate": "2025-12-15T12:59:07.4499336Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "d6a39c95-76c8-4f9a-9330-7f8f6bd8a653",
"State": 64,
"UpdateStateDate": "2025-12-15T12:59:07.4499336Z",
"NetworkUpdateStateDate": "2025-12-15T12:59:07.4499336Z",
"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>480e1b18-22bf-4da6-b589-46211783f888</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>3d1a8f73-929d-4960-bd53-945cded47892</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>236edc19-c107-4098-ac40-a3710d4aa6d5</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>842be1c2-bb31-41c8-9ca8-2dd526f55717</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>6b337d00-5623-467e-9fd5-b9690e00ee41</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>842be1c2-bb31-41c8-9ca8-2dd526f55717</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>6b337d00-5623-467e-9fd5-b9690e00ee41</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>1a8a0ce1-14e6-4851-b805-0f54a54b1264</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>480e1b18-22bf-4da6-b589-46211783f888</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>3d1a8f73-929d-4960-bd53-945cded47892</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>236edc19-c107-4098-ac40-a3710d4aa6d5</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>842be1c2-bb31-41c8-9ca8-2dd526f55717</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>6b337d00-5623-467e-9fd5-b9690e00ee41</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>842be1c2-bb31-41c8-9ca8-2dd526f55717</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>6b337d00-5623-467e-9fd5-b9690e00ee41</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>1a8a0ce1-14e6-4851-b805-0f54a54b1264</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>aeb8a41d-ab7b-4d46-bde0-c83d9c6f2dca</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>d811f9b4-67b6-4081-b135-d56552e1cc39</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>594388e1-78ea-46f1-b2dd-64ae7f301572</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>26f5b0b9-bf3b-4a0b-884e-4871a2722f4f</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>ce4babed-0559-4d46-917d-f03ae15b7d5e</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2025-12-15T12:59:07.4499336Z</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>1e7904c3-fed7-48b2-9aba-99a1b058f18d</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>1e7904c3-fed7-48b2-9aba-99a1b058f18d</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>fe6887db-1211-4eef-b084-8be21bf3a043</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>4af9381b-0ee3-4a42-a78f-1e2f0dc9297a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>abd1ce6a-e0c3-404c-8f31-a19c6ecbd676</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>9f67f3f9-d4da-463e-ac9b-1ee286624ce7</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>4af9381b-0ee3-4a42-a78f-1e2f0dc9297a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>abd1ce6a-e0c3-404c-8f31-a19c6ecbd676</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>9f67f3f9-d4da-463e-ac9b-1ee286624ce7</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>89dd1d77-7052-48d1-819c-42b7a7b70529</IdFleet>
<IdRule>9484e981-5e62-4822-a709-f37d84830feb</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>89dd1d77-7052-48d1-819c-42b7a7b70529</IdFleet>
<IdRule>9484e981-5e62-4822-a709-f37d84830feb</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>c949b6cc-b0dd-4fe2-b5a0-659462e21f2b</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>6b1c3283-0561-437f-9c64-398dad1be264</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>2cb32841-0e2b-4edd-b78b-aae9e79e3799</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>6b1c3283-0561-437f-9c64-398dad1be264</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>2cb32841-0e2b-4edd-b78b-aae9e79e3799</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>2025-12-15T12:59:07.4499336Z</LastEngineHoursDate>
<LastOdometerDate>2025-12-15T12:59:07.4499336Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2025-12-15T12:59:07.4499336Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2025-12-15T12:59:07.4499336Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-15T12:59:07.4499336Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>56d8ecfb-aafb-4ed4-81dd-06b9ab9fdd10</DriverId>
<Id>e207f40d-2be7-4bae-936b-8439eaa5a532</Id>
<IdCompany>e0cd1cec-cce2-489c-83fe-58936d238bf1</IdCompany>
<IdMerchant>f1260a68-26ab-4642-a4a4-263d281f60ac</IdMerchant>
<Message />
<NetworkId>8bfd5203-353a-4d12-a8d3-f79a2865e181</NetworkId>
<NotificationFormatId>7c7e1285-bce9-413f-8344-a4b1653a10a8</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>4955bda1-e34c-4cce-9e24-5934d6532515</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>33979e39-01ae-4a4c-8076-d2f5b0b42700</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c4527f19-19a9-4cb3-91ce-9f8b92264c85</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-15T12:59:07.4499336Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>56d8ecfb-aafb-4ed4-81dd-06b9ab9fdd10</DriverId>
<Id>e207f40d-2be7-4bae-936b-8439eaa5a532</Id>
<IdCompany>e0cd1cec-cce2-489c-83fe-58936d238bf1</IdCompany>
<IdMerchant>f1260a68-26ab-4642-a4a4-263d281f60ac</IdMerchant>
<Message />
<NetworkId>8bfd5203-353a-4d12-a8d3-f79a2865e181</NetworkId>
<NotificationFormatId>7c7e1285-bce9-413f-8344-a4b1653a10a8</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>4955bda1-e34c-4cce-9e24-5934d6532515</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>33979e39-01ae-4a4c-8076-d2f5b0b42700</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c4527f19-19a9-4cb3-91ce-9f8b92264c85</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>4af9381b-0ee3-4a42-a78f-1e2f0dc9297a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>abd1ce6a-e0c3-404c-8f31-a19c6ecbd676</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>4af9381b-0ee3-4a42-a78f-1e2f0dc9297a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>abd1ce6a-e0c3-404c-8f31-a19c6ecbd676</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>22ea9d3a-dd07-4185-82de-d3e27ce63fb7</IdRule>
<IdVehicle>2c02f674-991c-4cb1-808b-d886cc467db1</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>22ea9d3a-dd07-4185-82de-d3e27ce63fb7</IdRule>
<IdVehicle>2c02f674-991c-4cb1-808b-d886cc467db1</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>2025-12-15T12:59:07.4499336Z</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>950aa491-4c7d-4ac0-8d59-71647b77e1bc</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>0f5b7633-d7c9-418e-b8f3-90d1d096a11c</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>25414433-8529-4e2a-9c53-743c2807c382</d4p1:guid>
<d4p1:guid>0e807d90-94b0-4152-9ee6-af004e65d5c9</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>b6eb4070-68c3-41c0-9130-924c763fef67</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-12-15T12:59:07.4499336Z</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>950aa491-4c7d-4ac0-8d59-71647b77e1bc</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>0f5b7633-d7c9-418e-b8f3-90d1d096a11c</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>25414433-8529-4e2a-9c53-743c2807c382</d4p1:guid>
<d4p1:guid>0e807d90-94b0-4152-9ee6-af004e65d5c9</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>b6eb4070-68c3-41c0-9130-924c763fef67</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2025-12-15T12:59:07.4499336Z</UpdateStateDate>
<UserId>d6a39c95-76c8-4f9a-9330-7f8f6bd8a653</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>8cfb5ba6-dc1e-4a8c-9166-d5ff9fb6d6de</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>74a9a405-5c90-42ed-aa8d-451fe1b29a24</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>42b39149-97c7-401e-ba80-696f8cfd63fd</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>42b39149-97c7-401e-ba80-696f8cfd63fd</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": "988c68a0-ec3e-4727-b866-c21357bdf7a5",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2025-12-15T12:59:07.4499336Z",
"LastEngineHoursDate": "2025-12-15T12:59:07.4499336Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "99edad51-a17b-4470-a6a1-ffdd0e68fbad",
"FleetDescription": "sample string 10",
"CompanyId": "6d916c69-2789-4a86-9c44-fbaba926b00a",
"CompanyName": "sample string 12",
"VehiclesClassId": "57a4314b-d15b-4847-961a-e736f066dc0a",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "067860d9-9c8a-4182-b47f-46dd199e480f",
"Clasification1Description": "sample string 15",
"Clasification2Id": "fdd30362-06dc-4ebd-9c01-e69f98c2a1be",
"Clasification2Description": "sample string 16",
"Clasification3Id": "9f4564ed-cefb-4358-b687-5e305ac57a19",
"Clasification3Description": "sample string 17",
"Clasification4Id": "7cbea349-9852-4060-86dd-167b88888da9",
"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": "c2f799a8-d2a2-47f7-a3a6-cf4ff56cbbf5",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "c2f799a8-d2a2-47f7-a3a6-cf4ff56cbbf5",
"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": "4c64e0c6-c652-466e-95b7-673ec7e1c570",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "a462d1dd-38c0-4874-ae2b-360b68c968f7",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "4c64e0c6-c652-466e-95b7-673ec7e1c570",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "a462d1dd-38c0-4874-ae2b-360b68c968f7",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "f2372989-28fc-4fdc-9713-b83d7be3f3d2",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "4851b530-05d9-4538-9368-c85df38013f9",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "f2372989-28fc-4fdc-9713-b83d7be3f3d2",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "4851b530-05d9-4538-9368-c85df38013f9",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "ccaa1007-2332-4b94-8e20-809f1a9c49be",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "08d3d9f9-1db1-481c-8552-5455184d1887",
"TypeModelId": "fd44e3bc-06b8-45a9-8530-5c22b699ee9b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "08d3d9f9-1db1-481c-8552-5455184d1887",
"TypeModelId": "fd44e3bc-06b8-45a9-8530-5c22b699ee9b",
"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": "c07ec7c8-6b68-416f-972a-cf97d33b7868",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "7ed766fd-4d02-4430-9fbf-649122bffb57",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1b90e843-f28c-4a88-8e5d-4059b231282c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "ccaa1007-2332-4b94-8e20-809f1a9c49be",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "08d3d9f9-1db1-481c-8552-5455184d1887",
"TypeModelId": "fd44e3bc-06b8-45a9-8530-5c22b699ee9b",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "08d3d9f9-1db1-481c-8552-5455184d1887",
"TypeModelId": "fd44e3bc-06b8-45a9-8530-5c22b699ee9b",
"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": "c07ec7c8-6b68-416f-972a-cf97d33b7868",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "7ed766fd-4d02-4430-9fbf-649122bffb57",
"CurrencyCode": "sample string 8",
"FuelMasterId": "1b90e843-f28c-4a88-8e5d-4059b231282c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "c9a6c92d-befd-41ed-a97d-b676c89838e3",
"CompanyContractId": "b4009682-0b9a-4568-9504-1d232c749ba9",
"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": "c9a6c92d-befd-41ed-a97d-b676c89838e3",
"CompanyContractId": "b4009682-0b9a-4568-9504-1d232c749ba9",
"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": "586c825e-784f-4af4-9e78-e4aee23646a2",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "c9a6c92d-befd-41ed-a97d-b676c89838e3",
"CompanyContractId": "b4009682-0b9a-4568-9504-1d232c749ba9",
"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": "586c825e-784f-4af4-9e78-e4aee23646a2",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "c9a6c92d-befd-41ed-a97d-b676c89838e3",
"CompanyContractId": "b4009682-0b9a-4568-9504-1d232c749ba9",
"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": "12c82814-c918-4af5-b7cf-080627a1097d",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "cb84d793-0bec-40ac-9eb5-b2495a68a1f1",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "a8fa4436-9cda-4b8c-bb01-1e58b3dd6753",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "cb84d793-0bec-40ac-9eb5-b2495a68a1f1",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "a8fa4436-9cda-4b8c-bb01-1e58b3dd6753",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "11ff57f4-43e6-4196-803c-e1d96fdadb1e",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "11ff57f4-43e6-4196-803c-e1d96fdadb1e",
"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": "e929525a-ba77-40a2-a641-3450f7deab58",
"NetworkId": "06b4a7dc-ccbf-43ed-9e20-007cabeef4b5",
"NotificationFormatId": "efc74a06-49ce-49f8-ba33-bd7f0d8a10aa",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-15T12:59:07.4499336Z",
"UserAtionetCreatedId": "bb776d90-5def-4948-990c-63261ed5b07b",
"UserAtionetDestinationId": "cff26eb3-5cff-4f29-8b65-452300658f03",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b27af8c1-e512-44f0-bcb8-5e69a058e9c0",
"IdMerchant": "4e39230e-1b22-4a7e-8f0d-12903ecb5712",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "9d8f3d05-1bf1-43a9-9016-defa58af35a8",
"DriverId": "9b12233d-a68c-44e8-9a89-ad34649ef33b",
"CreatedDateString": "2025/12/15 12:59"
},
{
"Id": "e929525a-ba77-40a2-a641-3450f7deab58",
"NetworkId": "06b4a7dc-ccbf-43ed-9e20-007cabeef4b5",
"NotificationFormatId": "efc74a06-49ce-49f8-ba33-bd7f0d8a10aa",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-12-15T12:59:07.4499336Z",
"UserAtionetCreatedId": "bb776d90-5def-4948-990c-63261ed5b07b",
"UserAtionetDestinationId": "cff26eb3-5cff-4f29-8b65-452300658f03",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "b27af8c1-e512-44f0-bcb8-5e69a058e9c0",
"IdMerchant": "4e39230e-1b22-4a7e-8f0d-12903ecb5712",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "9d8f3d05-1bf1-43a9-9016-defa58af35a8",
"DriverId": "9b12233d-a68c-44e8-9a89-ad34649ef33b",
"CreatedDateString": "2025/12/15 12:59"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "7ab95af4-88fe-4069-84c9-9e5d43a35bd6",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-15T12:59:07.4499336Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"d3e26f10-67c1-443d-a878-2d3200f76b98",
"f6bf0d0f-7bc7-4f61-b134-9f77a4cc2e56"
],
"DriverId": "6ef07ebd-062f-4abb-8b06-a91d573e1b6d",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "7ddcd794-525b-4ae0-8a51-9a30d8e7af88",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "7ab95af4-88fe-4069-84c9-9e5d43a35bd6",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-12-15T12:59:07.4499336Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"d3e26f10-67c1-443d-a878-2d3200f76b98",
"f6bf0d0f-7bc7-4f61-b134-9f77a4cc2e56"
],
"DriverId": "6ef07ebd-062f-4abb-8b06-a91d573e1b6d",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "7ddcd794-525b-4ae0-8a51-9a30d8e7af88",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2025-12-15T12:59:07.4499336Z",
"NetworkCreationDate": "2025-12-15T12:59:07.4499336Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "2e987f4e-755e-40b1-9ec4-2a94a24692f6",
"State": 64,
"UpdateStateDate": "2025-12-15T12:59:07.4499336Z",
"NetworkUpdateStateDate": "2025-12-15T12:59:07.4499336Z",
"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>7ed766fd-4d02-4430-9fbf-649122bffb57</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1b90e843-f28c-4a88-8e5d-4059b231282c</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>c07ec7c8-6b68-416f-972a-cf97d33b7868</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>08d3d9f9-1db1-481c-8552-5455184d1887</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>fd44e3bc-06b8-45a9-8530-5c22b699ee9b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>08d3d9f9-1db1-481c-8552-5455184d1887</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>fd44e3bc-06b8-45a9-8530-5c22b699ee9b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>ccaa1007-2332-4b94-8e20-809f1a9c49be</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>7ed766fd-4d02-4430-9fbf-649122bffb57</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>1b90e843-f28c-4a88-8e5d-4059b231282c</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>c07ec7c8-6b68-416f-972a-cf97d33b7868</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>08d3d9f9-1db1-481c-8552-5455184d1887</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>fd44e3bc-06b8-45a9-8530-5c22b699ee9b</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>08d3d9f9-1db1-481c-8552-5455184d1887</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>fd44e3bc-06b8-45a9-8530-5c22b699ee9b</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>ccaa1007-2332-4b94-8e20-809f1a9c49be</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>067860d9-9c8a-4182-b47f-46dd199e480f</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>fdd30362-06dc-4ebd-9c01-e69f98c2a1be</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>9f4564ed-cefb-4358-b687-5e305ac57a19</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>7cbea349-9852-4060-86dd-167b88888da9</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>6d916c69-2789-4a86-9c44-fbaba926b00a</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2025-12-15T12:59:07.4499336Z</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>11ff57f4-43e6-4196-803c-e1d96fdadb1e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>11ff57f4-43e6-4196-803c-e1d96fdadb1e</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>99edad51-a17b-4470-a6a1-ffdd0e68fbad</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b4009682-0b9a-4568-9504-1d232c749ba9</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>c9a6c92d-befd-41ed-a97d-b676c89838e3</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>586c825e-784f-4af4-9e78-e4aee23646a2</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b4009682-0b9a-4568-9504-1d232c749ba9</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>c9a6c92d-befd-41ed-a97d-b676c89838e3</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>586c825e-784f-4af4-9e78-e4aee23646a2</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>4851b530-05d9-4538-9368-c85df38013f9</IdFleet>
<IdRule>f2372989-28fc-4fdc-9713-b83d7be3f3d2</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>4851b530-05d9-4538-9368-c85df38013f9</IdFleet>
<IdRule>f2372989-28fc-4fdc-9713-b83d7be3f3d2</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>988c68a0-ec3e-4727-b866-c21357bdf7a5</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>a8fa4436-9cda-4b8c-bb01-1e58b3dd6753</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cb84d793-0bec-40ac-9eb5-b2495a68a1f1</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>a8fa4436-9cda-4b8c-bb01-1e58b3dd6753</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cb84d793-0bec-40ac-9eb5-b2495a68a1f1</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>2025-12-15T12:59:07.4499336Z</LastEngineHoursDate>
<LastOdometerDate>2025-12-15T12:59:07.4499336Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2025-12-15T12:59:07.4499336Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2025-12-15T12:59:07.4499336Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-15T12:59:07.4499336Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9b12233d-a68c-44e8-9a89-ad34649ef33b</DriverId>
<Id>e929525a-ba77-40a2-a641-3450f7deab58</Id>
<IdCompany>b27af8c1-e512-44f0-bcb8-5e69a058e9c0</IdCompany>
<IdMerchant>4e39230e-1b22-4a7e-8f0d-12903ecb5712</IdMerchant>
<Message />
<NetworkId>06b4a7dc-ccbf-43ed-9e20-007cabeef4b5</NetworkId>
<NotificationFormatId>efc74a06-49ce-49f8-ba33-bd7f0d8a10aa</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>bb776d90-5def-4948-990c-63261ed5b07b</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>cff26eb3-5cff-4f29-8b65-452300658f03</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>9d8f3d05-1bf1-43a9-9016-defa58af35a8</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-12-15T12:59:07.4499336Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>9b12233d-a68c-44e8-9a89-ad34649ef33b</DriverId>
<Id>e929525a-ba77-40a2-a641-3450f7deab58</Id>
<IdCompany>b27af8c1-e512-44f0-bcb8-5e69a058e9c0</IdCompany>
<IdMerchant>4e39230e-1b22-4a7e-8f0d-12903ecb5712</IdMerchant>
<Message />
<NetworkId>06b4a7dc-ccbf-43ed-9e20-007cabeef4b5</NetworkId>
<NotificationFormatId>efc74a06-49ce-49f8-ba33-bd7f0d8a10aa</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>bb776d90-5def-4948-990c-63261ed5b07b</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>cff26eb3-5cff-4f29-8b65-452300658f03</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>9d8f3d05-1bf1-43a9-9016-defa58af35a8</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b4009682-0b9a-4568-9504-1d232c749ba9</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>c9a6c92d-befd-41ed-a97d-b676c89838e3</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>b4009682-0b9a-4568-9504-1d232c749ba9</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>c9a6c92d-befd-41ed-a97d-b676c89838e3</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>4c64e0c6-c652-466e-95b7-673ec7e1c570</IdRule>
<IdVehicle>a462d1dd-38c0-4874-ae2b-360b68c968f7</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>4c64e0c6-c652-466e-95b7-673ec7e1c570</IdRule>
<IdVehicle>a462d1dd-38c0-4874-ae2b-360b68c968f7</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>2025-12-15T12:59:07.4499336Z</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>6ef07ebd-062f-4abb-8b06-a91d573e1b6d</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>7ab95af4-88fe-4069-84c9-9e5d43a35bd6</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d3e26f10-67c1-443d-a878-2d3200f76b98</d4p1:guid>
<d4p1:guid>f6bf0d0f-7bc7-4f61-b134-9f77a4cc2e56</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>7ddcd794-525b-4ae0-8a51-9a30d8e7af88</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-12-15T12:59:07.4499336Z</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>6ef07ebd-062f-4abb-8b06-a91d573e1b6d</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>7ab95af4-88fe-4069-84c9-9e5d43a35bd6</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d3e26f10-67c1-443d-a878-2d3200f76b98</d4p1:guid>
<d4p1:guid>f6bf0d0f-7bc7-4f61-b134-9f77a4cc2e56</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>7ddcd794-525b-4ae0-8a51-9a30d8e7af88</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2025-12-15T12:59:07.4499336Z</UpdateStateDate>
<UserId>2e987f4e-755e-40b1-9ec4-2a94a24692f6</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>12c82814-c918-4af5-b7cf-080627a1097d</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>57a4314b-d15b-4847-961a-e736f066dc0a</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>c2f799a8-d2a2-47f7-a3a6-cf4ff56cbbf5</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>c2f799a8-d2a2-47f7-a3a6-cf4ff56cbbf5</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>