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": "cd3dc517-c512-41d2-b0e4-099cfe7a5889",
"CompanyId": "0fb47787-a8c4-48fb-905b-ddf5df7b4160",
"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": "33b35ad1-0b95-4bfb-93c2-5a53ce3c2f6d",
"CountryName": "sample string 12",
"StateId": "0a8b964f-ee37-4819-bfc1-630ceee46655",
"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": "8233a3f7-71c3-4344-a5e5-375151698478",
"Clasification1Description": "sample string 21",
"Clasification2Id": "0d51ce21-2cb7-4766-9daa-79ba82a40757",
"Clasification2Description": "sample string 22",
"Clasification3Id": "b340ab94-4bfb-4e1d-aa21-ff10354933de",
"Clasification3Description": "sample string 23",
"Clasification4Id": "98c0df5e-5373-452c-91fd-c21eef241ea1",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "dc174fd2-1c43-4532-a1e3-0fdfc6828821",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "6aa4fa98-d93f-474f-9788-b0908c3206fb",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "dc174fd2-1c43-4532-a1e3-0fdfc6828821",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "6aa4fa98-d93f-474f-9788-b0908c3206fb",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "dd170c75-68f4-419d-9703-f5dcb8564ce0",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "66835ac2-fb34-4a2f-8d70-d0c464237801",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "dd170c75-68f4-419d-9703-f5dcb8564ce0",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "66835ac2-fb34-4a2f-8d70-d0c464237801",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "6d899ef6-a0c2-42e2-9fb0-6f841a6760b5",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "ff30e1df-42f7-492c-b2d8-cef7aaeda042",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "6d899ef6-a0c2-42e2-9fb0-6f841a6760b5",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "ff30e1df-42f7-492c-b2d8-cef7aaeda042",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "11bc7c14-f360-4e0f-8767-db7f71a50942",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "f0c62a45-55aa-42d3-802e-86e133eb7d1c",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "11bc7c14-f360-4e0f-8767-db7f71a50942",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "f0c62a45-55aa-42d3-802e-86e133eb7d1c",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "1a9dc272-6ade-4552-80d5-6cfe844d5f11",
"NetworkId": "84fa9b7e-b88d-494f-845b-eed838eb16aa",
"NotificationFormatId": "ff317af6-33f1-40e4-9f9c-7611f91927b8",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:21.9714578Z",
"UserAtionetCreatedId": "0c72b420-615f-4db2-b504-d53aa228f256",
"UserAtionetDestinationId": "208fee36-3995-4062-b5cd-11dfd734b7ea",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "aba519f8-f5e2-4a76-8568-546211be2712",
"IdMerchant": "4bc796b3-92dc-41ca-9a42-0b5f0aaf3278",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "aef0b9b6-d74c-46d8-bb8c-6162a7f32d4b",
"DriverId": "13837179-bfa3-4e3f-ae04-cdf65cb35f68",
"CreatedDateString": "2026/04/27 21:36"
},
{
"Id": "1a9dc272-6ade-4552-80d5-6cfe844d5f11",
"NetworkId": "84fa9b7e-b88d-494f-845b-eed838eb16aa",
"NotificationFormatId": "ff317af6-33f1-40e4-9f9c-7611f91927b8",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:21.9714578Z",
"UserAtionetCreatedId": "0c72b420-615f-4db2-b504-d53aa228f256",
"UserAtionetDestinationId": "208fee36-3995-4062-b5cd-11dfd734b7ea",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "aba519f8-f5e2-4a76-8568-546211be2712",
"IdMerchant": "4bc796b3-92dc-41ca-9a42-0b5f0aaf3278",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "aef0b9b6-d74c-46d8-bb8c-6162a7f32d4b",
"DriverId": "13837179-bfa3-4e3f-ae04-cdf65cb35f68",
"CreatedDateString": "2026/04/27 21:36"
}
],
"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": "446472c5-d8bd-40bb-bd80-451b01936acd",
"VehicleId": "76595793-9f23-4270-9844-f6fc6d48a73c",
"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": "f9b36114-4c67-4e23-b734-cd13c42073d1",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "5fbc1e3b-30e1-4a51-b4d2-d5244921203a",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "198838e0-d65a-4443-82db-5e9aa108b311",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "8794ea26-49f4-4189-8604-fba51dd6b73f",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "d17eeceb-7ef3-4b9e-9f30-a435f87d03bc",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "5904184b-2339-40f5-8579-f97bb151d9a2",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "446472c5-d8bd-40bb-bd80-451b01936acd",
"VehicleId": "76595793-9f23-4270-9844-f6fc6d48a73c",
"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": "f9b36114-4c67-4e23-b734-cd13c42073d1",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "5fbc1e3b-30e1-4a51-b4d2-d5244921203a",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "198838e0-d65a-4443-82db-5e9aa108b311",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "8794ea26-49f4-4189-8604-fba51dd6b73f",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "d17eeceb-7ef3-4b9e-9f30-a435f87d03bc",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "5904184b-2339-40f5-8579-f97bb151d9a2",
"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": "f0dbd382-afb3-499f-b42a-4602fde6cc41",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "a7081111-ed9a-4418-8fdc-23d88becc0dd",
"TypeModelId": "8f700a38-0e15-4585-a3fe-33c9254bce95",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "a7081111-ed9a-4418-8fdc-23d88becc0dd",
"TypeModelId": "8f700a38-0e15-4585-a3fe-33c9254bce95",
"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": "8e7ba5a6-7f8c-4188-a863-79ba116bb239",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "f45879a0-bbef-4948-9d92-edda3062c365",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c44f38ed-e48c-4546-9c45-aec116c9d14f",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "f0dbd382-afb3-499f-b42a-4602fde6cc41",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "a7081111-ed9a-4418-8fdc-23d88becc0dd",
"TypeModelId": "8f700a38-0e15-4585-a3fe-33c9254bce95",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "a7081111-ed9a-4418-8fdc-23d88becc0dd",
"TypeModelId": "8f700a38-0e15-4585-a3fe-33c9254bce95",
"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": "8e7ba5a6-7f8c-4188-a863-79ba116bb239",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "f45879a0-bbef-4948-9d92-edda3062c365",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c44f38ed-e48c-4546-9c45-aec116c9d14f",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "dccc32b1-6517-4446-8d22-46a0b14a5582",
"CompanyContractId": "8e06ba16-c09a-44a8-a66d-f2d6d4bc52c5",
"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": "dccc32b1-6517-4446-8d22-46a0b14a5582",
"CompanyContractId": "8e06ba16-c09a-44a8-a66d-f2d6d4bc52c5",
"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": "f5168285-db7e-45ee-bac7-dcc91fe1cc20",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:21.9714578Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"69018fdf-5e1a-4cf3-b9f9-cc5ade47104c",
"b01371de-9608-45dc-a05c-6f926d7a22af"
],
"DriverId": "a5b230c1-bb03-4e3b-95bd-1c2285a62913",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "e0715b1d-48ca-435b-b373-a01f18ad156a",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "f5168285-db7e-45ee-bac7-dcc91fe1cc20",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:21.9714578Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"69018fdf-5e1a-4cf3-b9f9-cc5ade47104c",
"b01371de-9608-45dc-a05c-6f926d7a22af"
],
"DriverId": "a5b230c1-bb03-4e3b-95bd-1c2285a62913",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "e0715b1d-48ca-435b-b373-a01f18ad156a",
"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": "54dcc320-b528-46c7-a67b-882464573a25"
}
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>f45879a0-bbef-4948-9d92-edda3062c365</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c44f38ed-e48c-4546-9c45-aec116c9d14f</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>8e7ba5a6-7f8c-4188-a863-79ba116bb239</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>a7081111-ed9a-4418-8fdc-23d88becc0dd</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>8f700a38-0e15-4585-a3fe-33c9254bce95</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>a7081111-ed9a-4418-8fdc-23d88becc0dd</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>8f700a38-0e15-4585-a3fe-33c9254bce95</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>f0dbd382-afb3-499f-b42a-4602fde6cc41</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>f45879a0-bbef-4948-9d92-edda3062c365</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c44f38ed-e48c-4546-9c45-aec116c9d14f</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>8e7ba5a6-7f8c-4188-a863-79ba116bb239</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>a7081111-ed9a-4418-8fdc-23d88becc0dd</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>8f700a38-0e15-4585-a3fe-33c9254bce95</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>a7081111-ed9a-4418-8fdc-23d88becc0dd</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>8f700a38-0e15-4585-a3fe-33c9254bce95</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>f0dbd382-afb3-499f-b42a-4602fde6cc41</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>8233a3f7-71c3-4344-a5e5-375151698478</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>0d51ce21-2cb7-4766-9daa-79ba82a40757</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>b340ab94-4bfb-4e1d-aa21-ff10354933de</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>98c0df5e-5373-452c-91fd-c21eef241ea1</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>0fb47787-a8c4-48fb-905b-ddf5df7b4160</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>33b35ad1-0b95-4bfb-93c2-5a53ce3c2f6d</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>54dcc320-b528-46c7-a67b-882464573a25</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>cd3dc517-c512-41d2-b0e4-099cfe7a5889</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>ff30e1df-42f7-492c-b2d8-cef7aaeda042</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>6d899ef6-a0c2-42e2-9fb0-6f841a6760b5</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>ff30e1df-42f7-492c-b2d8-cef7aaeda042</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>6d899ef6-a0c2-42e2-9fb0-6f841a6760b5</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>f0c62a45-55aa-42d3-802e-86e133eb7d1c</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>11bc7c14-f360-4e0f-8767-db7f71a50942</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>f0c62a45-55aa-42d3-802e-86e133eb7d1c</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>11bc7c14-f360-4e0f-8767-db7f71a50942</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-04-27T21:36:21.9714578Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>13837179-bfa3-4e3f-ae04-cdf65cb35f68</DriverId>
<Id>1a9dc272-6ade-4552-80d5-6cfe844d5f11</Id>
<IdCompany>aba519f8-f5e2-4a76-8568-546211be2712</IdCompany>
<IdMerchant>4bc796b3-92dc-41ca-9a42-0b5f0aaf3278</IdMerchant>
<Message />
<NetworkId>84fa9b7e-b88d-494f-845b-eed838eb16aa</NetworkId>
<NotificationFormatId>ff317af6-33f1-40e4-9f9c-7611f91927b8</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>0c72b420-615f-4db2-b504-d53aa228f256</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>208fee36-3995-4062-b5cd-11dfd734b7ea</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>aef0b9b6-d74c-46d8-bb8c-6162a7f32d4b</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:21.9714578Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>13837179-bfa3-4e3f-ae04-cdf65cb35f68</DriverId>
<Id>1a9dc272-6ade-4552-80d5-6cfe844d5f11</Id>
<IdCompany>aba519f8-f5e2-4a76-8568-546211be2712</IdCompany>
<IdMerchant>4bc796b3-92dc-41ca-9a42-0b5f0aaf3278</IdMerchant>
<Message />
<NetworkId>84fa9b7e-b88d-494f-845b-eed838eb16aa</NetworkId>
<NotificationFormatId>ff317af6-33f1-40e4-9f9c-7611f91927b8</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>0c72b420-615f-4db2-b504-d53aa228f256</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>208fee36-3995-4062-b5cd-11dfd734b7ea</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>aef0b9b6-d74c-46d8-bb8c-6162a7f32d4b</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>8e06ba16-c09a-44a8-a66d-f2d6d4bc52c5</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>dccc32b1-6517-4446-8d22-46a0b14a5582</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>8e06ba16-c09a-44a8-a66d-f2d6d4bc52c5</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>dccc32b1-6517-4446-8d22-46a0b14a5582</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>6aa4fa98-d93f-474f-9788-b0908c3206fb</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>dc174fd2-1c43-4532-a1e3-0fdfc6828821</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>6aa4fa98-d93f-474f-9788-b0908c3206fb</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>dc174fd2-1c43-4532-a1e3-0fdfc6828821</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>0a8b964f-ee37-4819-bfc1-630ceee46655</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:21.9714578Z</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>a5b230c1-bb03-4e3b-95bd-1c2285a62913</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>f5168285-db7e-45ee-bac7-dcc91fe1cc20</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>69018fdf-5e1a-4cf3-b9f9-cc5ade47104c</d4p1:guid>
<d4p1:guid>b01371de-9608-45dc-a05c-6f926d7a22af</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>e0715b1d-48ca-435b-b373-a01f18ad156a</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:21.9714578Z</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>a5b230c1-bb03-4e3b-95bd-1c2285a62913</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>f5168285-db7e-45ee-bac7-dcc91fe1cc20</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>69018fdf-5e1a-4cf3-b9f9-cc5ade47104c</d4p1:guid>
<d4p1:guid>b01371de-9608-45dc-a05c-6f926d7a22af</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>e0715b1d-48ca-435b-b373-a01f18ad156a</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>66835ac2-fb34-4a2f-8d70-d0c464237801</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>dd170c75-68f4-419d-9703-f5dcb8564ce0</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>66835ac2-fb34-4a2f-8d70-d0c464237801</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>dd170c75-68f4-419d-9703-f5dcb8564ce0</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>446472c5-d8bd-40bb-bd80-451b01936acd</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>198838e0-d65a-4443-82db-5e9aa108b311</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>8794ea26-49f4-4189-8604-fba51dd6b73f</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>d17eeceb-7ef3-4b9e-9f30-a435f87d03bc</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>5904184b-2339-40f5-8579-f97bb151d9a2</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>f9b36114-4c67-4e23-b734-cd13c42073d1</VehicleFleetId>
<VehicleId>76595793-9f23-4270-9844-f6fc6d48a73c</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>5fbc1e3b-30e1-4a51-b4d2-d5244921203a</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>446472c5-d8bd-40bb-bd80-451b01936acd</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>198838e0-d65a-4443-82db-5e9aa108b311</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>8794ea26-49f4-4189-8604-fba51dd6b73f</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>d17eeceb-7ef3-4b9e-9f30-a435f87d03bc</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>5904184b-2339-40f5-8579-f97bb151d9a2</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>f9b36114-4c67-4e23-b734-cd13c42073d1</VehicleFleetId>
<VehicleId>76595793-9f23-4270-9844-f6fc6d48a73c</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>5fbc1e3b-30e1-4a51-b4d2-d5244921203a</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": "ed05e8f7-d2c0-46e9-9c6a-c825e7cef684",
"CompanyId": "52d8e149-ac23-440b-916d-57ed5eaffdc6",
"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": "c3462a34-0798-4e34-a74f-ac2a1d106f2b",
"CountryName": "sample string 12",
"StateId": "cbd8bd6d-7e5e-415d-a014-0528e439dd97",
"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": "27ae62fd-0e74-4530-a902-fcafc64f72ee",
"Clasification1Description": "sample string 21",
"Clasification2Id": "6672df82-6a47-418f-b487-4cf554f0d3fe",
"Clasification2Description": "sample string 22",
"Clasification3Id": "196e0f70-0b93-489f-a821-57f65c0ab16d",
"Clasification3Description": "sample string 23",
"Clasification4Id": "423a1584-ae53-4150-b26c-7af6c92ce4d1",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "b09e612b-5763-4bdc-8074-f29a421d4c30",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "9d89fcbe-1167-41cf-b6a1-a85f309c8789",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "b09e612b-5763-4bdc-8074-f29a421d4c30",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "9d89fcbe-1167-41cf-b6a1-a85f309c8789",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "700c579c-9952-4733-9b0a-f6732398fa8f",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "9a7160d2-dcfa-432f-9e26-e0903e8e2aec",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "700c579c-9952-4733-9b0a-f6732398fa8f",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "9a7160d2-dcfa-432f-9e26-e0903e8e2aec",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "cc665e0d-d1d7-4c4f-8f43-5dabebbd872f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "1be77257-0e1f-4333-a55e-ab08fc7322f9",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "cc665e0d-d1d7-4c4f-8f43-5dabebbd872f",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "1be77257-0e1f-4333-a55e-ab08fc7322f9",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "a64b2adb-357f-471b-be34-752cdca2fe1b",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "6b00ebc9-5fd5-4964-9178-065eaf329157",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "a64b2adb-357f-471b-be34-752cdca2fe1b",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "6b00ebc9-5fd5-4964-9178-065eaf329157",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "826f2281-0de9-4397-b4e0-9087eb06c8f5",
"NetworkId": "a6037a62-692e-4c14-85eb-a2c107216d69",
"NotificationFormatId": "dad20e73-c757-463a-b8b5-c13f4e544bb1",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:21.9870834Z",
"UserAtionetCreatedId": "d1a7a0e9-7b37-4b34-a753-393008ba4404",
"UserAtionetDestinationId": "0ae726b3-1d3e-4a2c-9b27-d62eac0d6b01",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "993f3f86-7ea3-4f12-9c60-ce5e54b33af1",
"IdMerchant": "eddbf58d-0499-4a1a-b5b9-e41b58874f0c",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "b7d4a718-3829-43e8-a477-b2f36fbabb40",
"DriverId": "31918f1b-776b-47b8-a90f-161df65ce891",
"CreatedDateString": "2026/04/27 21:36"
},
{
"Id": "826f2281-0de9-4397-b4e0-9087eb06c8f5",
"NetworkId": "a6037a62-692e-4c14-85eb-a2c107216d69",
"NotificationFormatId": "dad20e73-c757-463a-b8b5-c13f4e544bb1",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:36:21.9870834Z",
"UserAtionetCreatedId": "d1a7a0e9-7b37-4b34-a753-393008ba4404",
"UserAtionetDestinationId": "0ae726b3-1d3e-4a2c-9b27-d62eac0d6b01",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "993f3f86-7ea3-4f12-9c60-ce5e54b33af1",
"IdMerchant": "eddbf58d-0499-4a1a-b5b9-e41b58874f0c",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "b7d4a718-3829-43e8-a477-b2f36fbabb40",
"DriverId": "31918f1b-776b-47b8-a90f-161df65ce891",
"CreatedDateString": "2026/04/27 21:36"
}
],
"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": "14e05e44-6f01-461f-93d9-f39227d81cfb",
"VehicleId": "fcc81dd0-6451-4bc5-a092-55d3a8c5fc62",
"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": "10ac4a68-2853-4f3c-8b4e-06929d1376c7",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "ef9a1af4-9420-4d20-939d-a51b8d2c037f",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "86c74411-95eb-4f9a-99b9-8f5c5e44c40c",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "91634ff8-9183-4439-907e-fcd43a494d91",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "1d15a54c-5bf3-409e-8c94-29d8ba72a49d",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "9163d7cb-e6ec-440e-9d02-7a4cf255565a",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "14e05e44-6f01-461f-93d9-f39227d81cfb",
"VehicleId": "fcc81dd0-6451-4bc5-a092-55d3a8c5fc62",
"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": "10ac4a68-2853-4f3c-8b4e-06929d1376c7",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "ef9a1af4-9420-4d20-939d-a51b8d2c037f",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "86c74411-95eb-4f9a-99b9-8f5c5e44c40c",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "91634ff8-9183-4439-907e-fcd43a494d91",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "1d15a54c-5bf3-409e-8c94-29d8ba72a49d",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "9163d7cb-e6ec-440e-9d02-7a4cf255565a",
"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": "993a2b4f-d4e3-434a-8e93-21e0304b91ca",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "d39cc285-e28c-4133-95d0-9a18dbbd3e48",
"TypeModelId": "df5a1dc8-f98b-4063-84cf-f7fc184b3b2c",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "d39cc285-e28c-4133-95d0-9a18dbbd3e48",
"TypeModelId": "df5a1dc8-f98b-4063-84cf-f7fc184b3b2c",
"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": "3b16b999-1409-41bf-b806-f8ffe757f8fb",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "73d2b15e-607b-49fc-9974-360a115af6a2",
"CurrencyCode": "sample string 8",
"FuelMasterId": "cb319325-35af-4ae9-9841-072c0e5ee094",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "993a2b4f-d4e3-434a-8e93-21e0304b91ca",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "d39cc285-e28c-4133-95d0-9a18dbbd3e48",
"TypeModelId": "df5a1dc8-f98b-4063-84cf-f7fc184b3b2c",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "d39cc285-e28c-4133-95d0-9a18dbbd3e48",
"TypeModelId": "df5a1dc8-f98b-4063-84cf-f7fc184b3b2c",
"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": "3b16b999-1409-41bf-b806-f8ffe757f8fb",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "73d2b15e-607b-49fc-9974-360a115af6a2",
"CurrencyCode": "sample string 8",
"FuelMasterId": "cb319325-35af-4ae9-9841-072c0e5ee094",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "f9bcc5e8-648c-435c-b4ce-7cf71732ade0",
"CompanyContractId": "2e1376e6-6df8-49d4-8dc4-b7ed5b9b6411",
"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": "f9bcc5e8-648c-435c-b4ce-7cf71732ade0",
"CompanyContractId": "2e1376e6-6df8-49d4-8dc4-b7ed5b9b6411",
"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": "eddee09f-1fe6-4290-a769-ba531d19f4d9",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:21.9870834Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9a97421f-7ef9-40d5-898a-8d08d31ba040",
"0f48bbf9-17a9-4f1a-a333-47522decdafc"
],
"DriverId": "21361023-0334-4b90-8ff0-e0f04edb8199",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "5678895b-ec77-4ecf-ba95-1f0dad28f7b1",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "eddee09f-1fe6-4290-a769-ba531d19f4d9",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:36:21.9870834Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"9a97421f-7ef9-40d5-898a-8d08d31ba040",
"0f48bbf9-17a9-4f1a-a333-47522decdafc"
],
"DriverId": "21361023-0334-4b90-8ff0-e0f04edb8199",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "5678895b-ec77-4ecf-ba95-1f0dad28f7b1",
"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": "453be834-ebfc-4152-94aa-f9400034d5e5"
}
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>73d2b15e-607b-49fc-9974-360a115af6a2</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>cb319325-35af-4ae9-9841-072c0e5ee094</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>3b16b999-1409-41bf-b806-f8ffe757f8fb</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>d39cc285-e28c-4133-95d0-9a18dbbd3e48</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>df5a1dc8-f98b-4063-84cf-f7fc184b3b2c</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>d39cc285-e28c-4133-95d0-9a18dbbd3e48</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>df5a1dc8-f98b-4063-84cf-f7fc184b3b2c</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>993a2b4f-d4e3-434a-8e93-21e0304b91ca</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>73d2b15e-607b-49fc-9974-360a115af6a2</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>cb319325-35af-4ae9-9841-072c0e5ee094</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>3b16b999-1409-41bf-b806-f8ffe757f8fb</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>d39cc285-e28c-4133-95d0-9a18dbbd3e48</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>df5a1dc8-f98b-4063-84cf-f7fc184b3b2c</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>d39cc285-e28c-4133-95d0-9a18dbbd3e48</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>df5a1dc8-f98b-4063-84cf-f7fc184b3b2c</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>993a2b4f-d4e3-434a-8e93-21e0304b91ca</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>27ae62fd-0e74-4530-a902-fcafc64f72ee</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>6672df82-6a47-418f-b487-4cf554f0d3fe</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>196e0f70-0b93-489f-a821-57f65c0ab16d</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>423a1584-ae53-4150-b26c-7af6c92ce4d1</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>52d8e149-ac23-440b-916d-57ed5eaffdc6</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>c3462a34-0798-4e34-a74f-ac2a1d106f2b</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>453be834-ebfc-4152-94aa-f9400034d5e5</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>ed05e8f7-d2c0-46e9-9c6a-c825e7cef684</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>1be77257-0e1f-4333-a55e-ab08fc7322f9</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cc665e0d-d1d7-4c4f-8f43-5dabebbd872f</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>1be77257-0e1f-4333-a55e-ab08fc7322f9</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cc665e0d-d1d7-4c4f-8f43-5dabebbd872f</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>6b00ebc9-5fd5-4964-9178-065eaf329157</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>a64b2adb-357f-471b-be34-752cdca2fe1b</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>6b00ebc9-5fd5-4964-9178-065eaf329157</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>a64b2adb-357f-471b-be34-752cdca2fe1b</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-04-27T21:36:21.9870834Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>31918f1b-776b-47b8-a90f-161df65ce891</DriverId>
<Id>826f2281-0de9-4397-b4e0-9087eb06c8f5</Id>
<IdCompany>993f3f86-7ea3-4f12-9c60-ce5e54b33af1</IdCompany>
<IdMerchant>eddbf58d-0499-4a1a-b5b9-e41b58874f0c</IdMerchant>
<Message />
<NetworkId>a6037a62-692e-4c14-85eb-a2c107216d69</NetworkId>
<NotificationFormatId>dad20e73-c757-463a-b8b5-c13f4e544bb1</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>d1a7a0e9-7b37-4b34-a753-393008ba4404</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0ae726b3-1d3e-4a2c-9b27-d62eac0d6b01</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>b7d4a718-3829-43e8-a477-b2f36fbabb40</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:36:21.9870834Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>31918f1b-776b-47b8-a90f-161df65ce891</DriverId>
<Id>826f2281-0de9-4397-b4e0-9087eb06c8f5</Id>
<IdCompany>993f3f86-7ea3-4f12-9c60-ce5e54b33af1</IdCompany>
<IdMerchant>eddbf58d-0499-4a1a-b5b9-e41b58874f0c</IdMerchant>
<Message />
<NetworkId>a6037a62-692e-4c14-85eb-a2c107216d69</NetworkId>
<NotificationFormatId>dad20e73-c757-463a-b8b5-c13f4e544bb1</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>d1a7a0e9-7b37-4b34-a753-393008ba4404</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0ae726b3-1d3e-4a2c-9b27-d62eac0d6b01</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>b7d4a718-3829-43e8-a477-b2f36fbabb40</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>2e1376e6-6df8-49d4-8dc4-b7ed5b9b6411</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f9bcc5e8-648c-435c-b4ce-7cf71732ade0</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>2e1376e6-6df8-49d4-8dc4-b7ed5b9b6411</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>f9bcc5e8-648c-435c-b4ce-7cf71732ade0</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>9d89fcbe-1167-41cf-b6a1-a85f309c8789</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>b09e612b-5763-4bdc-8074-f29a421d4c30</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>9d89fcbe-1167-41cf-b6a1-a85f309c8789</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>b09e612b-5763-4bdc-8074-f29a421d4c30</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>cbd8bd6d-7e5e-415d-a014-0528e439dd97</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:21.9870834Z</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>21361023-0334-4b90-8ff0-e0f04edb8199</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>eddee09f-1fe6-4290-a769-ba531d19f4d9</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9a97421f-7ef9-40d5-898a-8d08d31ba040</d4p1:guid>
<d4p1:guid>0f48bbf9-17a9-4f1a-a333-47522decdafc</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>5678895b-ec77-4ecf-ba95-1f0dad28f7b1</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:36:21.9870834Z</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>21361023-0334-4b90-8ff0-e0f04edb8199</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>eddee09f-1fe6-4290-a769-ba531d19f4d9</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>9a97421f-7ef9-40d5-898a-8d08d31ba040</d4p1:guid>
<d4p1:guid>0f48bbf9-17a9-4f1a-a333-47522decdafc</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>5678895b-ec77-4ecf-ba95-1f0dad28f7b1</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>9a7160d2-dcfa-432f-9e26-e0903e8e2aec</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>700c579c-9952-4733-9b0a-f6732398fa8f</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>9a7160d2-dcfa-432f-9e26-e0903e8e2aec</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>700c579c-9952-4733-9b0a-f6732398fa8f</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>14e05e44-6f01-461f-93d9-f39227d81cfb</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>86c74411-95eb-4f9a-99b9-8f5c5e44c40c</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>91634ff8-9183-4439-907e-fcd43a494d91</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>1d15a54c-5bf3-409e-8c94-29d8ba72a49d</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>9163d7cb-e6ec-440e-9d02-7a4cf255565a</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>10ac4a68-2853-4f3c-8b4e-06929d1376c7</VehicleFleetId>
<VehicleId>fcc81dd0-6451-4bc5-a092-55d3a8c5fc62</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>ef9a1af4-9420-4d20-939d-a51b8d2c037f</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>14e05e44-6f01-461f-93d9-f39227d81cfb</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>86c74411-95eb-4f9a-99b9-8f5c5e44c40c</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>91634ff8-9183-4439-907e-fcd43a494d91</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>1d15a54c-5bf3-409e-8c94-29d8ba72a49d</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>9163d7cb-e6ec-440e-9d02-7a4cf255565a</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>10ac4a68-2853-4f3c-8b4e-06929d1376c7</VehicleFleetId>
<VehicleId>fcc81dd0-6451-4bc5-a092-55d3a8c5fc62</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>ef9a1af4-9420-4d20-939d-a51b8d2c037f</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>