PUT Drivers/{id}
Updates the driver.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The ID of the driver. |
globally unique identifier |
Required |
Body Parameters
The new 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
Sample:
{
"Id": "fe9856ad-1ebc-4e9b-815b-cb0a6abc2fae",
"CompanyId": "d40ae495-0a69-4e51-911c-e7877b427733",
"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": "c21cba84-aa20-452f-802a-196ffe9fa737",
"CountryName": "sample string 12",
"StateId": "6724be04-ae24-45e0-9047-1b6e3dc76457",
"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": "c0d3fb6e-de2b-4f8f-a90e-8ec0891c3708",
"Clasification1Description": "sample string 21",
"Clasification2Id": "eac5f069-fa0d-464a-acf7-32a35fb34abf",
"Clasification2Description": "sample string 22",
"Clasification3Id": "d0cd6879-ec43-4c7d-ace6-e03bf0270f04",
"Clasification3Description": "sample string 23",
"Clasification4Id": "6093776f-53ab-47ae-9127-f854860e947a",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "88e6da35-f432-42bf-9825-4c4e4da8250b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "01c7312a-3dd4-4f44-850f-b9adce14555d",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "88e6da35-f432-42bf-9825-4c4e4da8250b",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "01c7312a-3dd4-4f44-850f-b9adce14555d",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "03de2195-b33a-494f-9a99-bbda07444494",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "405764d1-e941-454c-9b46-e082b6d78780",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "03de2195-b33a-494f-9a99-bbda07444494",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "405764d1-e941-454c-9b46-e082b6d78780",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "cf96541e-aedd-4d05-b82b-0fadf9650a4b",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e7ce2868-68c9-4305-ad00-ab23126f0355",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "cf96541e-aedd-4d05-b82b-0fadf9650a4b",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "e7ce2868-68c9-4305-ad00-ab23126f0355",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "9b93c30c-b540-4074-9bf2-3b2227fbb05e",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "d9f1c497-76d7-41e4-a444-af992171137e",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "9b93c30c-b540-4074-9bf2-3b2227fbb05e",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "d9f1c497-76d7-41e4-a444-af992171137e",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "7bce6c1c-30d5-45f1-910c-81d565302e40",
"NetworkId": "7b8fc09d-0900-48ec-9983-c767752ac1f2",
"NotificationFormatId": "0f7391c1-69ee-4c21-8884-47c992f64307",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:35:09.5543561Z",
"UserAtionetCreatedId": "e8b51dec-c681-40bc-bfde-4cdfe7be9bd3",
"UserAtionetDestinationId": "c8acc460-0d35-4a20-be7b-e8bce3beac09",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "7a830d80-b096-4738-bbe9-c9010f44ee8c",
"IdMerchant": "a662e235-b0ea-4a9d-be52-48bce2b7443c",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "ad7c1e20-04a9-4a56-8b7f-675189ac6f7d",
"DriverId": "24a5ca97-adc6-47e5-b095-d3a2ffac38ae",
"CreatedDateString": "2026/04/27 21:35"
},
{
"Id": "7bce6c1c-30d5-45f1-910c-81d565302e40",
"NetworkId": "7b8fc09d-0900-48ec-9983-c767752ac1f2",
"NotificationFormatId": "0f7391c1-69ee-4c21-8884-47c992f64307",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2026-04-27T21:35:09.5543561Z",
"UserAtionetCreatedId": "e8b51dec-c681-40bc-bfde-4cdfe7be9bd3",
"UserAtionetDestinationId": "c8acc460-0d35-4a20-be7b-e8bce3beac09",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "7a830d80-b096-4738-bbe9-c9010f44ee8c",
"IdMerchant": "a662e235-b0ea-4a9d-be52-48bce2b7443c",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "ad7c1e20-04a9-4a56-8b7f-675189ac6f7d",
"DriverId": "24a5ca97-adc6-47e5-b095-d3a2ffac38ae",
"CreatedDateString": "2026/04/27 21:35"
}
],
"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": "6357105c-dff7-433b-9f07-27bfa8acd248",
"VehicleId": "99b52899-7296-46a3-860a-12e39c525d8b",
"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": "ff2da45b-39c7-4390-9d4b-55ab638fbf25",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "676ba3de-50f9-466b-ba99-4cbedd1e0134",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "f72f0d44-3113-4580-83ca-7356efaa188b",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "b980f7d2-0c67-4b31-a5c8-d5b60dec5840",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "decfaa8e-fc93-4711-92a4-661aec03165f",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "5864b26d-c685-4e35-91f0-21b73fc7e5ba",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "6357105c-dff7-433b-9f07-27bfa8acd248",
"VehicleId": "99b52899-7296-46a3-860a-12e39c525d8b",
"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": "ff2da45b-39c7-4390-9d4b-55ab638fbf25",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "676ba3de-50f9-466b-ba99-4cbedd1e0134",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "f72f0d44-3113-4580-83ca-7356efaa188b",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "b980f7d2-0c67-4b31-a5c8-d5b60dec5840",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "decfaa8e-fc93-4711-92a4-661aec03165f",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "5864b26d-c685-4e35-91f0-21b73fc7e5ba",
"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": "faf60f48-6235-4375-af8c-aa757254f321",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "eded754d-25bc-4396-a392-6768e0387cf9",
"TypeModelId": "b0754f9a-34ec-49e7-894e-32826ab9fba4",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "eded754d-25bc-4396-a392-6768e0387cf9",
"TypeModelId": "b0754f9a-34ec-49e7-894e-32826ab9fba4",
"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": "175b3e5c-90e4-4a7d-8eff-cc74a65d0ece",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "aaaef018-fec1-4ab6-b243-30bdc4deadb6",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c33ca9a9-0339-4e78-9344-3ccddebcddec",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "faf60f48-6235-4375-af8c-aa757254f321",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "eded754d-25bc-4396-a392-6768e0387cf9",
"TypeModelId": "b0754f9a-34ec-49e7-894e-32826ab9fba4",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "eded754d-25bc-4396-a392-6768e0387cf9",
"TypeModelId": "b0754f9a-34ec-49e7-894e-32826ab9fba4",
"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": "175b3e5c-90e4-4a7d-8eff-cc74a65d0ece",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "aaaef018-fec1-4ab6-b243-30bdc4deadb6",
"CurrencyCode": "sample string 8",
"FuelMasterId": "c33ca9a9-0339-4e78-9344-3ccddebcddec",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "03a5be21-343e-48dc-9908-d0317729acfb",
"CompanyContractId": "341f126a-f757-445b-b1bc-14658b38ba0c",
"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": "03a5be21-343e-48dc-9908-d0317729acfb",
"CompanyContractId": "341f126a-f757-445b-b1bc-14658b38ba0c",
"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": "7a60d62d-9146-4139-9aa4-807d2e10fa40",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:35:09.5543561Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"a5dc8a17-055a-4358-aed8-b5a555612372",
"ad8f60bf-6b4b-4e9a-b5df-24eba3202c20"
],
"DriverId": "0da86606-337e-4887-887d-aa90f2ca5c95",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "6762f838-e59f-4159-abf8-8a9f2a54f255",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "7a60d62d-9146-4139-9aa4-807d2e10fa40",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2026-04-27T21:35:09.5543561Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"a5dc8a17-055a-4358-aed8-b5a555612372",
"ad8f60bf-6b4b-4e9a-b5df-24eba3202c20"
],
"DriverId": "0da86606-337e-4887-887d-aa90f2ca5c95",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "6762f838-e59f-4159-abf8-8a9f2a54f255",
"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": "8d03ea86-7c33-4f1b-a034-eeb2964ec44e"
}
application/xml, text/xml
Sample:
<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>aaaef018-fec1-4ab6-b243-30bdc4deadb6</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c33ca9a9-0339-4e78-9344-3ccddebcddec</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>175b3e5c-90e4-4a7d-8eff-cc74a65d0ece</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>eded754d-25bc-4396-a392-6768e0387cf9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>b0754f9a-34ec-49e7-894e-32826ab9fba4</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>eded754d-25bc-4396-a392-6768e0387cf9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>b0754f9a-34ec-49e7-894e-32826ab9fba4</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>faf60f48-6235-4375-af8c-aa757254f321</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>aaaef018-fec1-4ab6-b243-30bdc4deadb6</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>c33ca9a9-0339-4e78-9344-3ccddebcddec</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>175b3e5c-90e4-4a7d-8eff-cc74a65d0ece</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>eded754d-25bc-4396-a392-6768e0387cf9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>b0754f9a-34ec-49e7-894e-32826ab9fba4</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>eded754d-25bc-4396-a392-6768e0387cf9</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>b0754f9a-34ec-49e7-894e-32826ab9fba4</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>faf60f48-6235-4375-af8c-aa757254f321</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>c0d3fb6e-de2b-4f8f-a90e-8ec0891c3708</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>eac5f069-fa0d-464a-acf7-32a35fb34abf</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>d0cd6879-ec43-4c7d-ace6-e03bf0270f04</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>6093776f-53ab-47ae-9127-f854860e947a</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>d40ae495-0a69-4e51-911c-e7877b427733</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>c21cba84-aa20-452f-802a-196ffe9fa737</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>8d03ea86-7c33-4f1b-a034-eeb2964ec44e</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>fe9856ad-1ebc-4e9b-815b-cb0a6abc2fae</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>e7ce2868-68c9-4305-ad00-ab23126f0355</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cf96541e-aedd-4d05-b82b-0fadf9650a4b</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>e7ce2868-68c9-4305-ad00-ab23126f0355</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>cf96541e-aedd-4d05-b82b-0fadf9650a4b</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>d9f1c497-76d7-41e4-a444-af992171137e</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>9b93c30c-b540-4074-9bf2-3b2227fbb05e</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>d9f1c497-76d7-41e4-a444-af992171137e</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>9b93c30c-b540-4074-9bf2-3b2227fbb05e</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:35:09.5543561Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>24a5ca97-adc6-47e5-b095-d3a2ffac38ae</DriverId>
<Id>7bce6c1c-30d5-45f1-910c-81d565302e40</Id>
<IdCompany>7a830d80-b096-4738-bbe9-c9010f44ee8c</IdCompany>
<IdMerchant>a662e235-b0ea-4a9d-be52-48bce2b7443c</IdMerchant>
<Message />
<NetworkId>7b8fc09d-0900-48ec-9983-c767752ac1f2</NetworkId>
<NotificationFormatId>0f7391c1-69ee-4c21-8884-47c992f64307</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>e8b51dec-c681-40bc-bfde-4cdfe7be9bd3</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>c8acc460-0d35-4a20-be7b-e8bce3beac09</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>ad7c1e20-04a9-4a56-8b7f-675189ac6f7d</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2026-04-27T21:35:09.5543561Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>24a5ca97-adc6-47e5-b095-d3a2ffac38ae</DriverId>
<Id>7bce6c1c-30d5-45f1-910c-81d565302e40</Id>
<IdCompany>7a830d80-b096-4738-bbe9-c9010f44ee8c</IdCompany>
<IdMerchant>a662e235-b0ea-4a9d-be52-48bce2b7443c</IdMerchant>
<Message />
<NetworkId>7b8fc09d-0900-48ec-9983-c767752ac1f2</NetworkId>
<NotificationFormatId>0f7391c1-69ee-4c21-8884-47c992f64307</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>e8b51dec-c681-40bc-bfde-4cdfe7be9bd3</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>c8acc460-0d35-4a20-be7b-e8bce3beac09</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>ad7c1e20-04a9-4a56-8b7f-675189ac6f7d</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>341f126a-f757-445b-b1bc-14658b38ba0c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03a5be21-343e-48dc-9908-d0317729acfb</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>341f126a-f757-445b-b1bc-14658b38ba0c</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>03a5be21-343e-48dc-9908-d0317729acfb</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>01c7312a-3dd4-4f44-850f-b9adce14555d</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>88e6da35-f432-42bf-9825-4c4e4da8250b</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>01c7312a-3dd4-4f44-850f-b9adce14555d</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>88e6da35-f432-42bf-9825-4c4e4da8250b</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>6724be04-ae24-45e0-9047-1b6e3dc76457</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2026-04-27T21:35:09.5543561Z</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>0da86606-337e-4887-887d-aa90f2ca5c95</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>7a60d62d-9146-4139-9aa4-807d2e10fa40</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a5dc8a17-055a-4358-aed8-b5a555612372</d4p1:guid>
<d4p1:guid>ad8f60bf-6b4b-4e9a-b5df-24eba3202c20</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>6762f838-e59f-4159-abf8-8a9f2a54f255</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2026-04-27T21:35:09.5543561Z</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>0da86606-337e-4887-887d-aa90f2ca5c95</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>7a60d62d-9146-4139-9aa4-807d2e10fa40</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>a5dc8a17-055a-4358-aed8-b5a555612372</d4p1:guid>
<d4p1:guid>ad8f60bf-6b4b-4e9a-b5df-24eba3202c20</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>6762f838-e59f-4159-abf8-8a9f2a54f255</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>405764d1-e941-454c-9b46-e082b6d78780</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>03de2195-b33a-494f-9a99-bbda07444494</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>405764d1-e941-454c-9b46-e082b6d78780</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>03de2195-b33a-494f-9a99-bbda07444494</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>6357105c-dff7-433b-9f07-27bfa8acd248</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>f72f0d44-3113-4580-83ca-7356efaa188b</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>b980f7d2-0c67-4b31-a5c8-d5b60dec5840</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>decfaa8e-fc93-4711-92a4-661aec03165f</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>5864b26d-c685-4e35-91f0-21b73fc7e5ba</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>ff2da45b-39c7-4390-9d4b-55ab638fbf25</VehicleFleetId>
<VehicleId>99b52899-7296-46a3-860a-12e39c525d8b</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>676ba3de-50f9-466b-ba99-4cbedd1e0134</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>6357105c-dff7-433b-9f07-27bfa8acd248</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>f72f0d44-3113-4580-83ca-7356efaa188b</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>b980f7d2-0c67-4b31-a5c8-d5b60dec5840</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>decfaa8e-fc93-4711-92a4-661aec03165f</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>5864b26d-c685-4e35-91f0-21b73fc7e5ba</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>ff2da45b-39c7-4390-9d4b-55ab638fbf25</VehicleFleetId>
<VehicleId>99b52899-7296-46a3-860a-12e39c525d8b</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>676ba3de-50f9-466b-ba99-4cbedd1e0134</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
</VehiclesDrivers>
<ZipCode>sample string 17</ZipCode>
</DriverDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
State of the action.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.