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": "8529df12-7081-4314-8d4e-58b8b985752a",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2025-10-29T07:53:16.9523495Z",
"LastEngineHoursDate": "2025-10-29T07:53:16.9523495Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "84c62540-e998-4b4a-a05d-d980ce9c37b1",
"FleetDescription": "sample string 10",
"CompanyId": "23ec450e-710c-4e50-ad77-a4c4ad94ae46",
"CompanyName": "sample string 12",
"VehiclesClassId": "d5376ed5-8737-4d46-824e-b67cac7e96bc",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "63f78d15-de67-4f07-b0cc-4ff0d5310b44",
"Clasification1Description": "sample string 15",
"Clasification2Id": "2ba11b81-a5f2-400b-8ec2-cf96718e7788",
"Clasification2Description": "sample string 16",
"Clasification3Id": "94d8228b-117b-4e93-b8ab-a0f34b93bf19",
"Clasification3Description": "sample string 17",
"Clasification4Id": "00443535-111d-456f-afa3-c2a9d0fa0965",
"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": "2300eeea-032f-4ef9-bca6-ffc2d91a2c01",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "2300eeea-032f-4ef9-bca6-ffc2d91a2c01",
"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": "24406aff-4760-4c21-be22-2e4b7c88e2fb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "ea7489f0-054a-44f3-9136-cf2c5a41fedc",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "24406aff-4760-4c21-be22-2e4b7c88e2fb",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "ea7489f0-054a-44f3-9136-cf2c5a41fedc",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "13e2e176-7054-48f4-bf0a-3993f4de2e8b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f85f151a-869f-4b94-8bdd-441c70a552bd",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "13e2e176-7054-48f4-bf0a-3993f4de2e8b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "f85f151a-869f-4b94-8bdd-441c70a552bd",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "a364ff4b-191e-42ed-8f2e-e1ab0d345e1f",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "22ba421b-8e5d-44ce-897e-28c949088ee1",
"TypeModelId": "595a92a3-c674-4007-9cac-8bf382568e47",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "22ba421b-8e5d-44ce-897e-28c949088ee1",
"TypeModelId": "595a92a3-c674-4007-9cac-8bf382568e47",
"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": "a116b655-38a7-48fb-b4b7-c3708f06c39c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "4bf07b3d-cb60-472d-91f2-0bb2957a92c1",
"CurrencyCode": "sample string 8",
"FuelMasterId": "188e4109-e4b6-469c-9903-ea1086dd903c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "a364ff4b-191e-42ed-8f2e-e1ab0d345e1f",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "22ba421b-8e5d-44ce-897e-28c949088ee1",
"TypeModelId": "595a92a3-c674-4007-9cac-8bf382568e47",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "22ba421b-8e5d-44ce-897e-28c949088ee1",
"TypeModelId": "595a92a3-c674-4007-9cac-8bf382568e47",
"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": "a116b655-38a7-48fb-b4b7-c3708f06c39c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "4bf07b3d-cb60-472d-91f2-0bb2957a92c1",
"CurrencyCode": "sample string 8",
"FuelMasterId": "188e4109-e4b6-469c-9903-ea1086dd903c",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "98937f78-6366-441f-977e-bd190ac85cbc",
"CompanyContractId": "b90b913e-5326-4d66-8146-8b946ee314e3",
"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": "98937f78-6366-441f-977e-bd190ac85cbc",
"CompanyContractId": "b90b913e-5326-4d66-8146-8b946ee314e3",
"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": "81539fbc-366b-4adb-8700-ed907d69cf90",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "98937f78-6366-441f-977e-bd190ac85cbc",
"CompanyContractId": "b90b913e-5326-4d66-8146-8b946ee314e3",
"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": "81539fbc-366b-4adb-8700-ed907d69cf90",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "98937f78-6366-441f-977e-bd190ac85cbc",
"CompanyContractId": "b90b913e-5326-4d66-8146-8b946ee314e3",
"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": "d0ddb311-6185-4897-a1de-a7e885603b7d",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "eb61ecb2-3cbe-4567-865d-76e188973df9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "63c852ec-291a-4cc2-99f4-a341ae046572",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "eb61ecb2-3cbe-4567-865d-76e188973df9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "63c852ec-291a-4cc2-99f4-a341ae046572",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "24d731fb-ca24-4e9f-bd1d-761fb71fa873",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "24d731fb-ca24-4e9f-bd1d-761fb71fa873",
"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": "2ca9ca49-8d83-49c5-bbaa-081535add35e",
"NetworkId": "9e78e58f-1e1b-4474-aa1e-e808d081976c",
"NotificationFormatId": "de303c87-50ea-4cfb-a3a5-8785117bf531",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T07:53:16.9523495Z",
"UserAtionetCreatedId": "e684d7e4-5118-4e8d-9bb4-297675bde439",
"UserAtionetDestinationId": "74e507d8-cb90-4b35-854b-a21725584263",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "72e335fb-a979-4960-98b1-c76b341e7574",
"IdMerchant": "a2699275-fdda-4f5c-a832-1f6cee9c8de6",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "0d0a39dc-c0d6-40a8-9f09-124f13d680f4",
"DriverId": "a6236d71-1ddd-4c75-a009-3e8f19c70137",
"CreatedDateString": "2025/10/29 07:53"
},
{
"Id": "2ca9ca49-8d83-49c5-bbaa-081535add35e",
"NetworkId": "9e78e58f-1e1b-4474-aa1e-e808d081976c",
"NotificationFormatId": "de303c87-50ea-4cfb-a3a5-8785117bf531",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T07:53:16.9523495Z",
"UserAtionetCreatedId": "e684d7e4-5118-4e8d-9bb4-297675bde439",
"UserAtionetDestinationId": "74e507d8-cb90-4b35-854b-a21725584263",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "72e335fb-a979-4960-98b1-c76b341e7574",
"IdMerchant": "a2699275-fdda-4f5c-a832-1f6cee9c8de6",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "0d0a39dc-c0d6-40a8-9f09-124f13d680f4",
"DriverId": "a6236d71-1ddd-4c75-a009-3e8f19c70137",
"CreatedDateString": "2025/10/29 07:53"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "9bafd5e0-f49e-4ad9-b7de-28596a887409",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T07:53:16.9523495Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"d9c71a44-935c-4f2c-aacf-29672c5e00ca",
"64ef0039-8537-4b36-9bdd-e2f0f0859692"
],
"DriverId": "a9f5bb23-f943-4d13-a3d1-1acffabdce66",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "b88dcb57-d53c-4eee-892b-a89b56aca3e5",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "9bafd5e0-f49e-4ad9-b7de-28596a887409",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T07:53:16.9523495Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"d9c71a44-935c-4f2c-aacf-29672c5e00ca",
"64ef0039-8537-4b36-9bdd-e2f0f0859692"
],
"DriverId": "a9f5bb23-f943-4d13-a3d1-1acffabdce66",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "b88dcb57-d53c-4eee-892b-a89b56aca3e5",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2025-10-29T07:53:16.9523495Z",
"NetworkCreationDate": "2025-10-29T07:53:16.9523495Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "a97913cd-347e-4e92-bce6-9ffa3bca021f",
"State": 64,
"UpdateStateDate": "2025-10-29T07:53:16.9523495Z",
"NetworkUpdateStateDate": "2025-10-29T07:53:16.9523495Z",
"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>4bf07b3d-cb60-472d-91f2-0bb2957a92c1</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>188e4109-e4b6-469c-9903-ea1086dd903c</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>a116b655-38a7-48fb-b4b7-c3708f06c39c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>22ba421b-8e5d-44ce-897e-28c949088ee1</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>595a92a3-c674-4007-9cac-8bf382568e47</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>22ba421b-8e5d-44ce-897e-28c949088ee1</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>595a92a3-c674-4007-9cac-8bf382568e47</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>a364ff4b-191e-42ed-8f2e-e1ab0d345e1f</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>4bf07b3d-cb60-472d-91f2-0bb2957a92c1</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>188e4109-e4b6-469c-9903-ea1086dd903c</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>a116b655-38a7-48fb-b4b7-c3708f06c39c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>22ba421b-8e5d-44ce-897e-28c949088ee1</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>595a92a3-c674-4007-9cac-8bf382568e47</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>22ba421b-8e5d-44ce-897e-28c949088ee1</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>595a92a3-c674-4007-9cac-8bf382568e47</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>a364ff4b-191e-42ed-8f2e-e1ab0d345e1f</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>63f78d15-de67-4f07-b0cc-4ff0d5310b44</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>2ba11b81-a5f2-400b-8ec2-cf96718e7788</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>94d8228b-117b-4e93-b8ab-a0f34b93bf19</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>00443535-111d-456f-afa3-c2a9d0fa0965</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>23ec450e-710c-4e50-ad77-a4c4ad94ae46</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2025-10-29T07:53:16.9523495Z</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>24d731fb-ca24-4e9f-bd1d-761fb71fa873</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>24d731fb-ca24-4e9f-bd1d-761fb71fa873</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>84c62540-e998-4b4a-a05d-d980ce9c37b1</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b90b913e-5326-4d66-8146-8b946ee314e3</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>98937f78-6366-441f-977e-bd190ac85cbc</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>81539fbc-366b-4adb-8700-ed907d69cf90</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b90b913e-5326-4d66-8146-8b946ee314e3</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>98937f78-6366-441f-977e-bd190ac85cbc</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>81539fbc-366b-4adb-8700-ed907d69cf90</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>f85f151a-869f-4b94-8bdd-441c70a552bd</IdFleet>
<IdRule>13e2e176-7054-48f4-bf0a-3993f4de2e8b</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>f85f151a-869f-4b94-8bdd-441c70a552bd</IdFleet>
<IdRule>13e2e176-7054-48f4-bf0a-3993f4de2e8b</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>8529df12-7081-4314-8d4e-58b8b985752a</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>63c852ec-291a-4cc2-99f4-a341ae046572</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>eb61ecb2-3cbe-4567-865d-76e188973df9</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>63c852ec-291a-4cc2-99f4-a341ae046572</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>eb61ecb2-3cbe-4567-865d-76e188973df9</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-10-29T07:53:16.9523495Z</LastEngineHoursDate>
<LastOdometerDate>2025-10-29T07:53:16.9523495Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2025-10-29T07:53:16.9523495Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2025-10-29T07:53:16.9523495Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T07:53:16.9523495Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>a6236d71-1ddd-4c75-a009-3e8f19c70137</DriverId>
<Id>2ca9ca49-8d83-49c5-bbaa-081535add35e</Id>
<IdCompany>72e335fb-a979-4960-98b1-c76b341e7574</IdCompany>
<IdMerchant>a2699275-fdda-4f5c-a832-1f6cee9c8de6</IdMerchant>
<Message />
<NetworkId>9e78e58f-1e1b-4474-aa1e-e808d081976c</NetworkId>
<NotificationFormatId>de303c87-50ea-4cfb-a3a5-8785117bf531</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>e684d7e4-5118-4e8d-9bb4-297675bde439</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>74e507d8-cb90-4b35-854b-a21725584263</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>0d0a39dc-c0d6-40a8-9f09-124f13d680f4</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T07:53:16.9523495Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>a6236d71-1ddd-4c75-a009-3e8f19c70137</DriverId>
<Id>2ca9ca49-8d83-49c5-bbaa-081535add35e</Id>
<IdCompany>72e335fb-a979-4960-98b1-c76b341e7574</IdCompany>
<IdMerchant>a2699275-fdda-4f5c-a832-1f6cee9c8de6</IdMerchant>
<Message />
<NetworkId>9e78e58f-1e1b-4474-aa1e-e808d081976c</NetworkId>
<NotificationFormatId>de303c87-50ea-4cfb-a3a5-8785117bf531</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>e684d7e4-5118-4e8d-9bb4-297675bde439</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>74e507d8-cb90-4b35-854b-a21725584263</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>0d0a39dc-c0d6-40a8-9f09-124f13d680f4</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>b90b913e-5326-4d66-8146-8b946ee314e3</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>98937f78-6366-441f-977e-bd190ac85cbc</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>b90b913e-5326-4d66-8146-8b946ee314e3</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>98937f78-6366-441f-977e-bd190ac85cbc</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>24406aff-4760-4c21-be22-2e4b7c88e2fb</IdRule>
<IdVehicle>ea7489f0-054a-44f3-9136-cf2c5a41fedc</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>24406aff-4760-4c21-be22-2e4b7c88e2fb</IdRule>
<IdVehicle>ea7489f0-054a-44f3-9136-cf2c5a41fedc</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-10-29T07:53:16.9523495Z</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>a9f5bb23-f943-4d13-a3d1-1acffabdce66</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>9bafd5e0-f49e-4ad9-b7de-28596a887409</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d9c71a44-935c-4f2c-aacf-29672c5e00ca</d4p1:guid>
<d4p1:guid>64ef0039-8537-4b36-9bdd-e2f0f0859692</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>b88dcb57-d53c-4eee-892b-a89b56aca3e5</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-10-29T07:53:16.9523495Z</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>a9f5bb23-f943-4d13-a3d1-1acffabdce66</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>9bafd5e0-f49e-4ad9-b7de-28596a887409</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>d9c71a44-935c-4f2c-aacf-29672c5e00ca</d4p1:guid>
<d4p1:guid>64ef0039-8537-4b36-9bdd-e2f0f0859692</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>b88dcb57-d53c-4eee-892b-a89b56aca3e5</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2025-10-29T07:53:16.9523495Z</UpdateStateDate>
<UserId>a97913cd-347e-4e92-bce6-9ffa3bca021f</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>d0ddb311-6185-4897-a1de-a7e885603b7d</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>d5376ed5-8737-4d46-824e-b67cac7e96bc</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>2300eeea-032f-4ef9-bca6-ffc2d91a2c01</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>2300eeea-032f-4ef9-bca6-ffc2d91a2c01</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": "84d4fb83-3840-41f7-8b49-4a8f0ac8a888",
"Code": "sample string 2",
"Plate": "sample string 3",
"Enabled": true,
"Year": 1,
"CurrentOdometer": 1,
"LastOdometerDate": "2025-10-29T07:53:16.9992252Z",
"LastEngineHoursDate": "2025-10-29T07:53:16.9992252Z",
"EngineNumber": "sample string 5",
"ChassisNumber": "sample string 6",
"CurrentEngineHours": 1,
"ServiceDescription": "sample string 7",
"ServiceType": 8,
"InitialOdometer": 1,
"FleetId": "26d27526-49b6-40bf-a007-22903678be22",
"FleetDescription": "sample string 10",
"CompanyId": "dc3d79a0-8d7c-4a48-93be-6c481d83892e",
"CompanyName": "sample string 12",
"VehiclesClassId": "7cfb9146-bd6d-418f-a872-932d28b05f91",
"VehiclesClassDescription": "sample string 14",
"Clasification1Id": "2252be9a-d5db-4e39-8c89-c85a8c3d09f4",
"Clasification1Description": "sample string 15",
"Clasification2Id": "fbf56dad-635d-482d-a718-c43ed6ace997",
"Clasification2Description": "sample string 16",
"Clasification3Id": "bac03331-593f-4c2e-a794-51693dba5861",
"Clasification3Description": "sample string 17",
"Clasification4Id": "b16b4366-f519-4a88-8581-38aa28d56545",
"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": "5a7783f2-1fc0-40b3-8fb7-05cb172fbf7b",
"DriverCode": "sample string 2",
"DriverLastName": "sample string 3",
"DriverFirstName": "sample string 4",
"RequireDriverIdentification": true,
"RequireVehicleIdentification": true,
"IsLoyalty": true,
"RequireVehicleCode": true,
"RequireDriverCode": true
},
{
"DriverId": "5a7783f2-1fc0-40b3-8fb7-05cb172fbf7b",
"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": "4efae6c5-1b69-470e-967f-62f69c4fc28c",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "6e71dc08-8488-4087-988a-6b4866ad8c21",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "4efae6c5-1b69-470e-967f-62f69c4fc28c",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdVehicle": "6e71dc08-8488-4087-988a-6b4866ad8c21",
"VehicleCode": "sample string 6",
"VehiclePlate": "sample string 7",
"Description": "sample string 8"
}
],
"FleetRules": [
{
"IdRule": "34303316-7118-4188-b0b8-fba25887443c",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "64d173a4-29d1-4a29-a4a9-0fa4c0cb149c",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
},
{
"IdRule": "34303316-7118-4188-b0b8-fba25887443c",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"IdFleet": "64d173a4-29d1-4a29-a4a9-0fa4c0cb149c",
"FleetName": "sample string 6",
"FleetCode": "sample string 7",
"Description": "sample string 8"
}
],
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "4e64d033-1c1a-4951-9ee8-e39ed51c431d",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7346a323-649e-4963-ab84-f39bfaefa14b",
"TypeModelId": "3c95b3d7-f959-4445-b9a6-c4ebc44812cc",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7346a323-649e-4963-ab84-f39bfaefa14b",
"TypeModelId": "3c95b3d7-f959-4445-b9a6-c4ebc44812cc",
"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": "ee0f8466-987c-4e1f-b77c-ca6991019cb2",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "3d67be94-f172-4616-ae3b-841cc83e0016",
"CurrencyCode": "sample string 8",
"FuelMasterId": "339223ed-0f5b-4a5c-8a40-e462c2a302e1",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "4e64d033-1c1a-4951-9ee8-e39ed51c431d",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "7346a323-649e-4963-ab84-f39bfaefa14b",
"TypeModelId": "3c95b3d7-f959-4445-b9a6-c4ebc44812cc",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "7346a323-649e-4963-ab84-f39bfaefa14b",
"TypeModelId": "3c95b3d7-f959-4445-b9a6-c4ebc44812cc",
"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": "ee0f8466-987c-4e1f-b77c-ca6991019cb2",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "3d67be94-f172-4616-ae3b-841cc83e0016",
"CurrencyCode": "sample string 8",
"FuelMasterId": "339223ed-0f5b-4a5c-8a40-e462c2a302e1",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "1336a83d-43d7-4241-85b6-e964a048e9e6",
"CompanyContractId": "71765ab2-29a2-4f05-9286-a86af514f929",
"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": "1336a83d-43d7-4241-85b6-e964a048e9e6",
"CompanyContractId": "71765ab2-29a2-4f05-9286-a86af514f929",
"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": "e26b1e19-fc08-44a2-82c3-f44d9f8505c4",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "1336a83d-43d7-4241-85b6-e964a048e9e6",
"CompanyContractId": "71765ab2-29a2-4f05-9286-a86af514f929",
"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": "e26b1e19-fc08-44a2-82c3-f44d9f8505c4",
"FleetName": "sample string 2",
"QuotaRule": {
"Id": "1336a83d-43d7-4241-85b6-e964a048e9e6",
"CompanyContractId": "71765ab2-29a2-4f05-9286-a86af514f929",
"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": "322fb58d-7188-48ed-89cf-0fe2c030fed6",
"VehicleTypeCode": "sample string 43",
"Colour": "sample string 44",
"Identifications": [
{
"IdentificationId": "47217b03-b7ef-4e0c-bec6-cb209e8066b9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "8c8de7ff-095b-4572-aecb-c620daf61306",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "47217b03-b7ef-4e0c-bec6-cb209e8066b9",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "8c8de7ff-095b-4572-aecb-c620daf61306",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"ExclusiveRules": [
{
"RuleId": "2ca29ab8-1e6b-4792-8ac2-223a3a9a6924",
"RuleName": "sample string 2",
"RuleType": 64
},
{
"RuleId": "2ca29ab8-1e6b-4792-8ac2-223a3a9a6924",
"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": "e2f15190-80e9-4898-9c65-8bf6b79f1f75",
"NetworkId": "5aaec94c-a71a-4f8d-9f1f-9648569e5d95",
"NotificationFormatId": "70461abf-bf1e-4512-8da1-fc582580233c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T07:53:16.9992252Z",
"UserAtionetCreatedId": "1037acc7-262f-4775-b6cc-3ed16b77e296",
"UserAtionetDestinationId": "cb28b6fc-7e54-4888-a380-806a3f0ea5c9",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "58dd3ff7-ccf4-42ec-9fb5-e14522195d44",
"IdMerchant": "1237cf0e-6cee-4a5b-871b-a21ec07d7925",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "5ac6965c-172f-4fda-b6cd-552211befd83",
"DriverId": "5f1a946c-807d-4e23-90bf-0e6b9436a3d4",
"CreatedDateString": "2025/10/29 07:53"
},
{
"Id": "e2f15190-80e9-4898-9c65-8bf6b79f1f75",
"NetworkId": "5aaec94c-a71a-4f8d-9f1f-9648569e5d95",
"NotificationFormatId": "70461abf-bf1e-4512-8da1-fc582580233c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T07:53:16.9992252Z",
"UserAtionetCreatedId": "1037acc7-262f-4775-b6cc-3ed16b77e296",
"UserAtionetDestinationId": "cb28b6fc-7e54-4888-a380-806a3f0ea5c9",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "58dd3ff7-ccf4-42ec-9fb5-e14522195d44",
"IdMerchant": "1237cf0e-6cee-4a5b-871b-a21ec07d7925",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "5ac6965c-172f-4fda-b6cd-552211befd83",
"DriverId": "5f1a946c-807d-4e23-90bf-0e6b9436a3d4",
"CreatedDateString": "2025/10/29 07:53"
}
],
"AverageConsumption": 1.0,
"AverageTravel": 1.0,
"AverageCost": 1.0,
"TotalCO2": 1.0,
"TotalTravel": 1.0,
"SubAccounts": [
{
"Id": "51a1fb7a-1da2-4d99-9e7d-f8625789d319",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T07:53:16.9992252Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c4d3a1a1-00f0-429c-b645-4bdfc9e5b409",
"2142a1a6-227d-4725-a5aa-4cf6ad6e3974"
],
"DriverId": "7c9022a6-9a46-449c-90da-3f7ef5cac485",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "62a2682f-b90a-4f17-abb6-88030a721345",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "51a1fb7a-1da2-4d99-9e7d-f8625789d319",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T07:53:16.9992252Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"c4d3a1a1-00f0-429c-b645-4bdfc9e5b409",
"2142a1a6-227d-4725-a5aa-4cf6ad6e3974"
],
"DriverId": "7c9022a6-9a46-449c-90da-3f7ef5cac485",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "62a2682f-b90a-4f17-abb6-88030a721345",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "2025-10-29T07:53:16.9992252Z",
"NetworkCreationDate": "2025-10-29T07:53:16.9992252Z",
"NetworkTimezoneCode": "sample string 45",
"UserId": "6a84dc5e-c005-4eb0-86f5-0f9f13d83144",
"State": 64,
"UpdateStateDate": "2025-10-29T07:53:16.9992252Z",
"NetworkUpdateStateDate": "2025-10-29T07:53:16.9992252Z",
"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>3d67be94-f172-4616-ae3b-841cc83e0016</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>339223ed-0f5b-4a5c-8a40-e462c2a302e1</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>ee0f8466-987c-4e1f-b77c-ca6991019cb2</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7346a323-649e-4963-ab84-f39bfaefa14b</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3c95b3d7-f959-4445-b9a6-c4ebc44812cc</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7346a323-649e-4963-ab84-f39bfaefa14b</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3c95b3d7-f959-4445-b9a6-c4ebc44812cc</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>4e64d033-1c1a-4951-9ee8-e39ed51c431d</SubAccountId>
</VehicleBalanceDto>
<VehicleBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>3d67be94-f172-4616-ae3b-841cc83e0016</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>339223ed-0f5b-4a5c-8a40-e462c2a302e1</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>ee0f8466-987c-4e1f-b77c-ca6991019cb2</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>7346a323-649e-4963-ab84-f39bfaefa14b</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3c95b3d7-f959-4445-b9a6-c4ebc44812cc</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>7346a323-649e-4963-ab84-f39bfaefa14b</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>3c95b3d7-f959-4445-b9a6-c4ebc44812cc</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>4e64d033-1c1a-4951-9ee8-e39ed51c431d</SubAccountId>
</VehicleBalanceDto>
</Balances>
<Brand>sample string 27</Brand>
<ChassisNumber>sample string 6</ChassisNumber>
<Clasification1Description>sample string 15</Clasification1Description>
<Clasification1Id>2252be9a-d5db-4e39-8c89-c85a8c3d09f4</Clasification1Id>
<Clasification1Label>sample string 23</Clasification1Label>
<Clasification2Description>sample string 16</Clasification2Description>
<Clasification2Id>fbf56dad-635d-482d-a718-c43ed6ace997</Clasification2Id>
<Clasification2Label>sample string 24</Clasification2Label>
<Clasification3Description>sample string 17</Clasification3Description>
<Clasification3Id>bac03331-593f-4c2e-a794-51693dba5861</Clasification3Id>
<Clasification3Label>sample string 25</Clasification3Label>
<Clasification4Description>sample string 18</Clasification4Description>
<Clasification4Id>b16b4366-f519-4a88-8581-38aa28d56545</Clasification4Id>
<Clasification4Label>sample string 26</Clasification4Label>
<Code>sample string 2</Code>
<Colour>sample string 44</Colour>
<CompanyId>dc3d79a0-8d7c-4a48-93be-6c481d83892e</CompanyId>
<CompanyName>sample string 12</CompanyName>
<CreationDate>2025-10-29T07:53:16.9992252Z</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>2ca29ab8-1e6b-4792-8ac2-223a3a9a6924</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
<VehicleRuleDto>
<RuleId>2ca29ab8-1e6b-4792-8ac2-223a3a9a6924</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>64</RuleType>
</VehicleRuleDto>
</ExclusiveRules>
<FleetDescription>sample string 10</FleetDescription>
<FleetId>26d27526-49b6-40bf-a007-22903678be22</FleetId>
<FleetQuotaRules>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>71765ab2-29a2-4f05-9286-a86af514f929</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1336a83d-43d7-4241-85b6-e964a048e9e6</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>e26b1e19-fc08-44a2-82c3-f44d9f8505c4</FleetId>
<FleetName>sample string 2</FleetName>
</FleetQuotaRuleBalanceDto>
<FleetQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>71765ab2-29a2-4f05-9286-a86af514f929</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1336a83d-43d7-4241-85b6-e964a048e9e6</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
<FleetId>e26b1e19-fc08-44a2-82c3-f44d9f8505c4</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>64d173a4-29d1-4a29-a4a9-0fa4c0cb149c</IdFleet>
<IdRule>34303316-7118-4188-b0b8-fba25887443c</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>64d173a4-29d1-4a29-a4a9-0fa4c0cb149c</IdFleet>
<IdRule>34303316-7118-4188-b0b8-fba25887443c</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>84d4fb83-3840-41f7-8b49-4a8f0ac8a888</Id>
<Identifications>
<VehicleIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>8c8de7ff-095b-4572-aecb-c620daf61306</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>47217b03-b7ef-4e0c-bec6-cb209e8066b9</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>8c8de7ff-095b-4572-aecb-c620daf61306</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>47217b03-b7ef-4e0c-bec6-cb209e8066b9</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-10-29T07:53:16.9992252Z</LastEngineHoursDate>
<LastOdometerDate>2025-10-29T07:53:16.9992252Z</LastOdometerDate>
<Model>sample string 28</Model>
<NetworkCreationDate>2025-10-29T07:53:16.9992252Z</NetworkCreationDate>
<NetworkTimezoneCode>sample string 45</NetworkTimezoneCode>
<NetworkUpdateStateDate>2025-10-29T07:53:16.9992252Z</NetworkUpdateStateDate>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T07:53:16.9992252Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>5f1a946c-807d-4e23-90bf-0e6b9436a3d4</DriverId>
<Id>e2f15190-80e9-4898-9c65-8bf6b79f1f75</Id>
<IdCompany>58dd3ff7-ccf4-42ec-9fb5-e14522195d44</IdCompany>
<IdMerchant>1237cf0e-6cee-4a5b-871b-a21ec07d7925</IdMerchant>
<Message />
<NetworkId>5aaec94c-a71a-4f8d-9f1f-9648569e5d95</NetworkId>
<NotificationFormatId>70461abf-bf1e-4512-8da1-fc582580233c</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>1037acc7-262f-4775-b6cc-3ed16b77e296</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>cb28b6fc-7e54-4888-a380-806a3f0ea5c9</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>5ac6965c-172f-4fda-b6cd-552211befd83</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T07:53:16.9992252Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>5f1a946c-807d-4e23-90bf-0e6b9436a3d4</DriverId>
<Id>e2f15190-80e9-4898-9c65-8bf6b79f1f75</Id>
<IdCompany>58dd3ff7-ccf4-42ec-9fb5-e14522195d44</IdCompany>
<IdMerchant>1237cf0e-6cee-4a5b-871b-a21ec07d7925</IdMerchant>
<Message />
<NetworkId>5aaec94c-a71a-4f8d-9f1f-9648569e5d95</NetworkId>
<NotificationFormatId>70461abf-bf1e-4512-8da1-fc582580233c</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>1037acc7-262f-4775-b6cc-3ed16b77e296</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>cb28b6fc-7e54-4888-a380-806a3f0ea5c9</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>5ac6965c-172f-4fda-b6cd-552211befd83</VehicleId>
</SystemNotificationDto>
</Notifications>
<Plate>sample string 3</Plate>
<QuotaRules>
<VehicleQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>71765ab2-29a2-4f05-9286-a86af514f929</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1336a83d-43d7-4241-85b6-e964a048e9e6</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>71765ab2-29a2-4f05-9286-a86af514f929</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1336a83d-43d7-4241-85b6-e964a048e9e6</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>4efae6c5-1b69-470e-967f-62f69c4fc28c</IdRule>
<IdVehicle>6e71dc08-8488-4087-988a-6b4866ad8c21</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>4efae6c5-1b69-470e-967f-62f69c4fc28c</IdRule>
<IdVehicle>6e71dc08-8488-4087-988a-6b4866ad8c21</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-10-29T07:53:16.9992252Z</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>7c9022a6-9a46-449c-90da-3f7ef5cac485</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>51a1fb7a-1da2-4d99-9e7d-f8625789d319</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c4d3a1a1-00f0-429c-b645-4bdfc9e5b409</d4p1:guid>
<d4p1:guid>2142a1a6-227d-4725-a5aa-4cf6ad6e3974</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>62a2682f-b90a-4f17-abb6-88030a721345</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-10-29T07:53:16.9992252Z</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>7c9022a6-9a46-449c-90da-3f7ef5cac485</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>51a1fb7a-1da2-4d99-9e7d-f8625789d319</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>c4d3a1a1-00f0-429c-b645-4bdfc9e5b409</d4p1:guid>
<d4p1:guid>2142a1a6-227d-4725-a5aa-4cf6ad6e3974</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>62a2682f-b90a-4f17-abb6-88030a721345</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<SubModel>sample string 29</SubModel>
<TotalCO2>1</TotalCO2>
<TotalTravel>1</TotalTravel>
<UpdateStateDate>2025-10-29T07:53:16.9992252Z</UpdateStateDate>
<UserId>6a84dc5e-c005-4eb0-86f5-0f9f13d83144</UserId>
<VehicleTypeCode>sample string 43</VehicleTypeCode>
<VehicleTypeId>322fb58d-7188-48ed-89cf-0fe2c030fed6</VehicleTypeId>
<VehiclesClassDescription>sample string 14</VehiclesClassDescription>
<VehiclesClassId>7cfb9146-bd6d-418f-a872-932d28b05f91</VehiclesClassId>
<VehiclesDrivers>
<VehicleDriverDto>
<DriverCode>sample string 2</DriverCode>
<DriverFirstName>sample string 4</DriverFirstName>
<DriverId>5a7783f2-1fc0-40b3-8fb7-05cb172fbf7b</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>5a7783f2-1fc0-40b3-8fb7-05cb172fbf7b</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>