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": "f4f43913-5deb-46d1-8241-3e98ee33c519", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-06-12T07:54:49.1991087Z", "LastEngineHoursDate": "2025-06-12T07:54:49.1991087Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "afa0f067-cf8e-4c1a-ad5f-2ca6a3bdc43d", "FleetDescription": "sample string 10", "CompanyId": "5571a325-23e5-4655-bf60-c23d470c3829", "CompanyName": "sample string 12", "VehiclesClassId": "3b3db676-5a14-46a3-bd2a-0e2590ffd9da", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "282ad06f-e268-48c4-bd18-0e7ab96bfdd2", "Clasification1Description": "sample string 15", "Clasification2Id": "8ebe7b54-64bd-4d2c-a72c-5787a44b1f97", "Clasification2Description": "sample string 16", "Clasification3Id": "f30ef6e8-0846-41a1-bc85-22776c413294", "Clasification3Description": "sample string 17", "Clasification4Id": "7973eed3-9a2c-4385-a664-b9d4590b5926", "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": "9757f38c-dcb9-4f22-ad9f-1920189e90d4", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "9757f38c-dcb9-4f22-ad9f-1920189e90d4", "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": "4373ea88-ac45-41fc-9c0d-300092168459", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "b756d16e-85e9-4311-829a-1ab55332f0fb", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "4373ea88-ac45-41fc-9c0d-300092168459", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "b756d16e-85e9-4311-829a-1ab55332f0fb", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "e41c77b8-13fe-4488-a8c6-2e1423ff00a2", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "9d2984b4-3abd-4f0a-b8cf-7250589e348b", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "e41c77b8-13fe-4488-a8c6-2e1423ff00a2", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "9d2984b4-3abd-4f0a-b8cf-7250589e348b", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "8b4823b1-c933-47ac-b417-8bec581a88ce", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "4675bcfa-455d-496d-95d4-05c82b76f612", "TypeModelId": "4f37deb9-b905-4541-a53b-488e8038bd0b", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "4675bcfa-455d-496d-95d4-05c82b76f612", "TypeModelId": "4f37deb9-b905-4541-a53b-488e8038bd0b", "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": "2fca1f47-1c9a-403e-a585-60134c0865be", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "efe5811b-b6d2-47cf-95ec-affa009885fb", "CurrencyCode": "sample string 8", "FuelMasterId": "9b206ab1-d66e-4d32-a30e-b0971c6248da", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "8b4823b1-c933-47ac-b417-8bec581a88ce", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "4675bcfa-455d-496d-95d4-05c82b76f612", "TypeModelId": "4f37deb9-b905-4541-a53b-488e8038bd0b", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "4675bcfa-455d-496d-95d4-05c82b76f612", "TypeModelId": "4f37deb9-b905-4541-a53b-488e8038bd0b", "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": "2fca1f47-1c9a-403e-a585-60134c0865be", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "efe5811b-b6d2-47cf-95ec-affa009885fb", "CurrencyCode": "sample string 8", "FuelMasterId": "9b206ab1-d66e-4d32-a30e-b0971c6248da", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "3c1a601e-57a4-459f-a178-b0ea706f4171", "CompanyContractId": "1ab2df8a-642f-4f14-88d0-1a6f62411bf2", "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": "3c1a601e-57a4-459f-a178-b0ea706f4171", "CompanyContractId": "1ab2df8a-642f-4f14-88d0-1a6f62411bf2", "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": "a168840c-9f22-45ef-882a-1095534d5c13", "FleetName": "sample string 2", "QuotaRule": { "Id": "3c1a601e-57a4-459f-a178-b0ea706f4171", "CompanyContractId": "1ab2df8a-642f-4f14-88d0-1a6f62411bf2", "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": "a168840c-9f22-45ef-882a-1095534d5c13", "FleetName": "sample string 2", "QuotaRule": { "Id": "3c1a601e-57a4-459f-a178-b0ea706f4171", "CompanyContractId": "1ab2df8a-642f-4f14-88d0-1a6f62411bf2", "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": "edea72a3-49ab-4b72-bef4-7ec7d24168b2", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "5fcf0218-b2ad-4dde-b86f-68230948bea2", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "936c3cf3-579d-4b12-8d35-d0005da8f9d1", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "5fcf0218-b2ad-4dde-b86f-68230948bea2", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "936c3cf3-579d-4b12-8d35-d0005da8f9d1", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "99dd27ca-21d6-4488-a621-b68d9f359b74", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "99dd27ca-21d6-4488-a621-b68d9f359b74", "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": "d1d1fc41-c9a3-45ea-b9ee-ceadd01131c2", "NetworkId": "38172917-afc8-4959-9e71-be8d0da1493e", "NotificationFormatId": "134d886a-7199-4daa-a08e-3ad62eb31cb8", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-06-12T07:54:49.1991087Z", "UserAtionetCreatedId": "6a214e87-3137-4843-b79e-7d6a282a862d", "UserAtionetDestinationId": "128e71f8-2bf7-4e59-be6e-82d52ccd4623", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "1e4c9406-2acd-4718-9e65-68613c3f8ea2", "IdMerchant": "c0fae974-161c-492c-a91d-cc702efb1db3", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "b6f35ec1-528d-4154-bf24-bb6c66a38747", "DriverId": "e9d7e5f3-cf25-4f82-a354-56b86fa3cd59", "CreatedDateString": "2025/06/12 07:54" }, { "Id": "d1d1fc41-c9a3-45ea-b9ee-ceadd01131c2", "NetworkId": "38172917-afc8-4959-9e71-be8d0da1493e", "NotificationFormatId": "134d886a-7199-4daa-a08e-3ad62eb31cb8", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-06-12T07:54:49.1991087Z", "UserAtionetCreatedId": "6a214e87-3137-4843-b79e-7d6a282a862d", "UserAtionetDestinationId": "128e71f8-2bf7-4e59-be6e-82d52ccd4623", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "1e4c9406-2acd-4718-9e65-68613c3f8ea2", "IdMerchant": "c0fae974-161c-492c-a91d-cc702efb1db3", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "b6f35ec1-528d-4154-bf24-bb6c66a38747", "DriverId": "e9d7e5f3-cf25-4f82-a354-56b86fa3cd59", "CreatedDateString": "2025/06/12 07:54" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "e0e36d08-93e7-43d5-887c-991da8a89971", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-06-12T07:54:49.2147341Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "0d25fbd9-a0a4-4ae0-957b-8608c3c2152c", "ac3e3872-1a73-4204-a4f6-5a5ac6b7925a" ], "DriverId": "9d964fc9-5e22-4efc-a228-5247ed6cfc97", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "0bf41527-f544-40f7-9f5a-45ac23bad699", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "e0e36d08-93e7-43d5-887c-991da8a89971", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-06-12T07:54:49.2147341Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "0d25fbd9-a0a4-4ae0-957b-8608c3c2152c", "ac3e3872-1a73-4204-a4f6-5a5ac6b7925a" ], "DriverId": "9d964fc9-5e22-4efc-a228-5247ed6cfc97", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "0bf41527-f544-40f7-9f5a-45ac23bad699", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-06-12T07:54:49.2147341Z", "NetworkCreationDate": "2025-06-12T07:54:49.2147341Z", "NetworkTimezoneCode": "sample string 45", "UserId": "5aed0206-3307-4983-b557-a1f13bcfbeab", "State": 64, "UpdateStateDate": "2025-06-12T07:54:49.2147341Z", "NetworkUpdateStateDate": "2025-06-12T07:54:49.2147341Z", "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>efe5811b-b6d2-47cf-95ec-affa009885fb</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>9b206ab1-d66e-4d32-a30e-b0971c6248da</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>2fca1f47-1c9a-403e-a585-60134c0865be</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>4675bcfa-455d-496d-95d4-05c82b76f612</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>4f37deb9-b905-4541-a53b-488e8038bd0b</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>4675bcfa-455d-496d-95d4-05c82b76f612</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>4f37deb9-b905-4541-a53b-488e8038bd0b</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>8b4823b1-c933-47ac-b417-8bec581a88ce</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>efe5811b-b6d2-47cf-95ec-affa009885fb</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>9b206ab1-d66e-4d32-a30e-b0971c6248da</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>2fca1f47-1c9a-403e-a585-60134c0865be</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>4675bcfa-455d-496d-95d4-05c82b76f612</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>4f37deb9-b905-4541-a53b-488e8038bd0b</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>4675bcfa-455d-496d-95d4-05c82b76f612</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>4f37deb9-b905-4541-a53b-488e8038bd0b</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>8b4823b1-c933-47ac-b417-8bec581a88ce</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>282ad06f-e268-48c4-bd18-0e7ab96bfdd2</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>8ebe7b54-64bd-4d2c-a72c-5787a44b1f97</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>f30ef6e8-0846-41a1-bc85-22776c413294</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>7973eed3-9a2c-4385-a664-b9d4590b5926</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>5571a325-23e5-4655-bf60-c23d470c3829</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-06-12T07:54:49.2147341Z</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>99dd27ca-21d6-4488-a621-b68d9f359b74</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>99dd27ca-21d6-4488-a621-b68d9f359b74</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>afa0f067-cf8e-4c1a-ad5f-2ca6a3bdc43d</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>1ab2df8a-642f-4f14-88d0-1a6f62411bf2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>3c1a601e-57a4-459f-a178-b0ea706f4171</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>a168840c-9f22-45ef-882a-1095534d5c13</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>1ab2df8a-642f-4f14-88d0-1a6f62411bf2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>3c1a601e-57a4-459f-a178-b0ea706f4171</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>a168840c-9f22-45ef-882a-1095534d5c13</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>9d2984b4-3abd-4f0a-b8cf-7250589e348b</IdFleet> <IdRule>e41c77b8-13fe-4488-a8c6-2e1423ff00a2</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>9d2984b4-3abd-4f0a-b8cf-7250589e348b</IdFleet> <IdRule>e41c77b8-13fe-4488-a8c6-2e1423ff00a2</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>f4f43913-5deb-46d1-8241-3e98ee33c519</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>936c3cf3-579d-4b12-8d35-d0005da8f9d1</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>5fcf0218-b2ad-4dde-b86f-68230948bea2</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>936c3cf3-579d-4b12-8d35-d0005da8f9d1</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>5fcf0218-b2ad-4dde-b86f-68230948bea2</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-06-12T07:54:49.1991087Z</LastEngineHoursDate> <LastOdometerDate>2025-06-12T07:54:49.1991087Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-06-12T07:54:49.2147341Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-06-12T07:54:49.2147341Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-06-12T07:54:49.1991087Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>e9d7e5f3-cf25-4f82-a354-56b86fa3cd59</DriverId> <Id>d1d1fc41-c9a3-45ea-b9ee-ceadd01131c2</Id> <IdCompany>1e4c9406-2acd-4718-9e65-68613c3f8ea2</IdCompany> <IdMerchant>c0fae974-161c-492c-a91d-cc702efb1db3</IdMerchant> <Message /> <NetworkId>38172917-afc8-4959-9e71-be8d0da1493e</NetworkId> <NotificationFormatId>134d886a-7199-4daa-a08e-3ad62eb31cb8</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>6a214e87-3137-4843-b79e-7d6a282a862d</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>128e71f8-2bf7-4e59-be6e-82d52ccd4623</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b6f35ec1-528d-4154-bf24-bb6c66a38747</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-06-12T07:54:49.1991087Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>e9d7e5f3-cf25-4f82-a354-56b86fa3cd59</DriverId> <Id>d1d1fc41-c9a3-45ea-b9ee-ceadd01131c2</Id> <IdCompany>1e4c9406-2acd-4718-9e65-68613c3f8ea2</IdCompany> <IdMerchant>c0fae974-161c-492c-a91d-cc702efb1db3</IdMerchant> <Message /> <NetworkId>38172917-afc8-4959-9e71-be8d0da1493e</NetworkId> <NotificationFormatId>134d886a-7199-4daa-a08e-3ad62eb31cb8</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>6a214e87-3137-4843-b79e-7d6a282a862d</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>128e71f8-2bf7-4e59-be6e-82d52ccd4623</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b6f35ec1-528d-4154-bf24-bb6c66a38747</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>1ab2df8a-642f-4f14-88d0-1a6f62411bf2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>3c1a601e-57a4-459f-a178-b0ea706f4171</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>1ab2df8a-642f-4f14-88d0-1a6f62411bf2</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>3c1a601e-57a4-459f-a178-b0ea706f4171</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>4373ea88-ac45-41fc-9c0d-300092168459</IdRule> <IdVehicle>b756d16e-85e9-4311-829a-1ab55332f0fb</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>4373ea88-ac45-41fc-9c0d-300092168459</IdRule> <IdVehicle>b756d16e-85e9-4311-829a-1ab55332f0fb</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-06-12T07:54:49.2147341Z</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>9d964fc9-5e22-4efc-a228-5247ed6cfc97</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>e0e36d08-93e7-43d5-887c-991da8a89971</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>0d25fbd9-a0a4-4ae0-957b-8608c3c2152c</d4p1:guid> <d4p1:guid>ac3e3872-1a73-4204-a4f6-5a5ac6b7925a</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>0bf41527-f544-40f7-9f5a-45ac23bad699</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-06-12T07:54:49.2147341Z</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>9d964fc9-5e22-4efc-a228-5247ed6cfc97</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>e0e36d08-93e7-43d5-887c-991da8a89971</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>0d25fbd9-a0a4-4ae0-957b-8608c3c2152c</d4p1:guid> <d4p1:guid>ac3e3872-1a73-4204-a4f6-5a5ac6b7925a</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>0bf41527-f544-40f7-9f5a-45ac23bad699</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-06-12T07:54:49.2147341Z</UpdateStateDate> <UserId>5aed0206-3307-4983-b557-a1f13bcfbeab</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>edea72a3-49ab-4b72-bef4-7ec7d24168b2</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>3b3db676-5a14-46a3-bd2a-0e2590ffd9da</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>9757f38c-dcb9-4f22-ad9f-1920189e90d4</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>9757f38c-dcb9-4f22-ad9f-1920189e90d4</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": "94b3cda5-7eb3-477c-b8f2-cf4cd255a233", "Code": "sample string 2", "Plate": "sample string 3", "Enabled": true, "Year": 1, "CurrentOdometer": 1, "LastOdometerDate": "2025-06-12T07:54:49.2460631Z", "LastEngineHoursDate": "2025-06-12T07:54:49.2460631Z", "EngineNumber": "sample string 5", "ChassisNumber": "sample string 6", "CurrentEngineHours": 1, "ServiceDescription": "sample string 7", "ServiceType": 8, "InitialOdometer": 1, "FleetId": "163a8db1-b879-4f98-94ac-e9ea9206a9b7", "FleetDescription": "sample string 10", "CompanyId": "6edb6d5f-230b-44f7-bc33-2043c050c606", "CompanyName": "sample string 12", "VehiclesClassId": "cb0e5a45-fbf9-473e-8c32-7753c9b10047", "VehiclesClassDescription": "sample string 14", "Clasification1Id": "0f70f25e-28a1-4608-8e08-e84f1681c04e", "Clasification1Description": "sample string 15", "Clasification2Id": "89d6e0b8-3670-40e9-9725-fa0bf43bb86e", "Clasification2Description": "sample string 16", "Clasification3Id": "01fe2fc6-a057-4638-8241-4c81443c640d", "Clasification3Description": "sample string 17", "Clasification4Id": "e14056d0-e04f-4c98-94f5-eee32dc49eab", "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": "d95844dd-2c2d-4c63-bd59-2fc3e96c74ed", "DriverCode": "sample string 2", "DriverLastName": "sample string 3", "DriverFirstName": "sample string 4", "RequireDriverIdentification": true, "RequireVehicleIdentification": true, "IsLoyalty": true, "RequireVehicleCode": true, "RequireDriverCode": true }, { "DriverId": "d95844dd-2c2d-4c63-bd59-2fc3e96c74ed", "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": "e6254f4f-02a5-4132-b55f-1f3ff71c70d3", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "60b4c9c7-0882-4ecf-8d3f-8b59f3dc8257", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" }, { "IdRule": "e6254f4f-02a5-4132-b55f-1f3ff71c70d3", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdVehicle": "60b4c9c7-0882-4ecf-8d3f-8b59f3dc8257", "VehicleCode": "sample string 6", "VehiclePlate": "sample string 7", "Description": "sample string 8" } ], "FleetRules": [ { "IdRule": "1459753c-1db5-49b5-95be-f3f44bd1698d", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "d39d1a2f-88a3-49e0-a1d7-eae698674c08", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" }, { "IdRule": "1459753c-1db5-49b5-95be-f3f44bd1698d", "RuleName": "sample string 2", "RuleType": 3, "RuleTypeDescription": "sample string 4", "IdFleet": "d39d1a2f-88a3-49e0-a1d7-eae698674c08", "FleetName": "sample string 6", "FleetCode": "sample string 7", "Description": "sample string 8" } ], "AvaliableAmount": 1.0, "AvaliableVolume": 1.0, "Balances": [ { "SubAccountId": "b890275c-0574-485a-9f40-130b6abbd405", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "5974fd8a-f3eb-413b-9fb1-3b1d08dabed8", "TypeModelId": "b24d753e-f368-46df-9536-d2c29227eb04", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "5974fd8a-f3eb-413b-9fb1-3b1d08dabed8", "TypeModelId": "b24d753e-f368-46df-9536-d2c29227eb04", "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": "964ba002-625b-4d86-9fd2-1efbf46a6533", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "3069ad7a-b04e-482a-8228-04dff2e14ab1", "CurrencyCode": "sample string 8", "FuelMasterId": "a1be5a1f-e05a-4af1-ad44-b71123440024", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" }, { "SubAccountId": "b890275c-0574-485a-9f40-130b6abbd405", "AvailableAmount": 1.0, "AvailableVolume": 1.0, "Identifications": [ { "Id": "5974fd8a-f3eb-413b-9fb1-3b1d08dabed8", "TypeModelId": "b24d753e-f368-46df-9536-d2c29227eb04", "TypeModelDescription": "sample string 3", "Label": "sample string 4", "Description": "sample string 3 - sample string 4" }, { "Id": "5974fd8a-f3eb-413b-9fb1-3b1d08dabed8", "TypeModelId": "b24d753e-f368-46df-9536-d2c29227eb04", "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": "964ba002-625b-4d86-9fd2-1efbf46a6533", "CompanyContractCode": "sample string 5", "CompanyContractDescription": "sample string 6", "Value": 7.0, "CurrencyId": "3069ad7a-b04e-482a-8228-04dff2e14ab1", "CurrencyCode": "sample string 8", "FuelMasterId": "a1be5a1f-e05a-4af1-ad44-b71123440024", "FuelMasterCode": "sample string 9", "FuelName": "sample string 10", "Specie": "sample string 8" } ], "QuotaRules": [ { "QuotaRule": { "Id": "4777f1af-8f69-4943-897c-e40ef8acd966", "CompanyContractId": "13ae9d47-e43d-4a39-8a29-0c5930fa110f", "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": "4777f1af-8f69-4943-897c-e40ef8acd966", "CompanyContractId": "13ae9d47-e43d-4a39-8a29-0c5930fa110f", "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": "288395f7-f4d7-4c5e-8fad-569a455d8b9f", "FleetName": "sample string 2", "QuotaRule": { "Id": "4777f1af-8f69-4943-897c-e40ef8acd966", "CompanyContractId": "13ae9d47-e43d-4a39-8a29-0c5930fa110f", "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": "288395f7-f4d7-4c5e-8fad-569a455d8b9f", "FleetName": "sample string 2", "QuotaRule": { "Id": "4777f1af-8f69-4943-897c-e40ef8acd966", "CompanyContractId": "13ae9d47-e43d-4a39-8a29-0c5930fa110f", "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": "cae4ff1f-99f7-4b71-9b56-b7520113abc5", "VehicleTypeCode": "sample string 43", "Colour": "sample string 44", "Identifications": [ { "IdentificationId": "da03daef-1d0b-4797-9711-c5241fcfd449", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "d4d81d3f-6248-4f39-b17e-6c3963697847", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" }, { "IdentificationId": "da03daef-1d0b-4797-9711-c5241fcfd449", "IdentificationLabel": "sample string 2", "IdentificationTypeModel": "sample string 3", "IdentificationStatus": 64, "ContractId": "d4d81d3f-6248-4f39-b17e-6c3963697847", "PIN": "sample string 6", "PAN": "sample string 7", "Active": true, "CompanyContractDescription": "sample string 9", "ExpirationDate": "sample string 10" } ], "ExclusiveRules": [ { "RuleId": "abf02503-3afe-45c6-b69e-95552490de86", "RuleName": "sample string 2", "RuleType": 64 }, { "RuleId": "abf02503-3afe-45c6-b69e-95552490de86", "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": "8ecc6732-b1a8-4175-938f-548b34e6a2c1", "NetworkId": "7a1fe4a1-4a1e-4de8-bffa-53bb2499af0f", "NotificationFormatId": "0c8a15bf-e825-4d92-b508-edd2a86e9d60", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-06-12T07:54:49.2460631Z", "UserAtionetCreatedId": "4aceddf2-4872-4c0d-b3b8-754424baf16c", "UserAtionetDestinationId": "3c6ce69b-9029-444c-ad8d-dcf4d868a6b7", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "30eae39d-37c7-4968-8118-d8b7b4030b22", "IdMerchant": "e9321a40-a62b-426a-a212-d52833a79ee8", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "b56d4989-a0aa-49d3-b714-60111e471a29", "DriverId": "64e734dd-a13e-4192-9e43-0a8140bfd150", "CreatedDateString": "2025/06/12 07:54" }, { "Id": "8ecc6732-b1a8-4175-938f-548b34e6a2c1", "NetworkId": "7a1fe4a1-4a1e-4de8-bffa-53bb2499af0f", "NotificationFormatId": "0c8a15bf-e825-4d92-b508-edd2a86e9d60", "Channel": 64, "Origin": "sample string 3", "DestinationAddresses": "sample string 4", "CreatedDate": "2025-06-12T07:54:49.2460631Z", "UserAtionetCreatedId": "4aceddf2-4872-4c0d-b3b8-754424baf16c", "UserAtionetDestinationId": "3c6ce69b-9029-444c-ad8d-dcf4d868a6b7", "Type": 64, "State": 64, "Subject": "sample string 8", "Message": {}, "IdCompany": "30eae39d-37c7-4968-8118-d8b7b4030b22", "IdMerchant": "e9321a40-a62b-426a-a212-d52833a79ee8", "UserAtionetCreated": "sample string 10", "UserAtionetDestination": "sample string 11", "UserState": 64, "Payload": "sample string 12", "VehicleId": "b56d4989-a0aa-49d3-b714-60111e471a29", "DriverId": "64e734dd-a13e-4192-9e43-0a8140bfd150", "CreatedDateString": "2025/06/12 07:54" } ], "AverageConsumption": 1.0, "AverageTravel": 1.0, "AverageCost": 1.0, "TotalCO2": 1.0, "TotalTravel": 1.0, "SubAccounts": [ { "Id": "a89a9e56-d59d-4756-b3c0-932c3bade27a", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-06-12T07:54:49.2460631Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "af8e3c2d-ad6a-4ba0-9573-d59c853cfae5", "aa969a6c-6c0d-42f1-ac95-9158197bb9b1" ], "DriverId": "150e362a-ab89-4107-840f-3bcaf218fe42", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "305b0e57-fb39-454c-92bb-7a7d15a4ee14", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" }, { "Id": "a89a9e56-d59d-4756-b3c0-932c3bade27a", "Description": "sample string 2", "IdentificationsDescription": "sample string 3", "ContractDescription": "sample string 4", "BalanceDate": "2025-06-12T07:54:49.2460631Z", "CurrentBalance": 6.0, "PreviousBalance": 7.0, "Consumption": 8.0, "Limit": 9.0, "IdentificationIds": [ "af8e3c2d-ad6a-4ba0-9573-d59c853cfae5", "aa969a6c-6c0d-42f1-ac95-9158197bb9b1" ], "DriverId": "150e362a-ab89-4107-840f-3bcaf218fe42", "DriverCode": "sample string 10", "DriverFirstName": "sample string 11", "DriverLastName": "sample string 12", "VehicleId": "305b0e57-fb39-454c-92bb-7a7d15a4ee14", "VehicleCode": "sample string 13", "VehicleYear": 1, "VehicleOdometer": 1, "VehicleEngineHours": 1, "VehicleConsumption": 14.0, "FleetDescription": "sample string 15" } ], "CreationDate": "2025-06-12T07:54:49.2460631Z", "NetworkCreationDate": "2025-06-12T07:54:49.2460631Z", "NetworkTimezoneCode": "sample string 45", "UserId": "89db5534-1de9-4977-92bd-4dd7a3856fcf", "State": 64, "UpdateStateDate": "2025-06-12T07:54:49.2460631Z", "NetworkUpdateStateDate": "2025-06-12T07:54:49.2460631Z", "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>3069ad7a-b04e-482a-8228-04dff2e14ab1</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>a1be5a1f-e05a-4af1-ad44-b71123440024</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>964ba002-625b-4d86-9fd2-1efbf46a6533</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>5974fd8a-f3eb-413b-9fb1-3b1d08dabed8</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>b24d753e-f368-46df-9536-d2c29227eb04</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>5974fd8a-f3eb-413b-9fb1-3b1d08dabed8</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>b24d753e-f368-46df-9536-d2c29227eb04</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>b890275c-0574-485a-9f40-130b6abbd405</SubAccountId> </VehicleBalanceDto> <VehicleBalanceDto> <CurrencyCode>sample string 8</CurrencyCode> <CurrencyId>3069ad7a-b04e-482a-8228-04dff2e14ab1</CurrencyId> <FuelMasterCode>sample string 9</FuelMasterCode> <FuelMasterId>a1be5a1f-e05a-4af1-ad44-b71123440024</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>964ba002-625b-4d86-9fd2-1efbf46a6533</CompanyContractId> <AvailableAmount>1</AvailableAmount> <AvailableVolume>1</AvailableVolume> <Identifications> <IdentificationBalanceDtoBase> <Id>5974fd8a-f3eb-413b-9fb1-3b1d08dabed8</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>b24d753e-f368-46df-9536-d2c29227eb04</TypeModelId> </IdentificationBalanceDtoBase> <IdentificationBalanceDtoBase> <Id>5974fd8a-f3eb-413b-9fb1-3b1d08dabed8</Id> <Label>sample string 4</Label> <TypeModelDescription>sample string 3</TypeModelDescription> <TypeModelId>b24d753e-f368-46df-9536-d2c29227eb04</TypeModelId> </IdentificationBalanceDtoBase> </Identifications> <SubAccountId>b890275c-0574-485a-9f40-130b6abbd405</SubAccountId> </VehicleBalanceDto> </Balances> <Brand>sample string 27</Brand> <ChassisNumber>sample string 6</ChassisNumber> <Clasification1Description>sample string 15</Clasification1Description> <Clasification1Id>0f70f25e-28a1-4608-8e08-e84f1681c04e</Clasification1Id> <Clasification1Label>sample string 23</Clasification1Label> <Clasification2Description>sample string 16</Clasification2Description> <Clasification2Id>89d6e0b8-3670-40e9-9725-fa0bf43bb86e</Clasification2Id> <Clasification2Label>sample string 24</Clasification2Label> <Clasification3Description>sample string 17</Clasification3Description> <Clasification3Id>01fe2fc6-a057-4638-8241-4c81443c640d</Clasification3Id> <Clasification3Label>sample string 25</Clasification3Label> <Clasification4Description>sample string 18</Clasification4Description> <Clasification4Id>e14056d0-e04f-4c98-94f5-eee32dc49eab</Clasification4Id> <Clasification4Label>sample string 26</Clasification4Label> <Code>sample string 2</Code> <Colour>sample string 44</Colour> <CompanyId>6edb6d5f-230b-44f7-bc33-2043c050c606</CompanyId> <CompanyName>sample string 12</CompanyName> <CreationDate>2025-06-12T07:54:49.2460631Z</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>abf02503-3afe-45c6-b69e-95552490de86</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> <VehicleRuleDto> <RuleId>abf02503-3afe-45c6-b69e-95552490de86</RuleId> <RuleName>sample string 2</RuleName> <RuleType>64</RuleType> </VehicleRuleDto> </ExclusiveRules> <FleetDescription>sample string 10</FleetDescription> <FleetId>163a8db1-b879-4f98-94ac-e9ea9206a9b7</FleetId> <FleetQuotaRules> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>13ae9d47-e43d-4a39-8a29-0c5930fa110f</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>4777f1af-8f69-4943-897c-e40ef8acd966</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>288395f7-f4d7-4c5e-8fad-569a455d8b9f</FleetId> <FleetName>sample string 2</FleetName> </FleetQuotaRuleBalanceDto> <FleetQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>13ae9d47-e43d-4a39-8a29-0c5930fa110f</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>4777f1af-8f69-4943-897c-e40ef8acd966</Id> <Money>1</Money> <OfflineLimit>1</OfflineLimit> <SecurityLimit>1</SecurityLimit> <Transactions>1</Transactions> <Volume>1</Volume> </QuotaRule> <Transactions>1</Transactions> <Volume>1</Volume> <FleetId>288395f7-f4d7-4c5e-8fad-569a455d8b9f</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>d39d1a2f-88a3-49e0-a1d7-eae698674c08</IdFleet> <IdRule>1459753c-1db5-49b5-95be-f3f44bd1698d</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>d39d1a2f-88a3-49e0-a1d7-eae698674c08</IdFleet> <IdRule>1459753c-1db5-49b5-95be-f3f44bd1698d</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>94b3cda5-7eb3-477c-b8f2-cf4cd255a233</Id> <Identifications> <VehicleIdentificationDto> <Active>true</Active> <CompanyContractDescription>sample string 9</CompanyContractDescription> <ContractId>d4d81d3f-6248-4f39-b17e-6c3963697847</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>da03daef-1d0b-4797-9711-c5241fcfd449</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>d4d81d3f-6248-4f39-b17e-6c3963697847</ContractId> <ExpirationDate>sample string 10</ExpirationDate> <IdentificationId>da03daef-1d0b-4797-9711-c5241fcfd449</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-06-12T07:54:49.2460631Z</LastEngineHoursDate> <LastOdometerDate>2025-06-12T07:54:49.2460631Z</LastOdometerDate> <Model>sample string 28</Model> <NetworkCreationDate>2025-06-12T07:54:49.2460631Z</NetworkCreationDate> <NetworkTimezoneCode>sample string 45</NetworkTimezoneCode> <NetworkUpdateStateDate>2025-06-12T07:54:49.2460631Z</NetworkUpdateStateDate> <Notifications> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-06-12T07:54:49.2460631Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>64e734dd-a13e-4192-9e43-0a8140bfd150</DriverId> <Id>8ecc6732-b1a8-4175-938f-548b34e6a2c1</Id> <IdCompany>30eae39d-37c7-4968-8118-d8b7b4030b22</IdCompany> <IdMerchant>e9321a40-a62b-426a-a212-d52833a79ee8</IdMerchant> <Message /> <NetworkId>7a1fe4a1-4a1e-4de8-bffa-53bb2499af0f</NetworkId> <NotificationFormatId>0c8a15bf-e825-4d92-b508-edd2a86e9d60</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>4aceddf2-4872-4c0d-b3b8-754424baf16c</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3c6ce69b-9029-444c-ad8d-dcf4d868a6b7</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b56d4989-a0aa-49d3-b714-60111e471a29</VehicleId> </SystemNotificationDto> <SystemNotificationDto> <Channel>64</Channel> <CreatedDate>2025-06-12T07:54:49.2460631Z</CreatedDate> <DestinationAddresses>sample string 4</DestinationAddresses> <DriverId>64e734dd-a13e-4192-9e43-0a8140bfd150</DriverId> <Id>8ecc6732-b1a8-4175-938f-548b34e6a2c1</Id> <IdCompany>30eae39d-37c7-4968-8118-d8b7b4030b22</IdCompany> <IdMerchant>e9321a40-a62b-426a-a212-d52833a79ee8</IdMerchant> <Message /> <NetworkId>7a1fe4a1-4a1e-4de8-bffa-53bb2499af0f</NetworkId> <NotificationFormatId>0c8a15bf-e825-4d92-b508-edd2a86e9d60</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>4aceddf2-4872-4c0d-b3b8-754424baf16c</UserAtionetCreatedId> <UserAtionetDestination>sample string 11</UserAtionetDestination> <UserAtionetDestinationId>3c6ce69b-9029-444c-ad8d-dcf4d868a6b7</UserAtionetDestinationId> <UserState>64</UserState> <VehicleId>b56d4989-a0aa-49d3-b714-60111e471a29</VehicleId> </SystemNotificationDto> </Notifications> <Plate>sample string 3</Plate> <QuotaRules> <VehicleQuotaRuleBalanceDto> <Money>1</Money> <QuotaRule> <CompanyContractId>13ae9d47-e43d-4a39-8a29-0c5930fa110f</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>4777f1af-8f69-4943-897c-e40ef8acd966</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>13ae9d47-e43d-4a39-8a29-0c5930fa110f</CompanyContractId> <ContingencyLimit>1</ContingencyLimit> <Description>sample string 2</Description> <Duration>5</Duration> <Frequency>64</Frequency> <FrequencyDescription>sample string 4</FrequencyDescription> <Id>4777f1af-8f69-4943-897c-e40ef8acd966</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>e6254f4f-02a5-4132-b55f-1f3ff71c70d3</IdRule> <IdVehicle>60b4c9c7-0882-4ecf-8d3f-8b59f3dc8257</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>e6254f4f-02a5-4132-b55f-1f3ff71c70d3</IdRule> <IdVehicle>60b4c9c7-0882-4ecf-8d3f-8b59f3dc8257</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-06-12T07:54:49.2460631Z</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>150e362a-ab89-4107-840f-3bcaf218fe42</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>a89a9e56-d59d-4756-b3c0-932c3bade27a</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>af8e3c2d-ad6a-4ba0-9573-d59c853cfae5</d4p1:guid> <d4p1:guid>aa969a6c-6c0d-42f1-ac95-9158197bb9b1</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>305b0e57-fb39-454c-92bb-7a7d15a4ee14</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> <SubAccountDto> <BalanceDate>2025-06-12T07:54:49.2460631Z</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>150e362a-ab89-4107-840f-3bcaf218fe42</DriverId> <DriverLastName>sample string 12</DriverLastName> <FleetDescription>sample string 15</FleetDescription> <Id>a89a9e56-d59d-4756-b3c0-932c3bade27a</Id> <IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:guid>af8e3c2d-ad6a-4ba0-9573-d59c853cfae5</d4p1:guid> <d4p1:guid>aa969a6c-6c0d-42f1-ac95-9158197bb9b1</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>305b0e57-fb39-454c-92bb-7a7d15a4ee14</VehicleId> <VehicleOdometer>1</VehicleOdometer> <VehicleYear>1</VehicleYear> </SubAccountDto> </SubAccounts> <SubModel>sample string 29</SubModel> <TotalCO2>1</TotalCO2> <TotalTravel>1</TotalTravel> <UpdateStateDate>2025-06-12T07:54:49.2460631Z</UpdateStateDate> <UserId>89db5534-1de9-4977-92bd-4dd7a3856fcf</UserId> <VehicleTypeCode>sample string 43</VehicleTypeCode> <VehicleTypeId>cae4ff1f-99f7-4b71-9b56-b7520113abc5</VehicleTypeId> <VehiclesClassDescription>sample string 14</VehiclesClassDescription> <VehiclesClassId>cb0e5a45-fbf9-473e-8c32-7753c9b10047</VehiclesClassId> <VehiclesDrivers> <VehicleDriverDto> <DriverCode>sample string 2</DriverCode> <DriverFirstName>sample string 4</DriverFirstName> <DriverId>d95844dd-2c2d-4c63-bd59-2fc3e96c74ed</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>d95844dd-2c2d-4c63-bd59-2fc3e96c74ed</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>