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": "fd78add0-37e4-45c9-8235-d01307d2b986", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-09-13T07:55:51.4891274Z", "LastEngineHoursDate": "2025-09-13T07:55:51.4891274Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "80750f37-0413-4ead-9e0e-a5dc7a3c44a9", "FleetDescription": "sample string 10", "CompanyId": "7a09cdd5-aaff-4d09-b4c6-3801ea292ccb", "CompanyName": "sample string 12", "VehiclesClassId": "94c2810b-0b77-402c-9c5a-2f2d13fae661", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "2a6fb5ed-796c-4b21-a3d0-9e82544e231b", "Clasification1Description": "sample string 15", "Clasification2Id": "6f8f4707-0bb3-4354-8f95-715d046ea262", "Clasification2Description": "sample string 16", "Clasification3Id": "ecb2f0c1-848a-4dc4-a2d8-4418cdbce525", "Clasification3Description": "sample string 17", "Clasification4Id": "37226443-eb8f-4661-805e-af287d3d903f", "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": "08d731a8-d3f5-4ffa-b515-ea68666417d6", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "08d731a8-d3f5-4ffa-b515-ea68666417d6", "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": "35ebeec2-db11-485c-926d-c99ac48045c6", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "bb4b7703-a338-4fd7-92e8-19eb220c4dd4", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "35ebeec2-db11-485c-926d-c99ac48045c6", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "bb4b7703-a338-4fd7-92e8-19eb220c4dd4", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "e51deb0c-5c07-4e4b-905d-b2f525694314", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "cd40dc35-4a08-40e6-8c83-c72f2bf583ba", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "e51deb0c-5c07-4e4b-905d-b2f525694314", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "cd40dc35-4a08-40e6-8c83-c72f2bf583ba", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "395152ca-fd9b-4d91-9d15-72f74a5ea29b", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e", "TypeModelId": "3dc29066-e2fa-4aa6-8a8d-2e208cd1d917", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e", "TypeModelId": "3dc29066-e2fa-4aa6-8a8d-2e208cd1d917", "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": "e5449213-94fb-49e5-9e8e-a66130a9c7a2", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "0693698a-7b9a-40c7-9365-c0ff349d7de0", "CurrencyCode": "sample string 8", "FuelMasterId": "17fcda98-1843-41e2-9030-367998606fa7", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "395152ca-fd9b-4d91-9d15-72f74a5ea29b", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e", "TypeModelId": "3dc29066-e2fa-4aa6-8a8d-2e208cd1d917", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e", "TypeModelId": "3dc29066-e2fa-4aa6-8a8d-2e208cd1d917", "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": "e5449213-94fb-49e5-9e8e-a66130a9c7a2", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "0693698a-7b9a-40c7-9365-c0ff349d7de0", "CurrencyCode": "sample string 8", "FuelMasterId": "17fcda98-1843-41e2-9030-367998606fa7", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "816a7b26-f66b-46b6-86cc-f3b8f21ae3d5", "CompanyContractId": "b95a645b-d91e-47c3-985a-5b0eee303895", "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": "816a7b26-f66b-46b6-86cc-f3b8f21ae3d5", "CompanyContractId": "b95a645b-d91e-47c3-985a-5b0eee303895", "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": "ad0d99f7-fa73-47e4-b152-ffa790b77f7e", "FleetName": "sample string 2", "QuotaRule": { "Id": "816a7b26-f66b-46b6-86cc-f3b8f21ae3d5", "CompanyContractId": "b95a645b-d91e-47c3-985a-5b0eee303895", "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": "ad0d99f7-fa73-47e4-b152-ffa790b77f7e", "FleetName": "sample string 2", "QuotaRule": { "Id": "816a7b26-f66b-46b6-86cc-f3b8f21ae3d5", "CompanyContractId": "b95a645b-d91e-47c3-985a-5b0eee303895", "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": "5ffcbc94-4486-4e39-ae12-78b036e0413f", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "b9ec246a-881d-4873-92c6-6da8086415f8", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "7c48cb20-d474-4ef9-91fa-1eab194cbab6", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "b9ec246a-881d-4873-92c6-6da8086415f8", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "7c48cb20-d474-4ef9-91fa-1eab194cbab6", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "10183c73-56c4-4f1c-a48a-c29d4d0f987e", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "10183c73-56c4-4f1c-a48a-c29d4d0f987e", "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": "36823b33-b5e1-4ee8-aee0-1d0ddd25d6c0", "NetworkId": "55c4896d-b117-4859-8289-523eb1335913", "NotificationFormatId": "1e291274-daa3-41e9-a87e-8840f7aea725", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:55:51.4891274Z", "UserAtionetCreatedId": "41d55350-2fe2-41fb-9045-a90e180aac15", "UserAtionetDestinationId": "123daa56-b110-41ab-9373-6f1674895dfa", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "a2510301-4e7e-4bf5-ba23-61b248a4a829", "IdMerchant": "6cad5de6-bc88-4041-804c-0229735e278c", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "9c99b6d1-dac2-4bfe-ac21-7a6f6bc6c8eb", "DriverId": "63692f69-4278-4a53-9c16-090f4c2c2c2d", "CreatedDateString": "2025/09/13 07:55" }, { "Id": "36823b33-b5e1-4ee8-aee0-1d0ddd25d6c0", "NetworkId": "55c4896d-b117-4859-8289-523eb1335913", "NotificationFormatId": "1e291274-daa3-41e9-a87e-8840f7aea725", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:55:51.4891274Z", "UserAtionetCreatedId": "41d55350-2fe2-41fb-9045-a90e180aac15", "UserAtionetDestinationId": "123daa56-b110-41ab-9373-6f1674895dfa", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "a2510301-4e7e-4bf5-ba23-61b248a4a829", "IdMerchant": "6cad5de6-bc88-4041-804c-0229735e278c", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "9c99b6d1-dac2-4bfe-ac21-7a6f6bc6c8eb", "DriverId": "63692f69-4278-4a53-9c16-090f4c2c2c2d", "CreatedDateString": "2025/09/13 07:55" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "c5195c8b-0924-4f8a-9cb2-013ed17a8757", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-09-13T07:55:51.4891274Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "8372c2db-4b87-4fcf-8759-285b9570a904", "a016355b-b7aa-4c32-8344-7a634979ef54" ], "DriverId": "02f96d29-9022-434e-bf7e-e7e6f0131a79", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "704fb426-7924-4867-a062-726256305fe5", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "c5195c8b-0924-4f8a-9cb2-013ed17a8757", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-09-13T07:55:51.4891274Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "8372c2db-4b87-4fcf-8759-285b9570a904", "a016355b-b7aa-4c32-8344-7a634979ef54" ], "DriverId": "02f96d29-9022-434e-bf7e-e7e6f0131a79", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "704fb426-7924-4867-a062-726256305fe5", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-09-13T07:55:51.4891274Z", "NetworkCreationDate": "2025-09-13T07:55:51.4891274Z", "NetworkTimezoneCode": "sample string 45", "UserId": "78b4c1b3-90a1-4947-8ec4-23365c60cc5f", "State": 64, "UpdateStateDate": "2025-09-13T07:55:51.4891274Z", "NetworkUpdateStateDate": "2025-09-13T07:55:51.4891274Z", "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>0693698a-7b9a-40c7-9365-c0ff349d7de0</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>17fcda98-1843-41e2-9030-367998606fa7</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>e5449213-94fb-49e5-9e8e-a66130a9c7a2</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>3dc29066-e2fa-4aa6-8a8d-2e208cd1d917</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>3dc29066-e2fa-4aa6-8a8d-2e208cd1d917</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>395152ca-fd9b-4d91-9d15-72f74a5ea29b</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>0693698a-7b9a-40c7-9365-c0ff349d7de0</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>17fcda98-1843-41e2-9030-367998606fa7</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>e5449213-94fb-49e5-9e8e-a66130a9c7a2</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>3dc29066-e2fa-4aa6-8a8d-2e208cd1d917</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>a50f7f8a-0bea-49e4-b5a2-2100fe59fe7e</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>3dc29066-e2fa-4aa6-8a8d-2e208cd1d917</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>395152ca-fd9b-4d91-9d15-72f74a5ea29b</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>2a6fb5ed-796c-4b21-a3d0-9e82544e231b</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>6f8f4707-0bb3-4354-8f95-715d046ea262</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>ecb2f0c1-848a-4dc4-a2d8-4418cdbce525</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>37226443-eb8f-4661-805e-af287d3d903f</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>7a09cdd5-aaff-4d09-b4c6-3801ea292ccb</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-09-13T07:55:51.4891274Z</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>10183c73-56c4-4f1c-a48a-c29d4d0f987e</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>10183c73-56c4-4f1c-a48a-c29d4d0f987e</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>80750f37-0413-4ead-9e0e-a5dc7a3c44a9</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b95a645b-d91e-47c3-985a-5b0eee303895</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>816a7b26-f66b-46b6-86cc-f3b8f21ae3d5</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>ad0d99f7-fa73-47e4-b152-ffa790b77f7e</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b95a645b-d91e-47c3-985a-5b0eee303895</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>816a7b26-f66b-46b6-86cc-f3b8f21ae3d5</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>ad0d99f7-fa73-47e4-b152-ffa790b77f7e</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>cd40dc35-4a08-40e6-8c83-c72f2bf583ba</IdFleet> <IdRule>e51deb0c-5c07-4e4b-905d-b2f525694314</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>cd40dc35-4a08-40e6-8c83-c72f2bf583ba</IdFleet> <IdRule>e51deb0c-5c07-4e4b-905d-b2f525694314</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>fd78add0-37e4-45c9-8235-d01307d2b986</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>7c48cb20-d474-4ef9-91fa-1eab194cbab6</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>b9ec246a-881d-4873-92c6-6da8086415f8</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>7c48cb20-d474-4ef9-91fa-1eab194cbab6</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>b9ec246a-881d-4873-92c6-6da8086415f8</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-09-13T07:55:51.4891274Z</LastEngineHoursDate> <LastOdometerDate>2025-09-13T07:55:51.4891274Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-09-13T07:55:51.4891274Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-09-13T07:55:51.4891274Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-09-13T07:55:51.4891274Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>63692f69-4278-4a53-9c16-090f4c2c2c2d</DriverId> <Id>36823b33-b5e1-4ee8-aee0-1d0ddd25d6c0</Id> <IdCompany>a2510301-4e7e-4bf5-ba23-61b248a4a829</IdCompany> <IdMerchant>6cad5de6-bc88-4041-804c-0229735e278c</IdMerchant> <Message /> <NetworkId>55c4896d-b117-4859-8289-523eb1335913</NetworkId> <NotificationFormatId>1e291274-daa3-41e9-a87e-8840f7aea725</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>41d55350-2fe2-41fb-9045-a90e180aac15</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>123daa56-b110-41ab-9373-6f1674895dfa</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>9c99b6d1-dac2-4bfe-ac21-7a6f6bc6c8eb</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-09-13T07:55:51.4891274Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>63692f69-4278-4a53-9c16-090f4c2c2c2d</DriverId> <Id>36823b33-b5e1-4ee8-aee0-1d0ddd25d6c0</Id> <IdCompany>a2510301-4e7e-4bf5-ba23-61b248a4a829</IdCompany> <IdMerchant>6cad5de6-bc88-4041-804c-0229735e278c</IdMerchant> <Message /> <NetworkId>55c4896d-b117-4859-8289-523eb1335913</NetworkId> <NotificationFormatId>1e291274-daa3-41e9-a87e-8840f7aea725</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>41d55350-2fe2-41fb-9045-a90e180aac15</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>123daa56-b110-41ab-9373-6f1674895dfa</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>9c99b6d1-dac2-4bfe-ac21-7a6f6bc6c8eb</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>b95a645b-d91e-47c3-985a-5b0eee303895</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>816a7b26-f66b-46b6-86cc-f3b8f21ae3d5</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>b95a645b-d91e-47c3-985a-5b0eee303895</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>816a7b26-f66b-46b6-86cc-f3b8f21ae3d5</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>35ebeec2-db11-485c-926d-c99ac48045c6</IdRule> <IdVehicle>bb4b7703-a338-4fd7-92e8-19eb220c4dd4</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>35ebeec2-db11-485c-926d-c99ac48045c6</IdRule> <IdVehicle>bb4b7703-a338-4fd7-92e8-19eb220c4dd4</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-09-13T07:55:51.4891274Z</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>02f96d29-9022-434e-bf7e-e7e6f0131a79</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>c5195c8b-0924-4f8a-9cb2-013ed17a8757</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>8372c2db-4b87-4fcf-8759-285b9570a904</d4p1:guid> <d4p1:guid>a016355b-b7aa-4c32-8344-7a634979ef54</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>704fb426-7924-4867-a062-726256305fe5</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-09-13T07:55:51.4891274Z</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>02f96d29-9022-434e-bf7e-e7e6f0131a79</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>c5195c8b-0924-4f8a-9cb2-013ed17a8757</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>8372c2db-4b87-4fcf-8759-285b9570a904</d4p1:guid> <d4p1:guid>a016355b-b7aa-4c32-8344-7a634979ef54</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>704fb426-7924-4867-a062-726256305fe5</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-09-13T07:55:51.4891274Z</UpdateStateDate> <UserId>78b4c1b3-90a1-4947-8ec4-23365c60cc5f</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>5ffcbc94-4486-4e39-ae12-78b036e0413f</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>94c2810b-0b77-402c-9c5a-2f2d13fae661</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>08d731a8-d3f5-4ffa-b515-ea68666417d6</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>08d731a8-d3f5-4ffa-b515-ea68666417d6</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": "32f1a955-39c1-496b-a15c-1c6206211fa4", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-09-13T07:55:51.4891274Z", "LastEngineHoursDate": "2025-09-13T07:55:51.4891274Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "ae1060b2-619a-4f94-ac50-bd50c8b9e773", "FleetDescription": "sample string 10", "CompanyId": "4f459fbb-1242-4062-a4ef-4467b27770e1", "CompanyName": "sample string 12", "VehiclesClassId": "3e1a3c92-d122-47b6-988c-418339f6c9ac", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "852e4531-d105-4218-bb52-acf82913ea0e", "Clasification1Description": "sample string 15", "Clasification2Id": "76d5b48f-0607-4aa8-b760-a4f05c848f25", "Clasification2Description": "sample string 16", "Clasification3Id": "0fa083aa-3eab-4bb8-9f4f-82ed73e8efa8", "Clasification3Description": "sample string 17", "Clasification4Id": "9ee45987-0a4b-4dac-bc03-b83aa9aa5ba7", "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": "b5dd89cb-bf17-42cc-8062-ca2671ec21e3", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "b5dd89cb-bf17-42cc-8062-ca2671ec21e3", "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": "ad8147c0-d257-40b9-ae83-6dc705fa0273", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "55a46142-0b5a-4563-adfc-c61e946422d2", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "ad8147c0-d257-40b9-ae83-6dc705fa0273", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "55a46142-0b5a-4563-adfc-c61e946422d2", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "fd22bfac-8201-48f8-9d3f-d879cade7981", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "ff7b9f7c-fa7e-4459-b14f-bf580806bba4", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "fd22bfac-8201-48f8-9d3f-d879cade7981", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "ff7b9f7c-fa7e-4459-b14f-bf580806bba4", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "1cc2591f-691a-434f-a2c6-3fd43e5db7a9", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "bd850501-492a-4339-b4e3-2f9c4a259342", "TypeModelId": "8db53f27-4964-4a62-a6ce-6c273b4a4528", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "bd850501-492a-4339-b4e3-2f9c4a259342", "TypeModelId": "8db53f27-4964-4a62-a6ce-6c273b4a4528", "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": "149e7034-bd3c-4108-b72b-8ee0627e3bab", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "d596c62c-09d2-4eb9-8007-50f04b6b9698", "CurrencyCode": "sample string 8", "FuelMasterId": "0658d84c-e9ab-47d1-9fc3-af0eba3028ab", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "1cc2591f-691a-434f-a2c6-3fd43e5db7a9", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "bd850501-492a-4339-b4e3-2f9c4a259342", "TypeModelId": "8db53f27-4964-4a62-a6ce-6c273b4a4528", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "bd850501-492a-4339-b4e3-2f9c4a259342", "TypeModelId": "8db53f27-4964-4a62-a6ce-6c273b4a4528", "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": "149e7034-bd3c-4108-b72b-8ee0627e3bab", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "d596c62c-09d2-4eb9-8007-50f04b6b9698", "CurrencyCode": "sample string 8", "FuelMasterId": "0658d84c-e9ab-47d1-9fc3-af0eba3028ab", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "40fc996b-0031-4ce9-bd6a-51ad884338c1", "CompanyContractId": "bb97aa49-44c4-42cf-91de-f23e3076abc2", "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": "40fc996b-0031-4ce9-bd6a-51ad884338c1", "CompanyContractId": "bb97aa49-44c4-42cf-91de-f23e3076abc2", "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": "682329e8-6e52-4340-a302-9391bdf4c65d", "FleetName": "sample string 2", "QuotaRule": { "Id": "40fc996b-0031-4ce9-bd6a-51ad884338c1", "CompanyContractId": "bb97aa49-44c4-42cf-91de-f23e3076abc2", "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": "682329e8-6e52-4340-a302-9391bdf4c65d", "FleetName": "sample string 2", "QuotaRule": { "Id": "40fc996b-0031-4ce9-bd6a-51ad884338c1", "CompanyContractId": "bb97aa49-44c4-42cf-91de-f23e3076abc2", "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": "020d601c-f468-40a5-b83d-76b9d08f7e48", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "b9c578c2-3dfd-4c69-92fe-de908b1aeaeb", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "94a3dcee-394f-4a68-97af-6d3965e399c8", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "b9c578c2-3dfd-4c69-92fe-de908b1aeaeb", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "94a3dcee-394f-4a68-97af-6d3965e399c8", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "edd00896-e075-4fc4-832a-32d131225a36", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "edd00896-e075-4fc4-832a-32d131225a36", "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": "e2521a25-70cc-4ca1-8ef2-a73b80ac5f1e", "NetworkId": "b5c39a7c-0e48-4d8e-97b4-5037d37356c1", "NotificationFormatId": "44ba0f8b-44b0-4dee-b811-4006fcec1788", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:55:51.4891274Z", "UserAtionetCreatedId": "e365cba6-a793-4747-ad74-e9e493710551", "UserAtionetDestinationId": "2d4b99ca-c4ed-4abf-a5e6-77360dc2d803", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "a76b16c3-195f-4fdd-8a29-f21eca16ea58", "IdMerchant": "8ed57f36-0195-409b-8f03-cc8e0e8ec352", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "f410d509-e870-4b38-a794-4294669c1f20", "DriverId": "f2bfea45-8971-4a2f-9627-c27fc515183f", "CreatedDateString": "2025/09/13 07:55" }, { "Id": "e2521a25-70cc-4ca1-8ef2-a73b80ac5f1e", "NetworkId": "b5c39a7c-0e48-4d8e-97b4-5037d37356c1", "NotificationFormatId": "44ba0f8b-44b0-4dee-b811-4006fcec1788", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-09-13T07:55:51.4891274Z", "UserAtionetCreatedId": "e365cba6-a793-4747-ad74-e9e493710551", "UserAtionetDestinationId": "2d4b99ca-c4ed-4abf-a5e6-77360dc2d803", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "a76b16c3-195f-4fdd-8a29-f21eca16ea58", "IdMerchant": "8ed57f36-0195-409b-8f03-cc8e0e8ec352", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "f410d509-e870-4b38-a794-4294669c1f20", "DriverId": "f2bfea45-8971-4a2f-9627-c27fc515183f", "CreatedDateString": "2025/09/13 07:55" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "87271a01-bdb7-4ed1-a7cb-11b0bd4a380b", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-09-13T07:55:51.4891274Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "a24aa0ec-d9e0-4a7e-8bb7-b0596862161a", "b48a031b-c7a9-4005-83cb-014b0e7b2807" ], "DriverId": "07c1abea-92d5-4e50-9285-713f8352a1a7", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "750296fd-8649-40e3-8720-fb89eaf809f1", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "87271a01-bdb7-4ed1-a7cb-11b0bd4a380b", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-09-13T07:55:51.4891274Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "a24aa0ec-d9e0-4a7e-8bb7-b0596862161a", "b48a031b-c7a9-4005-83cb-014b0e7b2807" ], "DriverId": "07c1abea-92d5-4e50-9285-713f8352a1a7", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "750296fd-8649-40e3-8720-fb89eaf809f1", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-09-13T07:55:51.4891274Z", "NetworkCreationDate": "2025-09-13T07:55:51.4891274Z", "NetworkTimezoneCode": "sample string 45", "UserId": "50d9a9b5-347a-4f91-8cec-bfab4f93a4da", "State": 64, "UpdateStateDate": "2025-09-13T07:55:51.4891274Z", "NetworkUpdateStateDate": "2025-09-13T07:55:51.4891274Z", "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>d596c62c-09d2-4eb9-8007-50f04b6b9698</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>0658d84c-e9ab-47d1-9fc3-af0eba3028ab</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>149e7034-bd3c-4108-b72b-8ee0627e3bab</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>bd850501-492a-4339-b4e3-2f9c4a259342</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>8db53f27-4964-4a62-a6ce-6c273b4a4528</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>bd850501-492a-4339-b4e3-2f9c4a259342</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>8db53f27-4964-4a62-a6ce-6c273b4a4528</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>1cc2591f-691a-434f-a2c6-3fd43e5db7a9</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>d596c62c-09d2-4eb9-8007-50f04b6b9698</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>0658d84c-e9ab-47d1-9fc3-af0eba3028ab</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>149e7034-bd3c-4108-b72b-8ee0627e3bab</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>bd850501-492a-4339-b4e3-2f9c4a259342</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>8db53f27-4964-4a62-a6ce-6c273b4a4528</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>bd850501-492a-4339-b4e3-2f9c4a259342</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>8db53f27-4964-4a62-a6ce-6c273b4a4528</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>1cc2591f-691a-434f-a2c6-3fd43e5db7a9</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>852e4531-d105-4218-bb52-acf82913ea0e</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>76d5b48f-0607-4aa8-b760-a4f05c848f25</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>0fa083aa-3eab-4bb8-9f4f-82ed73e8efa8</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>9ee45987-0a4b-4dac-bc03-b83aa9aa5ba7</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>4f459fbb-1242-4062-a4ef-4467b27770e1</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-09-13T07:55:51.4891274Z</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>edd00896-e075-4fc4-832a-32d131225a36</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>edd00896-e075-4fc4-832a-32d131225a36</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>ae1060b2-619a-4f94-ac50-bd50c8b9e773</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>bb97aa49-44c4-42cf-91de-f23e3076abc2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>40fc996b-0031-4ce9-bd6a-51ad884338c1</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>682329e8-6e52-4340-a302-9391bdf4c65d</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>bb97aa49-44c4-42cf-91de-f23e3076abc2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>40fc996b-0031-4ce9-bd6a-51ad884338c1</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>682329e8-6e52-4340-a302-9391bdf4c65d</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>ff7b9f7c-fa7e-4459-b14f-bf580806bba4</IdFleet> <IdRule>fd22bfac-8201-48f8-9d3f-d879cade7981</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>ff7b9f7c-fa7e-4459-b14f-bf580806bba4</IdFleet> <IdRule>fd22bfac-8201-48f8-9d3f-d879cade7981</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>32f1a955-39c1-496b-a15c-1c6206211fa4</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>94a3dcee-394f-4a68-97af-6d3965e399c8</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>b9c578c2-3dfd-4c69-92fe-de908b1aeaeb</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>94a3dcee-394f-4a68-97af-6d3965e399c8</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>b9c578c2-3dfd-4c69-92fe-de908b1aeaeb</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-09-13T07:55:51.4891274Z</LastEngineHoursDate> <LastOdometerDate>2025-09-13T07:55:51.4891274Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-09-13T07:55:51.4891274Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-09-13T07:55:51.4891274Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-09-13T07:55:51.4891274Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>f2bfea45-8971-4a2f-9627-c27fc515183f</DriverId> <Id>e2521a25-70cc-4ca1-8ef2-a73b80ac5f1e</Id> <IdCompany>a76b16c3-195f-4fdd-8a29-f21eca16ea58</IdCompany> <IdMerchant>8ed57f36-0195-409b-8f03-cc8e0e8ec352</IdMerchant> <Message /> <NetworkId>b5c39a7c-0e48-4d8e-97b4-5037d37356c1</NetworkId> <NotificationFormatId>44ba0f8b-44b0-4dee-b811-4006fcec1788</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>e365cba6-a793-4747-ad74-e9e493710551</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>2d4b99ca-c4ed-4abf-a5e6-77360dc2d803</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>f410d509-e870-4b38-a794-4294669c1f20</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-09-13T07:55:51.4891274Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>f2bfea45-8971-4a2f-9627-c27fc515183f</DriverId> <Id>e2521a25-70cc-4ca1-8ef2-a73b80ac5f1e</Id> <IdCompany>a76b16c3-195f-4fdd-8a29-f21eca16ea58</IdCompany> <IdMerchant>8ed57f36-0195-409b-8f03-cc8e0e8ec352</IdMerchant> <Message /> <NetworkId>b5c39a7c-0e48-4d8e-97b4-5037d37356c1</NetworkId> <NotificationFormatId>44ba0f8b-44b0-4dee-b811-4006fcec1788</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>e365cba6-a793-4747-ad74-e9e493710551</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>2d4b99ca-c4ed-4abf-a5e6-77360dc2d803</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>f410d509-e870-4b38-a794-4294669c1f20</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>bb97aa49-44c4-42cf-91de-f23e3076abc2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>40fc996b-0031-4ce9-bd6a-51ad884338c1</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>bb97aa49-44c4-42cf-91de-f23e3076abc2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>40fc996b-0031-4ce9-bd6a-51ad884338c1</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>ad8147c0-d257-40b9-ae83-6dc705fa0273</IdRule> <IdVehicle>55a46142-0b5a-4563-adfc-c61e946422d2</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>ad8147c0-d257-40b9-ae83-6dc705fa0273</IdRule> <IdVehicle>55a46142-0b5a-4563-adfc-c61e946422d2</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-09-13T07:55:51.4891274Z</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>07c1abea-92d5-4e50-9285-713f8352a1a7</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>87271a01-bdb7-4ed1-a7cb-11b0bd4a380b</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>a24aa0ec-d9e0-4a7e-8bb7-b0596862161a</d4p1:guid> <d4p1:guid>b48a031b-c7a9-4005-83cb-014b0e7b2807</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>750296fd-8649-40e3-8720-fb89eaf809f1</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-09-13T07:55:51.4891274Z</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>07c1abea-92d5-4e50-9285-713f8352a1a7</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>87271a01-bdb7-4ed1-a7cb-11b0bd4a380b</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>a24aa0ec-d9e0-4a7e-8bb7-b0596862161a</d4p1:guid> <d4p1:guid>b48a031b-c7a9-4005-83cb-014b0e7b2807</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>750296fd-8649-40e3-8720-fb89eaf809f1</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-09-13T07:55:51.4891274Z</UpdateStateDate> <UserId>50d9a9b5-347a-4f91-8cec-bfab4f93a4da</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>020d601c-f468-40a5-b83d-76b9d08f7e48</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>3e1a3c92-d122-47b6-988c-418339f6c9ac</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>b5dd89cb-bf17-42cc-8062-ca2671ec21e3</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>b5dd89cb-bf17-42cc-8062-ca2671ec21e3</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>