POST Vehicles
Creates a new vehicle.
Request Information
URI Parameters
None.
Body Parameters
The data of the vehicle.
VehicleDtoName | 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": "f078706d-9a11-44e4-9d3f-b63f5b2c7b73", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-04-25T16:18:28.075608Z", "LastEngineHoursDate": "2025-04-25T16:18:28.075608Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "f7fa71da-42fc-4fa5-b38b-96d088b65bd6", "FleetDescription": "sample string 10", "CompanyId": "99a3c936-4d9b-420a-8d4f-81a025755996", "CompanyName": "sample string 12", "VehiclesClassId": "78916b35-350b-4816-9de3-59177e7341ac", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "f342e206-67a8-49df-a1e9-4cd4337c86b7", "Clasification1Description": "sample string 15", "Clasification2Id": "35afc324-8bd3-4039-8ac3-5a7e6c3ca89f", "Clasification2Description": "sample string 16", "Clasification3Id": "69b6d4f5-c146-4f3a-a226-9fa1bd8ec4ca", "Clasification3Description": "sample string 17", "Clasification4Id": "dfd3d2e3-997b-418c-a0b8-f42d8f29655a", "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": "674aa440-ce08-426f-a4f9-109e4ecf13ec", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "674aa440-ce08-426f-a4f9-109e4ecf13ec", "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": "26bd2b65-f222-401c-a041-0d328917fd29", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "f5c604f2-e015-4f65-9827-0fd13f55d7d6", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "26bd2b65-f222-401c-a041-0d328917fd29", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "f5c604f2-e015-4f65-9827-0fd13f55d7d6", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "09015f22-2017-43d6-8030-9e8bc6768014", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "8a5691f2-ac80-4d89-b4b3-5bfb8a5fd74e", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "09015f22-2017-43d6-8030-9e8bc6768014", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "8a5691f2-ac80-4d89-b4b3-5bfb8a5fd74e", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "67612d64-02d9-4bc1-b535-dc5572accfb1", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "e2abf394-bf8a-44e8-b76d-30f935c0348d", "TypeModelId": "64427fca-785b-432f-a65b-f448039cc53b", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "e2abf394-bf8a-44e8-b76d-30f935c0348d", "TypeModelId": "64427fca-785b-432f-a65b-f448039cc53b", "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": "83b4a47a-cd1b-488b-90b1-8dc93cc84fe0", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "f0cade7d-0999-4867-8b2a-29f6f4792083", "CurrencyCode": "sample string 8", "FuelMasterId": "7e04244c-ab91-46d2-b2cc-871380467620", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "67612d64-02d9-4bc1-b535-dc5572accfb1", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "e2abf394-bf8a-44e8-b76d-30f935c0348d", "TypeModelId": "64427fca-785b-432f-a65b-f448039cc53b", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "e2abf394-bf8a-44e8-b76d-30f935c0348d", "TypeModelId": "64427fca-785b-432f-a65b-f448039cc53b", "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": "83b4a47a-cd1b-488b-90b1-8dc93cc84fe0", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "f0cade7d-0999-4867-8b2a-29f6f4792083", "CurrencyCode": "sample string 8", "FuelMasterId": "7e04244c-ab91-46d2-b2cc-871380467620", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "307f7d1b-6762-49f6-9ddd-3aa4022d56e4", "CompanyContractId": "71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2", "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": "307f7d1b-6762-49f6-9ddd-3aa4022d56e4", "CompanyContractId": "71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2", "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": "0805b424-8472-415e-9223-9620fda83016", "FleetName": "sample string 2", "QuotaRule": { "Id": "307f7d1b-6762-49f6-9ddd-3aa4022d56e4", "CompanyContractId": "71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2", "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": "0805b424-8472-415e-9223-9620fda83016", "FleetName": "sample string 2", "QuotaRule": { "Id": "307f7d1b-6762-49f6-9ddd-3aa4022d56e4", "CompanyContractId": "71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2", "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": "fce08deb-3126-4ca0-908a-53407bd8c552", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "e06d1079-2d8c-454f-b7f8-ae35e9211e4f", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "95f1eead-1b0d-4b27-9c84-2d8fa5cc44c3", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "e06d1079-2d8c-454f-b7f8-ae35e9211e4f", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "95f1eead-1b0d-4b27-9c84-2d8fa5cc44c3", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "63aa9555-ce29-49f8-87a8-a1406ca65f13", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "63aa9555-ce29-49f8-87a8-a1406ca65f13", "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": "fe9807c9-95a0-47c4-82fb-cac357eded96", "NetworkId": "44297606-46ec-40fe-88a9-6c2dff9dd1e0", "NotificationFormatId": "dd4c2b67-8650-4bf9-9ef7-17944140243c", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-04-25T16:18:28.075608Z", "UserAtionetCreatedId": "fafd9584-fdad-431e-bcdf-1d501352535d", "UserAtionetDestinationId": "3a7cb063-d85d-40e6-bfab-1e0992ccb1cc", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "e225c4fe-6c08-4899-8347-6a3ec914185d", "IdMerchant": "cd7c6241-8c08-4790-8d04-7ad529355e34", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "d8116ad2-7ca1-4d9f-be4b-9740466f98bc", "DriverId": "125f8b80-cca9-4f76-823d-c45e178f6d1c", "CreatedDateString": "2025/04/25 16:18" }, { "Id": "fe9807c9-95a0-47c4-82fb-cac357eded96", "NetworkId": "44297606-46ec-40fe-88a9-6c2dff9dd1e0", "NotificationFormatId": "dd4c2b67-8650-4bf9-9ef7-17944140243c", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-04-25T16:18:28.075608Z", "UserAtionetCreatedId": "fafd9584-fdad-431e-bcdf-1d501352535d", "UserAtionetDestinationId": "3a7cb063-d85d-40e6-bfab-1e0992ccb1cc", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "e225c4fe-6c08-4899-8347-6a3ec914185d", "IdMerchant": "cd7c6241-8c08-4790-8d04-7ad529355e34", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "d8116ad2-7ca1-4d9f-be4b-9740466f98bc", "DriverId": "125f8b80-cca9-4f76-823d-c45e178f6d1c", "CreatedDateString": "2025/04/25 16:18" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "d8d0ce0c-b655-4189-96ab-f5f7e6d2732d", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-04-25T16:18:28.075608Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "15ca9f24-3f86-45b8-9072-8feadae39f45", "c949a0a6-7464-4259-8abc-9003ffe535b0" ], "DriverId": "93fa057c-0220-471f-91b7-716fb0dbb0a4", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "5917f2c1-01d8-4ca4-8913-28ac2cabc493", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "d8d0ce0c-b655-4189-96ab-f5f7e6d2732d", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-04-25T16:18:28.075608Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "15ca9f24-3f86-45b8-9072-8feadae39f45", "c949a0a6-7464-4259-8abc-9003ffe535b0" ], "DriverId": "93fa057c-0220-471f-91b7-716fb0dbb0a4", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "5917f2c1-01d8-4ca4-8913-28ac2cabc493", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-04-25T16:18:28.075608Z", "NetworkCreationDate": "2025-04-25T16:18:28.075608Z", "NetworkTimezoneCode": "sample string 45", "UserId": "ba52b9fe-8b2c-4986-9bda-0ef56493f1f4", "State": 64, "UpdateStateDate": "2025-04-25T16:18:28.075608Z", "NetworkUpdateStateDate": "2025-04-25T16:18:28.075608Z", "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>f0cade7d-0999-4867-8b2a-29f6f4792083</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>7e04244c-ab91-46d2-b2cc-871380467620</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>83b4a47a-cd1b-488b-90b1-8dc93cc84fe0</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>e2abf394-bf8a-44e8-b76d-30f935c0348d</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>64427fca-785b-432f-a65b-f448039cc53b</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>e2abf394-bf8a-44e8-b76d-30f935c0348d</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>64427fca-785b-432f-a65b-f448039cc53b</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>67612d64-02d9-4bc1-b535-dc5572accfb1</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>f0cade7d-0999-4867-8b2a-29f6f4792083</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>7e04244c-ab91-46d2-b2cc-871380467620</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>83b4a47a-cd1b-488b-90b1-8dc93cc84fe0</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>e2abf394-bf8a-44e8-b76d-30f935c0348d</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>64427fca-785b-432f-a65b-f448039cc53b</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>e2abf394-bf8a-44e8-b76d-30f935c0348d</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>64427fca-785b-432f-a65b-f448039cc53b</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>67612d64-02d9-4bc1-b535-dc5572accfb1</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>f342e206-67a8-49df-a1e9-4cd4337c86b7</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>35afc324-8bd3-4039-8ac3-5a7e6c3ca89f</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>69b6d4f5-c146-4f3a-a226-9fa1bd8ec4ca</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>dfd3d2e3-997b-418c-a0b8-f42d8f29655a</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>99a3c936-4d9b-420a-8d4f-81a025755996</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-04-25T16:18:28.075608Z</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>63aa9555-ce29-49f8-87a8-a1406ca65f13</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>63aa9555-ce29-49f8-87a8-a1406ca65f13</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>f7fa71da-42fc-4fa5-b38b-96d088b65bd6</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>307f7d1b-6762-49f6-9ddd-3aa4022d56e4</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>0805b424-8472-415e-9223-9620fda83016</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>307f7d1b-6762-49f6-9ddd-3aa4022d56e4</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>0805b424-8472-415e-9223-9620fda83016</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>8a5691f2-ac80-4d89-b4b3-5bfb8a5fd74e</IdFleet> <IdRule>09015f22-2017-43d6-8030-9e8bc6768014</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>8a5691f2-ac80-4d89-b4b3-5bfb8a5fd74e</IdFleet> <IdRule>09015f22-2017-43d6-8030-9e8bc6768014</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>f078706d-9a11-44e4-9d3f-b63f5b2c7b73</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>95f1eead-1b0d-4b27-9c84-2d8fa5cc44c3</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>e06d1079-2d8c-454f-b7f8-ae35e9211e4f</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>95f1eead-1b0d-4b27-9c84-2d8fa5cc44c3</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>e06d1079-2d8c-454f-b7f8-ae35e9211e4f</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-04-25T16:18:28.075608Z</LastEngineHoursDate> <LastOdometerDate>2025-04-25T16:18:28.075608Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-04-25T16:18:28.075608Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-04-25T16:18:28.075608Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-04-25T16:18:28.075608Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>125f8b80-cca9-4f76-823d-c45e178f6d1c</DriverId> <Id>fe9807c9-95a0-47c4-82fb-cac357eded96</Id> <IdCompany>e225c4fe-6c08-4899-8347-6a3ec914185d</IdCompany> <IdMerchant>cd7c6241-8c08-4790-8d04-7ad529355e34</IdMerchant> <Message /> <NetworkId>44297606-46ec-40fe-88a9-6c2dff9dd1e0</NetworkId> <NotificationFormatId>dd4c2b67-8650-4bf9-9ef7-17944140243c</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>fafd9584-fdad-431e-bcdf-1d501352535d</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3a7cb063-d85d-40e6-bfab-1e0992ccb1cc</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>d8116ad2-7ca1-4d9f-be4b-9740466f98bc</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-04-25T16:18:28.075608Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>125f8b80-cca9-4f76-823d-c45e178f6d1c</DriverId> <Id>fe9807c9-95a0-47c4-82fb-cac357eded96</Id> <IdCompany>e225c4fe-6c08-4899-8347-6a3ec914185d</IdCompany> <IdMerchant>cd7c6241-8c08-4790-8d04-7ad529355e34</IdMerchant> <Message /> <NetworkId>44297606-46ec-40fe-88a9-6c2dff9dd1e0</NetworkId> <NotificationFormatId>dd4c2b67-8650-4bf9-9ef7-17944140243c</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>fafd9584-fdad-431e-bcdf-1d501352535d</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3a7cb063-d85d-40e6-bfab-1e0992ccb1cc</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>d8116ad2-7ca1-4d9f-be4b-9740466f98bc</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>307f7d1b-6762-49f6-9ddd-3aa4022d56e4</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>71cf8f85-99c9-4265-a2a2-4dfe83c0b1d2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>307f7d1b-6762-49f6-9ddd-3aa4022d56e4</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>26bd2b65-f222-401c-a041-0d328917fd29</IdRule> <IdVehicle>f5c604f2-e015-4f65-9827-0fd13f55d7d6</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>26bd2b65-f222-401c-a041-0d328917fd29</IdRule> <IdVehicle>f5c604f2-e015-4f65-9827-0fd13f55d7d6</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-04-25T16:18:28.075608Z</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>93fa057c-0220-471f-91b7-716fb0dbb0a4</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>d8d0ce0c-b655-4189-96ab-f5f7e6d2732d</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>15ca9f24-3f86-45b8-9072-8feadae39f45</d4p1:guid> <d4p1:guid>c949a0a6-7464-4259-8abc-9003ffe535b0</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>5917f2c1-01d8-4ca4-8913-28ac2cabc493</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-04-25T16:18:28.075608Z</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>93fa057c-0220-471f-91b7-716fb0dbb0a4</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>d8d0ce0c-b655-4189-96ab-f5f7e6d2732d</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>15ca9f24-3f86-45b8-9072-8feadae39f45</d4p1:guid> <d4p1:guid>c949a0a6-7464-4259-8abc-9003ffe535b0</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>5917f2c1-01d8-4ca4-8913-28ac2cabc493</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-04-25T16:18:28.075608Z</UpdateStateDate> <UserId>ba52b9fe-8b2c-4986-9bda-0ef56493f1f4</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>fce08deb-3126-4ca0-908a-53407bd8c552</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>78916b35-350b-4816-9de3-59177e7341ac</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>674aa440-ce08-426f-a4f9-109e4ecf13ec</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>674aa440-ce08-426f-a4f9-109e4ecf13ec</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.
VehicleDtoName | 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": "283abde0-7b99-40bc-a668-5b86f51f3c68", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-04-25T16:18:28.1068622Z", "LastEngineHoursDate": "2025-04-25T16:18:28.1068622Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "d232aae8-c8a0-4042-8867-55da5e225d05", "FleetDescription": "sample string 10", "CompanyId": "a813c009-501c-4c0a-87d2-aa192111141f", "CompanyName": "sample string 12", "VehiclesClassId": "2dd87a1d-3b25-41d9-8b76-37e42098febc", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "7d5a8131-34b6-40bf-a69f-6e478b6c1e2b", "Clasification1Description": "sample string 15", "Clasification2Id": "58815312-9261-499f-a3d2-95dad1a18d84", "Clasification2Description": "sample string 16", "Clasification3Id": "6f3da16d-b71e-4007-a20e-e69158356ffe", "Clasification3Description": "sample string 17", "Clasification4Id": "97a7917d-4178-437a-9170-c32ec9669541", "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": "401f0df4-abae-4f90-a3ed-9e37d45f998c", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "401f0df4-abae-4f90-a3ed-9e37d45f998c", "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": "0c6f4f77-a3be-4701-bff9-eeeb4dfd2b08", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "5862e76a-935a-4582-ab5e-6c618a3a4470", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "0c6f4f77-a3be-4701-bff9-eeeb4dfd2b08", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "5862e76a-935a-4582-ab5e-6c618a3a4470", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "ebbde990-2b2a-4dd7-8e40-826553776e43", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "e66e17f0-2423-4a3e-97f1-aff5430fd4c4", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "ebbde990-2b2a-4dd7-8e40-826553776e43", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "e66e17f0-2423-4a3e-97f1-aff5430fd4c4", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "3aa6d8fb-442c-472a-9681-f6d333246b82", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "4a8a408f-05cf-4d23-9340-1771b807cc90", "TypeModelId": "afed76d9-14b7-438b-b908-0bfa8535d8a8", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "4a8a408f-05cf-4d23-9340-1771b807cc90", "TypeModelId": "afed76d9-14b7-438b-b908-0bfa8535d8a8", "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": "a8943b57-14b5-4dc1-bc70-868301b9d0eb", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "f718d108-c10e-4c67-bb8d-bbc04410882a", "CurrencyCode": "sample string 8", "FuelMasterId": "52a3fa38-d3a5-4e1f-b138-dab1eed8e931", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "3aa6d8fb-442c-472a-9681-f6d333246b82", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "4a8a408f-05cf-4d23-9340-1771b807cc90", "TypeModelId": "afed76d9-14b7-438b-b908-0bfa8535d8a8", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "4a8a408f-05cf-4d23-9340-1771b807cc90", "TypeModelId": "afed76d9-14b7-438b-b908-0bfa8535d8a8", "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": "a8943b57-14b5-4dc1-bc70-868301b9d0eb", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "f718d108-c10e-4c67-bb8d-bbc04410882a", "CurrencyCode": "sample string 8", "FuelMasterId": "52a3fa38-d3a5-4e1f-b138-dab1eed8e931", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "a89c54bd-bd9b-431b-9aee-c52d07dc6afc", "CompanyContractId": "b66a752c-7709-47fc-be52-8bd16000dd39", "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": "a89c54bd-bd9b-431b-9aee-c52d07dc6afc", "CompanyContractId": "b66a752c-7709-47fc-be52-8bd16000dd39", "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": "fe3f548e-0c98-4493-925a-fdd0e6dc57f1", "FleetName": "sample string 2", "QuotaRule": { "Id": "a89c54bd-bd9b-431b-9aee-c52d07dc6afc", "CompanyContractId": "b66a752c-7709-47fc-be52-8bd16000dd39", "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": "fe3f548e-0c98-4493-925a-fdd0e6dc57f1", "FleetName": "sample string 2", "QuotaRule": { "Id": "a89c54bd-bd9b-431b-9aee-c52d07dc6afc", "CompanyContractId": "b66a752c-7709-47fc-be52-8bd16000dd39", "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": "6ab6ff15-e974-4b9a-b68f-c91fa101cbab", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "52c16578-1687-4442-846f-411ce9423c23", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "1f52c903-d358-4077-af1f-1095387dcc66", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "52c16578-1687-4442-846f-411ce9423c23", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "1f52c903-d358-4077-af1f-1095387dcc66", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "9f0c432b-c045-4e5e-b685-5b296be67182", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "9f0c432b-c045-4e5e-b685-5b296be67182", "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": "9a15d931-ed50-433d-b3a9-2c36281ee5fb", "NetworkId": "f2be285f-3c7d-4b78-9589-dd7ab7347cbf", "NotificationFormatId": "ec2c8255-e4fd-4c4c-b3a6-884302b6766d", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-04-25T16:18:28.1068622Z", "UserAtionetCreatedId": "ec86b3a2-20f6-40a0-8bd5-364258b48749", "UserAtionetDestinationId": "6741b4b5-44bf-4d35-acf9-2d6af685fa5e", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "951c64eb-b258-4ff2-ab28-3f1fc4ce55c4", "IdMerchant": "3ff7ae6b-b9f7-484e-8331-1e266e438331", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "83149af2-cbba-465f-942f-6e2aafac0287", "DriverId": "8966a0e9-ef3d-42d4-998c-9cfc52ea5e7f", "CreatedDateString": "2025/04/25 16:18" }, { "Id": "9a15d931-ed50-433d-b3a9-2c36281ee5fb", "NetworkId": "f2be285f-3c7d-4b78-9589-dd7ab7347cbf", "NotificationFormatId": "ec2c8255-e4fd-4c4c-b3a6-884302b6766d", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-04-25T16:18:28.1068622Z", "UserAtionetCreatedId": "ec86b3a2-20f6-40a0-8bd5-364258b48749", "UserAtionetDestinationId": "6741b4b5-44bf-4d35-acf9-2d6af685fa5e", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "951c64eb-b258-4ff2-ab28-3f1fc4ce55c4", "IdMerchant": "3ff7ae6b-b9f7-484e-8331-1e266e438331", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "83149af2-cbba-465f-942f-6e2aafac0287", "DriverId": "8966a0e9-ef3d-42d4-998c-9cfc52ea5e7f", "CreatedDateString": "2025/04/25 16:18" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "e5676e1f-ad07-4f78-8c07-0499e1919630", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-04-25T16:18:28.1068622Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "606d4844-c00d-4694-9ad3-212c1440e320", "c69a32d5-4fa3-438f-bf1b-88f36260c8e0" ], "DriverId": "567a4f65-b0c2-4af5-933b-bf478839f07d", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "1c3f44ce-f393-4288-a1b5-f5aa0699a4b2", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "e5676e1f-ad07-4f78-8c07-0499e1919630", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-04-25T16:18:28.1068622Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "606d4844-c00d-4694-9ad3-212c1440e320", "c69a32d5-4fa3-438f-bf1b-88f36260c8e0" ], "DriverId": "567a4f65-b0c2-4af5-933b-bf478839f07d", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "1c3f44ce-f393-4288-a1b5-f5aa0699a4b2", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-04-25T16:18:28.1068622Z", "NetworkCreationDate": "2025-04-25T16:18:28.1068622Z", "NetworkTimezoneCode": "sample string 45", "UserId": "aac3a843-75a3-43a9-84de-a589298f71b1", "State": 64, "UpdateStateDate": "2025-04-25T16:18:28.1068622Z", "NetworkUpdateStateDate": "2025-04-25T16:18:28.1068622Z", "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>f718d108-c10e-4c67-bb8d-bbc04410882a</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>52a3fa38-d3a5-4e1f-b138-dab1eed8e931</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>a8943b57-14b5-4dc1-bc70-868301b9d0eb</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>4a8a408f-05cf-4d23-9340-1771b807cc90</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>afed76d9-14b7-438b-b908-0bfa8535d8a8</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>4a8a408f-05cf-4d23-9340-1771b807cc90</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>afed76d9-14b7-438b-b908-0bfa8535d8a8</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>3aa6d8fb-442c-472a-9681-f6d333246b82</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>f718d108-c10e-4c67-bb8d-bbc04410882a</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>52a3fa38-d3a5-4e1f-b138-dab1eed8e931</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>a8943b57-14b5-4dc1-bc70-868301b9d0eb</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>4a8a408f-05cf-4d23-9340-1771b807cc90</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>afed76d9-14b7-438b-b908-0bfa8535d8a8</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>4a8a408f-05cf-4d23-9340-1771b807cc90</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>afed76d9-14b7-438b-b908-0bfa8535d8a8</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>3aa6d8fb-442c-472a-9681-f6d333246b82</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>7d5a8131-34b6-40bf-a69f-6e478b6c1e2b</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>58815312-9261-499f-a3d2-95dad1a18d84</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>6f3da16d-b71e-4007-a20e-e69158356ffe</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>97a7917d-4178-437a-9170-c32ec9669541</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>a813c009-501c-4c0a-87d2-aa192111141f</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-04-25T16:18:28.1068622Z</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>9f0c432b-c045-4e5e-b685-5b296be67182</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>9f0c432b-c045-4e5e-b685-5b296be67182</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>d232aae8-c8a0-4042-8867-55da5e225d05</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b66a752c-7709-47fc-be52-8bd16000dd39</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>a89c54bd-bd9b-431b-9aee-c52d07dc6afc</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>fe3f548e-0c98-4493-925a-fdd0e6dc57f1</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b66a752c-7709-47fc-be52-8bd16000dd39</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>a89c54bd-bd9b-431b-9aee-c52d07dc6afc</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>fe3f548e-0c98-4493-925a-fdd0e6dc57f1</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>e66e17f0-2423-4a3e-97f1-aff5430fd4c4</IdFleet> <IdRule>ebbde990-2b2a-4dd7-8e40-826553776e43</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>e66e17f0-2423-4a3e-97f1-aff5430fd4c4</IdFleet> <IdRule>ebbde990-2b2a-4dd7-8e40-826553776e43</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>283abde0-7b99-40bc-a668-5b86f51f3c68</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>1f52c903-d358-4077-af1f-1095387dcc66</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>52c16578-1687-4442-846f-411ce9423c23</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>1f52c903-d358-4077-af1f-1095387dcc66</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>52c16578-1687-4442-846f-411ce9423c23</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-04-25T16:18:28.1068622Z</LastEngineHoursDate> <LastOdometerDate>2025-04-25T16:18:28.1068622Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-04-25T16:18:28.1068622Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-04-25T16:18:28.1068622Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-04-25T16:18:28.1068622Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>8966a0e9-ef3d-42d4-998c-9cfc52ea5e7f</DriverId> <Id>9a15d931-ed50-433d-b3a9-2c36281ee5fb</Id> <IdCompany>951c64eb-b258-4ff2-ab28-3f1fc4ce55c4</IdCompany> <IdMerchant>3ff7ae6b-b9f7-484e-8331-1e266e438331</IdMerchant> <Message /> <NetworkId>f2be285f-3c7d-4b78-9589-dd7ab7347cbf</NetworkId> <NotificationFormatId>ec2c8255-e4fd-4c4c-b3a6-884302b6766d</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>ec86b3a2-20f6-40a0-8bd5-364258b48749</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>6741b4b5-44bf-4d35-acf9-2d6af685fa5e</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>83149af2-cbba-465f-942f-6e2aafac0287</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-04-25T16:18:28.1068622Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>8966a0e9-ef3d-42d4-998c-9cfc52ea5e7f</DriverId> <Id>9a15d931-ed50-433d-b3a9-2c36281ee5fb</Id> <IdCompany>951c64eb-b258-4ff2-ab28-3f1fc4ce55c4</IdCompany> <IdMerchant>3ff7ae6b-b9f7-484e-8331-1e266e438331</IdMerchant> <Message /> <NetworkId>f2be285f-3c7d-4b78-9589-dd7ab7347cbf</NetworkId> <NotificationFormatId>ec2c8255-e4fd-4c4c-b3a6-884302b6766d</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>ec86b3a2-20f6-40a0-8bd5-364258b48749</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>6741b4b5-44bf-4d35-acf9-2d6af685fa5e</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>83149af2-cbba-465f-942f-6e2aafac0287</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b66a752c-7709-47fc-be52-8bd16000dd39</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>a89c54bd-bd9b-431b-9aee-c52d07dc6afc</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>b66a752c-7709-47fc-be52-8bd16000dd39</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>a89c54bd-bd9b-431b-9aee-c52d07dc6afc</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>0c6f4f77-a3be-4701-bff9-eeeb4dfd2b08</IdRule> <IdVehicle>5862e76a-935a-4582-ab5e-6c618a3a4470</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>0c6f4f77-a3be-4701-bff9-eeeb4dfd2b08</IdRule> <IdVehicle>5862e76a-935a-4582-ab5e-6c618a3a4470</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-04-25T16:18:28.1068622Z</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>567a4f65-b0c2-4af5-933b-bf478839f07d</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>e5676e1f-ad07-4f78-8c07-0499e1919630</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>606d4844-c00d-4694-9ad3-212c1440e320</d4p1:guid> <d4p1:guid>c69a32d5-4fa3-438f-bf1b-88f36260c8e0</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>1c3f44ce-f393-4288-a1b5-f5aa0699a4b2</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-04-25T16:18:28.1068622Z</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>567a4f65-b0c2-4af5-933b-bf478839f07d</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>e5676e1f-ad07-4f78-8c07-0499e1919630</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>606d4844-c00d-4694-9ad3-212c1440e320</d4p1:guid> <d4p1:guid>c69a32d5-4fa3-438f-bf1b-88f36260c8e0</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>1c3f44ce-f393-4288-a1b5-f5aa0699a4b2</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-04-25T16:18:28.1068622Z</UpdateStateDate> <UserId>aac3a843-75a3-43a9-84de-a589298f71b1</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>6ab6ff15-e974-4b9a-b68f-c91fa101cbab</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>2dd87a1d-3b25-41d9-8b76-37e42098febc</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>401f0df4-abae-4f90-a3ed-9e37d45f998c</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>401f0df4-abae-4f90-a3ed-9e37d45f998c</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>