POST Drivers
Creates a new driver.
Request Information
URI Parameters
None.
Body Parameters
The data of the driver.
DriverDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Code | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| CompleteName | string |
None. |
|
| Birthdate | string |
None. |
|
| LicenseNumber | string |
None. |
|
| Enabled | boolean |
None. |
|
| IsCodeAutomaticallyGenerated | boolean |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| CountryName | string |
None. |
|
| StateId | globally unique identifier |
None. |
|
| StateName | string |
None. |
|
| City | string |
None. |
|
| Street1 | string |
None. |
|
| Street2 | string |
None. |
|
| ZipCode | string |
None. |
|
| PhoneNumber1 | string |
None. |
|
| PhoneNumber2 | string |
None. |
|
| 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. |
|
| Rules | Collection of DriverRuleDto |
None. |
|
| Vehicles | Collection of DriverVehicleDto2 |
None. |
|
| Identifications | Collection of DriverIdentificationDto |
None. |
|
| LoyaltyIdentifications | Collection of DriverLoyaltyIdentificationDto |
None. |
|
| Notifications | Collection of SystemNotificationDto |
None. |
|
| Balance | string |
None. |
|
| Consumption | string |
None. |
|
| IdentificationsDescription | string |
None. |
|
| LoyaltyProgramsDescription | string |
None. |
|
| LoyaltyIdentificationsDescription | string |
None. |
|
| VehiclesDrivers | Collection of DriverVehicleDto |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| AvaliableAmount | decimal number |
None. |
|
| AvaliableVolume | decimal number |
None. |
|
| Balances | Collection of DriverBalanceDto |
None. |
|
| QuotaRules | Collection of DriverQuotaRuleBalanceDto |
None. |
|
| AverageCost | decimal number |
None. |
|
| SubAccounts | Collection of SubAccountDto |
None. |
|
| CreationDate | string |
None. |
|
| NetworkCreationDate | string |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
{
"Id": "7b9faff8-8777-407b-a86c-eaa4998b50ae",
"CompanyId": "954c995e-af60-40ce-8679-1b19c19696df",
"CompanyName": "sample string 3",
"Code": "sample string 4",
"LastName": "sample string 5",
"FirstName": "sample string 6",
"CompleteName": "sample string 7",
"Birthdate": "sample string 8",
"LicenseNumber": "sample string 9",
"Enabled": true,
"IsCodeAutomaticallyGenerated": true,
"CountryId": "ca7d378e-b689-40ab-94e3-fcae6ea59ebc",
"CountryName": "sample string 12",
"StateId": "1b00e4c6-963e-4d9f-9557-9a08f880ed97",
"StateName": "sample string 13",
"City": "sample string 14",
"Street1": "sample string 15",
"Street2": "sample string 16",
"ZipCode": "sample string 17",
"PhoneNumber1": "sample string 18",
"PhoneNumber2": "sample string 19",
"Email": "sample string 20",
"Clasification1Id": "415e1381-9374-463a-a62b-6772b83e2abe",
"Clasification1Description": "sample string 21",
"Clasification2Id": "6f23bd2b-c8da-4c9b-90bd-fa3b1a1a4464",
"Clasification2Description": "sample string 22",
"Clasification3Id": "f3f06d76-1cf0-4b83-8919-814e929f323f",
"Clasification3Description": "sample string 23",
"Clasification4Id": "dd680bae-e4de-4cac-a6e6-39b6cc83f546",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "69d04ad7-f3d4-4f2a-99dd-952b6644d5cd",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "ff0dcf60-f2d2-4cc1-817f-69592d4b556d",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "69d04ad7-f3d4-4f2a-99dd-952b6644d5cd",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "ff0dcf60-f2d2-4cc1-817f-69592d4b556d",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "210d3acd-72f1-4c1a-b2b9-d7e5022d0195",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "0bf4a29c-d683-4ac8-9b45-fdf3111fd304",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "210d3acd-72f1-4c1a-b2b9-d7e5022d0195",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "0bf4a29c-d683-4ac8-9b45-fdf3111fd304",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "26d4e393-0cc7-494e-b783-845b57c7f48f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "0dbd67aa-0c06-4cb8-bf8e-5b3cc060b957",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "26d4e393-0cc7-494e-b783-845b57c7f48f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "0dbd67aa-0c06-4cb8-bf8e-5b3cc060b957",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "2ea2c468-3414-456f-bd22-3825d5859a32",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "17353cbe-5307-491e-8108-f44e895d498a",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "2ea2c468-3414-456f-bd22-3825d5859a32",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "17353cbe-5307-491e-8108-f44e895d498a",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "8a3f891c-d5b0-46a7-ba32-87f01d1bcc5d",
"NetworkId": "1c827c52-02f6-409e-a1b6-65a9eed89dbd",
"NotificationFormatId": "bfaf397f-901a-4a8c-849c-705c181f827c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.6015087Z",
"UserAtionetCreatedId": "8c521f60-0183-4952-b6f2-fa4180d14475",
"UserAtionetDestinationId": "f030c33e-da34-43be-ba69-44a7e3c89bfb",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "ac47a8c5-ad17-4dfc-9876-b6e17ea20416",
"IdMerchant": "87984b3c-6ca2-47f6-ba3c-459a3f208a69",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "8166619d-4900-466e-9e26-758b3c3bba78",
"DriverId": "4b46cffb-59bb-41b2-939d-e0e7086b057a",
"CreatedDateString": "2026/07/27 07:15"
},
{
"Id": "8a3f891c-d5b0-46a7-ba32-87f01d1bcc5d",
"NetworkId": "1c827c52-02f6-409e-a1b6-65a9eed89dbd",
"NotificationFormatId": "bfaf397f-901a-4a8c-849c-705c181f827c",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.6015087Z",
"UserAtionetCreatedId": "8c521f60-0183-4952-b6f2-fa4180d14475",
"UserAtionetDestinationId": "f030c33e-da34-43be-ba69-44a7e3c89bfb",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "ac47a8c5-ad17-4dfc-9876-b6e17ea20416",
"IdMerchant": "87984b3c-6ca2-47f6-ba3c-459a3f208a69",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "8166619d-4900-466e-9e26-758b3c3bba78",
"DriverId": "4b46cffb-59bb-41b2-939d-e0e7086b057a",
"CreatedDateString": "2026/07/27 07:15"
}
],
"Balance": "sample string 25",
"Consumption": "sample string 26",
"IdentificationsDescription": "sample string 3 - sample string 2 / sample string 3 - sample string 2",
"LoyaltyProgramsDescription": "sample string 27",
"LoyaltyIdentificationsDescription": "sample string 28",
"VehiclesDrivers": [
{
"Id": "1c6d5841-3300-4e81-97c3-f19a97117529",
"VehicleId": "ec5dfdb6-a1a3-49b6-93ca-bab73b8e4469",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "a9415fd7-2ff3-4674-999e-fda14b552dac",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "b0c4dcc7-ef14-4b00-8804-d4cbf3ecb410",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "0aa0ebb9-b21f-4364-9d1f-abf4cfe76bd5",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "9ca713fa-61b4-434f-9168-4ce357160236",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "1e83e8e3-a1f7-4eec-a832-a213ec5c29de",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "13d45906-648c-429f-a77a-74ba515521d9",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "1c6d5841-3300-4e81-97c3-f19a97117529",
"VehicleId": "ec5dfdb6-a1a3-49b6-93ca-bab73b8e4469",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "a9415fd7-2ff3-4674-999e-fda14b552dac",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "b0c4dcc7-ef14-4b00-8804-d4cbf3ecb410",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "0aa0ebb9-b21f-4364-9d1f-abf4cfe76bd5",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "9ca713fa-61b4-434f-9168-4ce357160236",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "1e83e8e3-a1f7-4eec-a832-a213ec5c29de",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "13d45906-648c-429f-a77a-74ba515521d9",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Custom0": "sample string 29",
"Custom1": "sample string 30",
"Custom2": "sample string 31",
"Custom3": "sample string 32",
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "0ca1876a-93ca-40d1-8c1b-7e7487d81da1",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "06d4c67d-a8bb-45f1-8d67-92f6f788db79",
"TypeModelId": "0bec172a-b55e-43b8-b78d-f23aaa9b7015",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "06d4c67d-a8bb-45f1-8d67-92f6f788db79",
"TypeModelId": "0bec172a-b55e-43b8-b78d-f23aaa9b7015",
"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": "33da051e-a54b-489b-8910-9be90ee19e8c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "7efbabe1-b69c-4cad-a753-b01b481ec9e3",
"CurrencyCode": "sample string 8",
"FuelMasterId": "74ae97a5-1f6a-4d1c-a52c-dd8cc70c2337",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "0ca1876a-93ca-40d1-8c1b-7e7487d81da1",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "06d4c67d-a8bb-45f1-8d67-92f6f788db79",
"TypeModelId": "0bec172a-b55e-43b8-b78d-f23aaa9b7015",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "06d4c67d-a8bb-45f1-8d67-92f6f788db79",
"TypeModelId": "0bec172a-b55e-43b8-b78d-f23aaa9b7015",
"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": "33da051e-a54b-489b-8910-9be90ee19e8c",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "7efbabe1-b69c-4cad-a753-b01b481ec9e3",
"CurrencyCode": "sample string 8",
"FuelMasterId": "74ae97a5-1f6a-4d1c-a52c-dd8cc70c2337",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "1bee0c04-e754-4cad-aef1-cee44fda6221",
"CompanyContractId": "10b907d6-39a3-4676-a1fb-92fbf1010084",
"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": "1bee0c04-e754-4cad-aef1-cee44fda6221",
"CompanyContractId": "10b907d6-39a3-4676-a1fb-92fbf1010084",
"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
}
],
"AverageCost": 1.0,
"SubAccounts": [
{
"Id": "80a89ed3-8c74-4a9c-aa0d-51f96ce015c3",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.6015087Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"ea12c64d-16e9-45bb-9546-db5c4103e293",
"867dd5ce-d144-4a5e-b4c9-3bbe70bd00f3"
],
"DriverId": "3ee5058c-2bc0-4587-b591-ee0c7e6e28ad",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ad750102-94b5-437b-be57-9342ba11d197",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "80a89ed3-8c74-4a9c-aa0d-51f96ce015c3",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.6015087Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"ea12c64d-16e9-45bb-9546-db5c4103e293",
"867dd5ce-d144-4a5e-b4c9-3bbe70bd00f3"
],
"DriverId": "3ee5058c-2bc0-4587-b591-ee0c7e6e28ad",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "ad750102-94b5-437b-be57-9342ba11d197",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "sample string 33",
"NetworkCreationDate": "sample string 34",
"NetworkTimezoneCode": "sample string 35",
"CreatorUserId": "d37c1e9d-b3d8-42d9-aabb-9a9290769bb8"
}
application/xml, text/xml
<DriverDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<AvaliableAmount>1</AvaliableAmount>
<AvaliableVolume>1</AvaliableVolume>
<AverageCost>1</AverageCost>
<Balance>sample string 25</Balance>
<Balances>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>7efbabe1-b69c-4cad-a753-b01b481ec9e3</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>74ae97a5-1f6a-4d1c-a52c-dd8cc70c2337</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>33da051e-a54b-489b-8910-9be90ee19e8c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>06d4c67d-a8bb-45f1-8d67-92f6f788db79</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0bec172a-b55e-43b8-b78d-f23aaa9b7015</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>06d4c67d-a8bb-45f1-8d67-92f6f788db79</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0bec172a-b55e-43b8-b78d-f23aaa9b7015</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>0ca1876a-93ca-40d1-8c1b-7e7487d81da1</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>7efbabe1-b69c-4cad-a753-b01b481ec9e3</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>74ae97a5-1f6a-4d1c-a52c-dd8cc70c2337</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>33da051e-a54b-489b-8910-9be90ee19e8c</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>06d4c67d-a8bb-45f1-8d67-92f6f788db79</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0bec172a-b55e-43b8-b78d-f23aaa9b7015</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>06d4c67d-a8bb-45f1-8d67-92f6f788db79</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>0bec172a-b55e-43b8-b78d-f23aaa9b7015</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>0ca1876a-93ca-40d1-8c1b-7e7487d81da1</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>415e1381-9374-463a-a62b-6772b83e2abe</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>6f23bd2b-c8da-4c9b-90bd-fa3b1a1a4464</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>f3f06d76-1cf0-4b83-8919-814e929f323f</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>dd680bae-e4de-4cac-a6e6-39b6cc83f546</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>954c995e-af60-40ce-8679-1b19c19696df</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>ca7d378e-b689-40ab-94e3-fcae6ea59ebc</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>d37c1e9d-b3d8-42d9-aabb-9a9290769bb8</CreatorUserId>
<Custom0>sample string 29</Custom0>
<Custom1>sample string 30</Custom1>
<Custom2>sample string 31</Custom2>
<Custom3>sample string 32</Custom3>
<Email>sample string 20</Email>
<Enabled>true</Enabled>
<FirstName>sample string 6</FirstName>
<Id>7b9faff8-8777-407b-a86c-eaa4998b50ae</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>0dbd67aa-0c06-4cb8-bf8e-5b3cc060b957</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>26d4e393-0cc7-494e-b783-845b57c7f48f</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>0dbd67aa-0c06-4cb8-bf8e-5b3cc060b957</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>26d4e393-0cc7-494e-b783-845b57c7f48f</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
</Identifications>
<IsCodeAutomaticallyGenerated>true</IsCodeAutomaticallyGenerated>
<LastName>sample string 5</LastName>
<LicenseNumber>sample string 9</LicenseNumber>
<LoyaltyIdentifications>
<DriverLoyaltyIdentificationDto>
<DriverId>17353cbe-5307-491e-8108-f44e895d498a</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>2ea2c468-3414-456f-bd22-3825d5859a32</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>17353cbe-5307-491e-8108-f44e895d498a</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>2ea2c468-3414-456f-bd22-3825d5859a32</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
</LoyaltyIdentifications>
<LoyaltyIdentificationsDescription>sample string 28</LoyaltyIdentificationsDescription>
<LoyaltyProgramsDescription>sample string 27</LoyaltyProgramsDescription>
<NetworkCreationDate>sample string 34</NetworkCreationDate>
<NetworkTimezoneCode>sample string 35</NetworkTimezoneCode>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.6015087Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>4b46cffb-59bb-41b2-939d-e0e7086b057a</DriverId>
<Id>8a3f891c-d5b0-46a7-ba32-87f01d1bcc5d</Id>
<IdCompany>ac47a8c5-ad17-4dfc-9876-b6e17ea20416</IdCompany>
<IdMerchant>87984b3c-6ca2-47f6-ba3c-459a3f208a69</IdMerchant>
<Message />
<NetworkId>1c827c52-02f6-409e-a1b6-65a9eed89dbd</NetworkId>
<NotificationFormatId>bfaf397f-901a-4a8c-849c-705c181f827c</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>8c521f60-0183-4952-b6f2-fa4180d14475</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>f030c33e-da34-43be-ba69-44a7e3c89bfb</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>8166619d-4900-466e-9e26-758b3c3bba78</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.6015087Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>4b46cffb-59bb-41b2-939d-e0e7086b057a</DriverId>
<Id>8a3f891c-d5b0-46a7-ba32-87f01d1bcc5d</Id>
<IdCompany>ac47a8c5-ad17-4dfc-9876-b6e17ea20416</IdCompany>
<IdMerchant>87984b3c-6ca2-47f6-ba3c-459a3f208a69</IdMerchant>
<Message />
<NetworkId>1c827c52-02f6-409e-a1b6-65a9eed89dbd</NetworkId>
<NotificationFormatId>bfaf397f-901a-4a8c-849c-705c181f827c</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>8c521f60-0183-4952-b6f2-fa4180d14475</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>f030c33e-da34-43be-ba69-44a7e3c89bfb</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>8166619d-4900-466e-9e26-758b3c3bba78</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>10b907d6-39a3-4676-a1fb-92fbf1010084</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1bee0c04-e754-4cad-aef1-cee44fda6221</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>10b907d6-39a3-4676-a1fb-92fbf1010084</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>1bee0c04-e754-4cad-aef1-cee44fda6221</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
</QuotaRules>
<Rules>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>ff0dcf60-f2d2-4cc1-817f-69592d4b556d</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>69d04ad7-f3d4-4f2a-99dd-952b6644d5cd</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>ff0dcf60-f2d2-4cc1-817f-69592d4b556d</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>69d04ad7-f3d4-4f2a-99dd-952b6644d5cd</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>1b00e4c6-963e-4d9f-9557-9a08f880ed97</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.6015087Z</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>3ee5058c-2bc0-4587-b591-ee0c7e6e28ad</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>80a89ed3-8c74-4a9c-aa0d-51f96ce015c3</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ea12c64d-16e9-45bb-9546-db5c4103e293</d4p1:guid>
<d4p1:guid>867dd5ce-d144-4a5e-b4c9-3bbe70bd00f3</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>ad750102-94b5-437b-be57-9342ba11d197</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.6015087Z</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>3ee5058c-2bc0-4587-b591-ee0c7e6e28ad</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>80a89ed3-8c74-4a9c-aa0d-51f96ce015c3</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>ea12c64d-16e9-45bb-9546-db5c4103e293</d4p1:guid>
<d4p1:guid>867dd5ce-d144-4a5e-b4c9-3bbe70bd00f3</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>ad750102-94b5-437b-be57-9342ba11d197</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>0bf4a29c-d683-4ac8-9b45-fdf3111fd304</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>210d3acd-72f1-4c1a-b2b9-d7e5022d0195</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>0bf4a29c-d683-4ac8-9b45-fdf3111fd304</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>210d3acd-72f1-4c1a-b2b9-d7e5022d0195</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>1c6d5841-3300-4e81-97c3-f19a97117529</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>0aa0ebb9-b21f-4364-9d1f-abf4cfe76bd5</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>9ca713fa-61b4-434f-9168-4ce357160236</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>1e83e8e3-a1f7-4eec-a832-a213ec5c29de</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>13d45906-648c-429f-a77a-74ba515521d9</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>a9415fd7-2ff3-4674-999e-fda14b552dac</VehicleFleetId>
<VehicleId>ec5dfdb6-a1a3-49b6-93ca-bab73b8e4469</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>b0c4dcc7-ef14-4b00-8804-d4cbf3ecb410</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>1c6d5841-3300-4e81-97c3-f19a97117529</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>0aa0ebb9-b21f-4364-9d1f-abf4cfe76bd5</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>9ca713fa-61b4-434f-9168-4ce357160236</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>1e83e8e3-a1f7-4eec-a832-a213ec5c29de</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>13d45906-648c-429f-a77a-74ba515521d9</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>a9415fd7-2ff3-4674-999e-fda14b552dac</VehicleFleetId>
<VehicleId>ec5dfdb6-a1a3-49b6-93ca-bab73b8e4469</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>b0c4dcc7-ef14-4b00-8804-d4cbf3ecb410</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
State of the action, and if created returns the driver as DriverDto and the link to de driver.
DriverDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CompanyId | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Code | string |
None. |
|
| LastName | string |
None. |
|
| FirstName | string |
None. |
|
| CompleteName | string |
None. |
|
| Birthdate | string |
None. |
|
| LicenseNumber | string |
None. |
|
| Enabled | boolean |
None. |
|
| IsCodeAutomaticallyGenerated | boolean |
None. |
|
| CountryId | globally unique identifier |
None. |
|
| CountryName | string |
None. |
|
| StateId | globally unique identifier |
None. |
|
| StateName | string |
None. |
|
| City | string |
None. |
|
| Street1 | string |
None. |
|
| Street2 | string |
None. |
|
| ZipCode | string |
None. |
|
| PhoneNumber1 | string |
None. |
|
| PhoneNumber2 | string |
None. |
|
| 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. |
|
| Rules | Collection of DriverRuleDto |
None. |
|
| Vehicles | Collection of DriverVehicleDto2 |
None. |
|
| Identifications | Collection of DriverIdentificationDto |
None. |
|
| LoyaltyIdentifications | Collection of DriverLoyaltyIdentificationDto |
None. |
|
| Notifications | Collection of SystemNotificationDto |
None. |
|
| Balance | string |
None. |
|
| Consumption | string |
None. |
|
| IdentificationsDescription | string |
None. |
|
| LoyaltyProgramsDescription | string |
None. |
|
| LoyaltyIdentificationsDescription | string |
None. |
|
| VehiclesDrivers | Collection of DriverVehicleDto |
None. |
|
| Custom0 | string |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Custom3 | string |
None. |
|
| AvaliableAmount | decimal number |
None. |
|
| AvaliableVolume | decimal number |
None. |
|
| Balances | Collection of DriverBalanceDto |
None. |
|
| QuotaRules | Collection of DriverQuotaRuleBalanceDto |
None. |
|
| AverageCost | decimal number |
None. |
|
| SubAccounts | Collection of SubAccountDto |
None. |
|
| CreationDate | string |
None. |
|
| NetworkCreationDate | string |
None. |
|
| NetworkTimezoneCode | string |
None. |
|
| CreatorUserId | globally unique identifier |
None. |
Response Formats
application/json, text/json
{
"Id": "c86dc504-3f6c-4116-8fe8-832fe67d4883",
"CompanyId": "a36d67c0-93dd-4563-860c-737cf2f6feea",
"CompanyName": "sample string 3",
"Code": "sample string 4",
"LastName": "sample string 5",
"FirstName": "sample string 6",
"CompleteName": "sample string 7",
"Birthdate": "sample string 8",
"LicenseNumber": "sample string 9",
"Enabled": true,
"IsCodeAutomaticallyGenerated": true,
"CountryId": "69e1a186-53a3-472a-b079-508ff1dd1473",
"CountryName": "sample string 12",
"StateId": "b579f869-064a-43fa-a30c-b6ef19255737",
"StateName": "sample string 13",
"City": "sample string 14",
"Street1": "sample string 15",
"Street2": "sample string 16",
"ZipCode": "sample string 17",
"PhoneNumber1": "sample string 18",
"PhoneNumber2": "sample string 19",
"Email": "sample string 20",
"Clasification1Id": "cba813ee-6232-44d3-9877-23967c9910dc",
"Clasification1Description": "sample string 21",
"Clasification2Id": "0378f592-4384-41df-9557-5506304ebb40",
"Clasification2Description": "sample string 22",
"Clasification3Id": "65a182a6-80a1-48d1-9ff5-c533c7d30e63",
"Clasification3Description": "sample string 23",
"Clasification4Id": "9826f76a-77d8-4cad-af53-a98f75faea05",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "98dcde09-be94-429f-b0bd-3ab1a10d025a",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "7564b03e-d2cc-477d-b3e2-3b349f61ca42",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "98dcde09-be94-429f-b0bd-3ab1a10d025a",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "7564b03e-d2cc-477d-b3e2-3b349f61ca42",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "6457600a-fb79-4c8a-b75c-2e9d2c6a9e37",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "e48a74ed-39ca-4bbf-874d-7ed78d2642e8",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "6457600a-fb79-4c8a-b75c-2e9d2c6a9e37",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "e48a74ed-39ca-4bbf-874d-7ed78d2642e8",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "ac15b33d-52ba-4b0d-afd5-5c50946089b6",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "1fe84259-77ff-44b8-bdd7-ddd88339b6de",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "ac15b33d-52ba-4b0d-afd5-5c50946089b6",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "1fe84259-77ff-44b8-bdd7-ddd88339b6de",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "51abc36d-dc44-4965-b69d-2b7bd2edeca4",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "190e407a-60a1-417a-9ae4-b920db0fa642",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "51abc36d-dc44-4965-b69d-2b7bd2edeca4",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "190e407a-60a1-417a-9ae4-b920db0fa642",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "2d2afd27-4960-437c-ba1b-78873b41a180",
"NetworkId": "0fc727f4-0a7b-413d-bb21-0d9203865b71",
"NotificationFormatId": "6c332023-3df9-43b1-9bf5-e06cc9c8f409",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.6171337Z",
"UserAtionetCreatedId": "0742670b-d064-42db-a0fe-159963f3691c",
"UserAtionetDestinationId": "d2374940-cb7e-432e-9071-d7a7fdf9187d",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "989e0f29-3d58-4726-87d9-f7fa5f25fb8e",
"IdMerchant": "9abfe3c0-6b40-4c02-b180-cb89d787f854",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c786042c-ead0-47cc-be3d-35cbf6e3f991",
"DriverId": "d873cef9-9b3d-46a1-b0fb-1324a019e851",
"CreatedDateString": "2026/07/27 07:15"
},
{
"Id": "2d2afd27-4960-437c-ba1b-78873b41a180",
"NetworkId": "0fc727f4-0a7b-413d-bb21-0d9203865b71",
"NotificationFormatId": "6c332023-3df9-43b1-9bf5-e06cc9c8f409",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-07-27T07:15:57.6171337Z",
"UserAtionetCreatedId": "0742670b-d064-42db-a0fe-159963f3691c",
"UserAtionetDestinationId": "d2374940-cb7e-432e-9071-d7a7fdf9187d",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "989e0f29-3d58-4726-87d9-f7fa5f25fb8e",
"IdMerchant": "9abfe3c0-6b40-4c02-b180-cb89d787f854",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "c786042c-ead0-47cc-be3d-35cbf6e3f991",
"DriverId": "d873cef9-9b3d-46a1-b0fb-1324a019e851",
"CreatedDateString": "2026/07/27 07:15"
}
],
"Balance": "sample string 25",
"Consumption": "sample string 26",
"IdentificationsDescription": "sample string 3 - sample string 2 / sample string 3 - sample string 2",
"LoyaltyProgramsDescription": "sample string 27",
"LoyaltyIdentificationsDescription": "sample string 28",
"VehiclesDrivers": [
{
"Id": "4dc4a341-d7c4-4ed3-88d4-be6994e44d33",
"VehicleId": "c0933e04-c869-41ec-85f2-f6e299362203",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "9c46a47d-598c-4413-998e-2078079cab30",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "67542fda-1141-47a1-8d97-7ee8a39fedf8",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "af861b16-4ad9-4b72-964b-080f51a46d94",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "c956927f-686d-4195-afb9-a08eec95b12d",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "14455239-58f8-4538-901f-c6c25d7d2cb2",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "ff352914-b3b7-4357-ade5-d02e7abac949",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "4dc4a341-d7c4-4ed3-88d4-be6994e44d33",
"VehicleId": "c0933e04-c869-41ec-85f2-f6e299362203",
"VehicleCode": "sample string 3",
"VehiclePlate": "sample string 4",
"VehicleEnabled": true,
"VehicleYear": 1,
"VehicleCurrentOdometer": 1,
"VehicleEngineNumber": "sample string 6",
"VehicleChassisNumber": "sample string 7",
"VehicleCurrentEngineHours": 1,
"VehicleServiceDescription": "sample string 8",
"VehicleServiceType": 9,
"VehicleInitialOdometer": 1,
"VehicleFleetId": "9c46a47d-598c-4413-998e-2078079cab30",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "67542fda-1141-47a1-8d97-7ee8a39fedf8",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "af861b16-4ad9-4b72-964b-080f51a46d94",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "c956927f-686d-4195-afb9-a08eec95b12d",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "14455239-58f8-4538-901f-c6c25d7d2cb2",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "ff352914-b3b7-4357-ade5-d02e7abac949",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Custom0": "sample string 29",
"Custom1": "sample string 30",
"Custom2": "sample string 31",
"Custom3": "sample string 32",
"AvaliableAmount": 1.0,
"AvaliableVolume": 1.0,
"Balances": [
{
"SubAccountId": "e3f8b55e-ec42-444d-b59c-e935e84c1c4d",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "aa1d7197-4fc4-4325-9edf-5c03068748aa",
"TypeModelId": "92aa3078-ce62-4f2e-9371-543049a4ccbd",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "aa1d7197-4fc4-4325-9edf-5c03068748aa",
"TypeModelId": "92aa3078-ce62-4f2e-9371-543049a4ccbd",
"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": "1a3a5b6b-f095-4c03-a8e8-830507689dda",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "b33a72e2-6bb1-4210-a245-8c2d7d2651c4",
"CurrencyCode": "sample string 8",
"FuelMasterId": "ec553400-c231-43e9-b967-5521fb1913b4",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "e3f8b55e-ec42-444d-b59c-e935e84c1c4d",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "aa1d7197-4fc4-4325-9edf-5c03068748aa",
"TypeModelId": "92aa3078-ce62-4f2e-9371-543049a4ccbd",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "aa1d7197-4fc4-4325-9edf-5c03068748aa",
"TypeModelId": "92aa3078-ce62-4f2e-9371-543049a4ccbd",
"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": "1a3a5b6b-f095-4c03-a8e8-830507689dda",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "b33a72e2-6bb1-4210-a245-8c2d7d2651c4",
"CurrencyCode": "sample string 8",
"FuelMasterId": "ec553400-c231-43e9-b967-5521fb1913b4",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "b974b532-7b1a-4afe-bd97-afbcad024183",
"CompanyContractId": "69303a5e-3ecb-44e6-8c2b-b02d2d14f02a",
"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": "b974b532-7b1a-4afe-bd97-afbcad024183",
"CompanyContractId": "69303a5e-3ecb-44e6-8c2b-b02d2d14f02a",
"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
}
],
"AverageCost": 1.0,
"SubAccounts": [
{
"Id": "6bca05a6-48fd-4001-9616-0613b25a7296",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.6171337Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"5c239534-790c-47a9-9cab-a253bdfb6f34",
"6775e780-cb7a-46e1-b1f4-d579f43a9b54"
],
"DriverId": "c5723906-e9ac-4a1e-93ee-0ea1f2ea0c77",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "fcb0e8b9-f24a-4c1b-8385-fb9c746482b6",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "6bca05a6-48fd-4001-9616-0613b25a7296",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-07-27T07:15:57.6171337Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"5c239534-790c-47a9-9cab-a253bdfb6f34",
"6775e780-cb7a-46e1-b1f4-d579f43a9b54"
],
"DriverId": "c5723906-e9ac-4a1e-93ee-0ea1f2ea0c77",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "fcb0e8b9-f24a-4c1b-8385-fb9c746482b6",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
}
],
"CreationDate": "sample string 33",
"NetworkCreationDate": "sample string 34",
"NetworkTimezoneCode": "sample string 35",
"CreatorUserId": "02423988-2b2a-494c-a40e-2d503260d42b"
}
application/xml, text/xml
<DriverDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model">
<AvaliableAmount>1</AvaliableAmount>
<AvaliableVolume>1</AvaliableVolume>
<AverageCost>1</AverageCost>
<Balance>sample string 25</Balance>
<Balances>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>b33a72e2-6bb1-4210-a245-8c2d7d2651c4</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>ec553400-c231-43e9-b967-5521fb1913b4</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>1a3a5b6b-f095-4c03-a8e8-830507689dda</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>aa1d7197-4fc4-4325-9edf-5c03068748aa</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>92aa3078-ce62-4f2e-9371-543049a4ccbd</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>aa1d7197-4fc4-4325-9edf-5c03068748aa</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>92aa3078-ce62-4f2e-9371-543049a4ccbd</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>e3f8b55e-ec42-444d-b59c-e935e84c1c4d</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>b33a72e2-6bb1-4210-a245-8c2d7d2651c4</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>ec553400-c231-43e9-b967-5521fb1913b4</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>1a3a5b6b-f095-4c03-a8e8-830507689dda</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>aa1d7197-4fc4-4325-9edf-5c03068748aa</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>92aa3078-ce62-4f2e-9371-543049a4ccbd</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>aa1d7197-4fc4-4325-9edf-5c03068748aa</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>92aa3078-ce62-4f2e-9371-543049a4ccbd</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>e3f8b55e-ec42-444d-b59c-e935e84c1c4d</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>cba813ee-6232-44d3-9877-23967c9910dc</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>0378f592-4384-41df-9557-5506304ebb40</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>65a182a6-80a1-48d1-9ff5-c533c7d30e63</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>9826f76a-77d8-4cad-af53-a98f75faea05</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>a36d67c0-93dd-4563-860c-737cf2f6feea</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>69e1a186-53a3-472a-b079-508ff1dd1473</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>02423988-2b2a-494c-a40e-2d503260d42b</CreatorUserId>
<Custom0>sample string 29</Custom0>
<Custom1>sample string 30</Custom1>
<Custom2>sample string 31</Custom2>
<Custom3>sample string 32</Custom3>
<Email>sample string 20</Email>
<Enabled>true</Enabled>
<FirstName>sample string 6</FirstName>
<Id>c86dc504-3f6c-4116-8fe8-832fe67d4883</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>1fe84259-77ff-44b8-bdd7-ddd88339b6de</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>ac15b33d-52ba-4b0d-afd5-5c50946089b6</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>1fe84259-77ff-44b8-bdd7-ddd88339b6de</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>ac15b33d-52ba-4b0d-afd5-5c50946089b6</IdentificationId>
<IdentificationLabel>sample string 2</IdentificationLabel>
<IdentificationStatus>64</IdentificationStatus>
<IdentificationTypeModel>sample string 3</IdentificationTypeModel>
<PAN>sample string 7</PAN>
<PIN>sample string 6</PIN>
</DriverIdentificationDto>
</Identifications>
<IsCodeAutomaticallyGenerated>true</IsCodeAutomaticallyGenerated>
<LastName>sample string 5</LastName>
<LicenseNumber>sample string 9</LicenseNumber>
<LoyaltyIdentifications>
<DriverLoyaltyIdentificationDto>
<DriverId>190e407a-60a1-417a-9ae4-b920db0fa642</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>51abc36d-dc44-4965-b69d-2b7bd2edeca4</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>190e407a-60a1-417a-9ae4-b920db0fa642</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>51abc36d-dc44-4965-b69d-2b7bd2edeca4</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
</LoyaltyIdentifications>
<LoyaltyIdentificationsDescription>sample string 28</LoyaltyIdentificationsDescription>
<LoyaltyProgramsDescription>sample string 27</LoyaltyProgramsDescription>
<NetworkCreationDate>sample string 34</NetworkCreationDate>
<NetworkTimezoneCode>sample string 35</NetworkTimezoneCode>
<Notifications>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.6171337Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>d873cef9-9b3d-46a1-b0fb-1324a019e851</DriverId>
<Id>2d2afd27-4960-437c-ba1b-78873b41a180</Id>
<IdCompany>989e0f29-3d58-4726-87d9-f7fa5f25fb8e</IdCompany>
<IdMerchant>9abfe3c0-6b40-4c02-b180-cb89d787f854</IdMerchant>
<Message />
<NetworkId>0fc727f4-0a7b-413d-bb21-0d9203865b71</NetworkId>
<NotificationFormatId>6c332023-3df9-43b1-9bf5-e06cc9c8f409</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>0742670b-d064-42db-a0fe-159963f3691c</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>d2374940-cb7e-432e-9071-d7a7fdf9187d</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c786042c-ead0-47cc-be3d-35cbf6e3f991</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-07-27T07:15:57.6171337Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>d873cef9-9b3d-46a1-b0fb-1324a019e851</DriverId>
<Id>2d2afd27-4960-437c-ba1b-78873b41a180</Id>
<IdCompany>989e0f29-3d58-4726-87d9-f7fa5f25fb8e</IdCompany>
<IdMerchant>9abfe3c0-6b40-4c02-b180-cb89d787f854</IdMerchant>
<Message />
<NetworkId>0fc727f4-0a7b-413d-bb21-0d9203865b71</NetworkId>
<NotificationFormatId>6c332023-3df9-43b1-9bf5-e06cc9c8f409</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>0742670b-d064-42db-a0fe-159963f3691c</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>d2374940-cb7e-432e-9071-d7a7fdf9187d</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>c786042c-ead0-47cc-be3d-35cbf6e3f991</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>69303a5e-3ecb-44e6-8c2b-b02d2d14f02a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>b974b532-7b1a-4afe-bd97-afbcad024183</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>69303a5e-3ecb-44e6-8c2b-b02d2d14f02a</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>b974b532-7b1a-4afe-bd97-afbcad024183</Id>
<Money>1</Money>
<OfflineLimit>1</OfflineLimit>
<SecurityLimit>1</SecurityLimit>
<Transactions>1</Transactions>
<Volume>1</Volume>
</QuotaRule>
<Transactions>1</Transactions>
<Volume>1</Volume>
</DriverQuotaRuleBalanceDto>
</QuotaRules>
<Rules>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>7564b03e-d2cc-477d-b3e2-3b349f61ca42</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>98dcde09-be94-429f-b0bd-3ab1a10d025a</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>7564b03e-d2cc-477d-b3e2-3b349f61ca42</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>98dcde09-be94-429f-b0bd-3ab1a10d025a</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>b579f869-064a-43fa-a30c-b6ef19255737</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.6171337Z</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>c5723906-e9ac-4a1e-93ee-0ea1f2ea0c77</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>6bca05a6-48fd-4001-9616-0613b25a7296</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>5c239534-790c-47a9-9cab-a253bdfb6f34</d4p1:guid>
<d4p1:guid>6775e780-cb7a-46e1-b1f4-d579f43a9b54</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>fcb0e8b9-f24a-4c1b-8385-fb9c746482b6</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-07-27T07:15:57.6171337Z</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>c5723906-e9ac-4a1e-93ee-0ea1f2ea0c77</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>6bca05a6-48fd-4001-9616-0613b25a7296</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>5c239534-790c-47a9-9cab-a253bdfb6f34</d4p1:guid>
<d4p1:guid>6775e780-cb7a-46e1-b1f4-d579f43a9b54</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>fcb0e8b9-f24a-4c1b-8385-fb9c746482b6</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>e48a74ed-39ca-4bbf-874d-7ed78d2642e8</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>6457600a-fb79-4c8a-b75c-2e9d2c6a9e37</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>e48a74ed-39ca-4bbf-874d-7ed78d2642e8</DriverId>
<DriverName>sample string 5</DriverName>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleCode>sample string 2</VehicleCode>
<VehicleId>6457600a-fb79-4c8a-b75c-2e9d2c6a9e37</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>4dc4a341-d7c4-4ed3-88d4-be6994e44d33</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>af861b16-4ad9-4b72-964b-080f51a46d94</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>c956927f-686d-4195-afb9-a08eec95b12d</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>14455239-58f8-4538-901f-c6c25d7d2cb2</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>ff352914-b3b7-4357-ade5-d02e7abac949</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>9c46a47d-598c-4413-998e-2078079cab30</VehicleFleetId>
<VehicleId>c0933e04-c869-41ec-85f2-f6e299362203</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>67542fda-1141-47a1-8d97-7ee8a39fedf8</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>4dc4a341-d7c4-4ed3-88d4-be6994e44d33</Id>
<IsLoyalty>true</IsLoyalty>
<RequireDriverCode>true</RequireDriverCode>
<RequireDriverIdentification>true</RequireDriverIdentification>
<RequireVehicleCode>true</RequireVehicleCode>
<RequireVehicleIdentification>true</RequireVehicleIdentification>
<VehicleChassisNumber>sample string 7</VehicleChassisNumber>
<VehicleClasification1Description>sample string 14</VehicleClasification1Description>
<VehicleClasification1Id>af861b16-4ad9-4b72-964b-080f51a46d94</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>c956927f-686d-4195-afb9-a08eec95b12d</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>14455239-58f8-4538-901f-c6c25d7d2cb2</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>ff352914-b3b7-4357-ade5-d02e7abac949</VehicleClasification4Id>
<VehicleCode>sample string 3</VehicleCode>
<VehicleCurrentEngineHours>1</VehicleCurrentEngineHours>
<VehicleCurrentOdometer>1</VehicleCurrentOdometer>
<VehicleEnabled>true</VehicleEnabled>
<VehicleEngineNumber>sample string 6</VehicleEngineNumber>
<VehicleFleetDescription>sample string 11</VehicleFleetDescription>
<VehicleFleetId>9c46a47d-598c-4413-998e-2078079cab30</VehicleFleetId>
<VehicleId>c0933e04-c869-41ec-85f2-f6e299362203</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>67542fda-1141-47a1-8d97-7ee8a39fedf8</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>