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": "ccd528a3-ca12-4560-b3db-5e4c69187ff9",
"CompanyId": "6e4b1676-ff59-4abd-9998-c682311ec796",
"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": "9211bcd8-d0f7-473a-9c12-07b9c681f100",
"CountryName": "sample string 12",
"StateId": "80070284-b774-4cec-9f0e-9a4606f10210",
"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": "f6a1705f-4e24-4252-8bde-7fefc2e327b5",
"Clasification1Description": "sample string 21",
"Clasification2Id": "bfaabefc-d960-4a8a-9d86-0784dc08652b",
"Clasification2Description": "sample string 22",
"Clasification3Id": "4b5a2e69-9286-4385-b7a9-42d151b95d9f",
"Clasification3Description": "sample string 23",
"Clasification4Id": "a842f78b-0f83-42a9-847f-c79ce65caf3d",
"Clasification4Description": "sample string 24",
"Rules": [
{
"RuleId": "17e38bde-285b-4289-a78a-7db45f89c4c0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "5a7c78ca-bb7f-460d-8d65-07ddc3da9f99",
"DriverName": "sample string 6",
"Description": "sample string 7"
},
{
"RuleId": "17e38bde-285b-4289-a78a-7db45f89c4c0",
"RuleName": "sample string 2",
"RuleType": 3,
"RuleTypeDescription": "sample string 4",
"DriverId": "5a7c78ca-bb7f-460d-8d65-07ddc3da9f99",
"DriverName": "sample string 6",
"Description": "sample string 7"
}
],
"Vehicles": [
{
"VehicleId": "0260a833-4665-4de7-8475-604e660c933f",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "ee0eaee4-3766-439b-afe2-6e4dffe9e15c",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"VehicleId": "0260a833-4665-4de7-8475-604e660c933f",
"VehicleCode": "sample string 2",
"VehiclePlate": "sample string 3",
"DriverId": "ee0eaee4-3766-439b-afe2-6e4dffe9e15c",
"DriverName": "sample string 5",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
}
],
"Identifications": [
{
"IdentificationId": "417c04b8-51f4-446a-ad0c-109ef7d61603",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "020223f6-578d-4221-8518-0d5441759873",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
},
{
"IdentificationId": "417c04b8-51f4-446a-ad0c-109ef7d61603",
"IdentificationLabel": "sample string 2",
"IdentificationTypeModel": "sample string 3",
"IdentificationStatus": 64,
"ContractId": "020223f6-578d-4221-8518-0d5441759873",
"PIN": "sample string 6",
"PAN": "sample string 7",
"Active": true,
"CompanyContractDescription": "sample string 9",
"ExpirationDate": "sample string 10"
}
],
"LoyaltyIdentifications": [
{
"LoyaltyIdentificationId": "edb8696b-9da8-4e8e-93a2-5f3d6e689821",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "01fa37cf-4280-4fbc-907c-3210a6690cf5",
"DriverName": "sample string 5"
},
{
"LoyaltyIdentificationId": "edb8696b-9da8-4e8e-93a2-5f3d6e689821",
"LoyaltyIdentificationLabel": "sample string 2",
"LoyaltyIdentificationTypeModel": "sample string 3",
"DriverId": "01fa37cf-4280-4fbc-907c-3210a6690cf5",
"DriverName": "sample string 5"
}
],
"Notifications": [
{
"Id": "ff65e755-9977-42f3-bd64-d81d2a79d669",
"NetworkId": "79ad52dc-cb58-4fc9-a4ad-e8a0d74e00da",
"NotificationFormatId": "ac0c47ee-98e1-49c1-99f1-8808213948d1",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T05:41:48.2062028Z",
"UserAtionetCreatedId": "ffdec099-f55c-4f7d-96de-00340889258f",
"UserAtionetDestinationId": "0bde6760-b586-4830-a759-c4abf40bfed3",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "2820fce8-5e5e-43a7-92ec-7e1f2c9b2c05",
"IdMerchant": "8475d5b7-c056-448b-8cfe-cfbcec33bcfb",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "e1fcad9b-604d-4caf-9cca-6e849535ee59",
"DriverId": "f7c8216e-bfed-41b7-b60e-f2007b8ed451",
"CreatedDateString": "2025/10/29 05:41"
},
{
"Id": "ff65e755-9977-42f3-bd64-d81d2a79d669",
"NetworkId": "79ad52dc-cb58-4fc9-a4ad-e8a0d74e00da",
"NotificationFormatId": "ac0c47ee-98e1-49c1-99f1-8808213948d1",
"Channel": 64,
"Origin": "sample string 3",
"DestinationAddresses": "sample string 4",
"CreatedDate": "2025-10-29T05:41:48.2062028Z",
"UserAtionetCreatedId": "ffdec099-f55c-4f7d-96de-00340889258f",
"UserAtionetDestinationId": "0bde6760-b586-4830-a759-c4abf40bfed3",
"Type": 64,
"State": 64,
"Subject": "sample string 8",
"Message": {},
"IdCompany": "2820fce8-5e5e-43a7-92ec-7e1f2c9b2c05",
"IdMerchant": "8475d5b7-c056-448b-8cfe-cfbcec33bcfb",
"UserAtionetCreated": "sample string 10",
"UserAtionetDestination": "sample string 11",
"UserState": 64,
"Payload": "sample string 12",
"VehicleId": "e1fcad9b-604d-4caf-9cca-6e849535ee59",
"DriverId": "f7c8216e-bfed-41b7-b60e-f2007b8ed451",
"CreatedDateString": "2025/10/29 05:41"
}
],
"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": "add98931-0239-41ea-8dc3-7de2ebf23b03",
"VehicleId": "c68e083d-2bf4-44be-b6cb-707fbe8a4b97",
"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": "021be757-a1ca-4a5a-b9a1-6f79317475ab",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "6d87f589-f56e-4663-aa6b-e7a08a5853d7",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "bcfc81fb-0cbc-4320-a82a-c7da44b4c0fc",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "05e983a3-30df-4496-a0b8-c79426605460",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "47c40bf3-168a-46c0-81cd-5cd0f148d101",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "9a82a57f-6e9c-48a5-b865-63f0cf027946",
"VehicleClasification4Description": "sample string 17",
"RequireVehicleIdentification": true,
"RequireVehicleCode": true,
"RequireDriverIdentification": true,
"RequireDriverCode": true,
"IsLoyalty": true
},
{
"Id": "add98931-0239-41ea-8dc3-7de2ebf23b03",
"VehicleId": "c68e083d-2bf4-44be-b6cb-707fbe8a4b97",
"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": "021be757-a1ca-4a5a-b9a1-6f79317475ab",
"VehicleFleetDescription": "sample string 11",
"VehicleVehiclesClassId": "6d87f589-f56e-4663-aa6b-e7a08a5853d7",
"VehicleVehiclesClassDescription": "sample string 13",
"VehicleClasification1Id": "bcfc81fb-0cbc-4320-a82a-c7da44b4c0fc",
"VehicleClasification1Description": "sample string 14",
"VehicleClasification2Id": "05e983a3-30df-4496-a0b8-c79426605460",
"VehicleClasification2Description": "sample string 15",
"VehicleClasification3Id": "47c40bf3-168a-46c0-81cd-5cd0f148d101",
"VehicleClasification3Description": "sample string 16",
"VehicleClasification4Id": "9a82a57f-6e9c-48a5-b865-63f0cf027946",
"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": "c38e0a51-2521-4a4a-8613-ce641eb03167",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "8fb47779-bd1e-49e3-99ee-c8c710e9561d",
"TypeModelId": "039a7608-63f7-4dd3-ac21-ddc5d8871a72",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "8fb47779-bd1e-49e3-99ee-c8c710e9561d",
"TypeModelId": "039a7608-63f7-4dd3-ac21-ddc5d8871a72",
"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": "5574b104-0a9a-4892-8dea-20c3517e01ed",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "0e743a10-31d5-41e2-9cda-41b4ecf3d3b3",
"CurrencyCode": "sample string 8",
"FuelMasterId": "eabcf25d-f566-45d9-857b-b309a61024a8",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
},
{
"SubAccountId": "c38e0a51-2521-4a4a-8613-ce641eb03167",
"AvailableAmount": 1.0,
"AvailableVolume": 1.0,
"Identifications": [
{
"Id": "8fb47779-bd1e-49e3-99ee-c8c710e9561d",
"TypeModelId": "039a7608-63f7-4dd3-ac21-ddc5d8871a72",
"TypeModelDescription": "sample string 3",
"Label": "sample string 4",
"Description": "sample string 3 - sample string 4"
},
{
"Id": "8fb47779-bd1e-49e3-99ee-c8c710e9561d",
"TypeModelId": "039a7608-63f7-4dd3-ac21-ddc5d8871a72",
"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": "5574b104-0a9a-4892-8dea-20c3517e01ed",
"CompanyContractCode": "sample string 5",
"CompanyContractDescription": "sample string 6",
"Value": 7.0,
"CurrencyId": "0e743a10-31d5-41e2-9cda-41b4ecf3d3b3",
"CurrencyCode": "sample string 8",
"FuelMasterId": "eabcf25d-f566-45d9-857b-b309a61024a8",
"FuelMasterCode": "sample string 9",
"FuelName": "sample string 10",
"Specie": "sample string 8"
}
],
"QuotaRules": [
{
"QuotaRule": {
"Id": "7d352add-28a5-460b-8c29-d35ddaa2c4d8",
"CompanyContractId": "a937de17-1cc7-4a20-acd4-a37e39a41e97",
"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": "7d352add-28a5-460b-8c29-d35ddaa2c4d8",
"CompanyContractId": "a937de17-1cc7-4a20-acd4-a37e39a41e97",
"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": "c6707fd7-92d8-4c6e-ad3a-1b493d0aadb7",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T05:41:48.2062028Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"3dc77897-a4e6-4690-aa01-79d1f84aaf6a",
"fb970e61-00ae-4e67-bbbf-2e0743391676"
],
"DriverId": "cffeb3bd-23d6-4d8d-8a14-62d94eafd004",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "f8a9aaa9-26e7-4f6a-a661-1788da75d872",
"VehicleCode": "sample string 13",
"VehicleYear": 1,
"VehicleOdometer": 1,
"VehicleEngineHours": 1,
"VehicleConsumption": 14.0,
"FleetDescription": "sample string 15"
},
{
"Id": "c6707fd7-92d8-4c6e-ad3a-1b493d0aadb7",
"Description": "sample string 2",
"IdentificationsDescription": "sample string 3",
"ContractDescription": "sample string 4",
"BalanceDate": "2025-10-29T05:41:48.2062028Z",
"CurrentBalance": 6.0,
"PreviousBalance": 7.0,
"Consumption": 8.0,
"Limit": 9.0,
"IdentificationIds": [
"3dc77897-a4e6-4690-aa01-79d1f84aaf6a",
"fb970e61-00ae-4e67-bbbf-2e0743391676"
],
"DriverId": "cffeb3bd-23d6-4d8d-8a14-62d94eafd004",
"DriverCode": "sample string 10",
"DriverFirstName": "sample string 11",
"DriverLastName": "sample string 12",
"VehicleId": "f8a9aaa9-26e7-4f6a-a661-1788da75d872",
"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": "704e3c28-e07e-42ff-a8e7-f9e618c57574"
}
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>0e743a10-31d5-41e2-9cda-41b4ecf3d3b3</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>eabcf25d-f566-45d9-857b-b309a61024a8</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>5574b104-0a9a-4892-8dea-20c3517e01ed</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>8fb47779-bd1e-49e3-99ee-c8c710e9561d</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>039a7608-63f7-4dd3-ac21-ddc5d8871a72</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>8fb47779-bd1e-49e3-99ee-c8c710e9561d</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>039a7608-63f7-4dd3-ac21-ddc5d8871a72</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>c38e0a51-2521-4a4a-8613-ce641eb03167</SubAccountId>
</DriverBalanceDto>
<DriverBalanceDto>
<CurrencyCode>sample string 8</CurrencyCode>
<CurrencyId>0e743a10-31d5-41e2-9cda-41b4ecf3d3b3</CurrencyId>
<FuelMasterCode>sample string 9</FuelMasterCode>
<FuelMasterId>eabcf25d-f566-45d9-857b-b309a61024a8</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>5574b104-0a9a-4892-8dea-20c3517e01ed</CompanyContractId>
<AvailableAmount>1</AvailableAmount>
<AvailableVolume>1</AvailableVolume>
<Identifications>
<IdentificationBalanceDtoBase>
<Id>8fb47779-bd1e-49e3-99ee-c8c710e9561d</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>039a7608-63f7-4dd3-ac21-ddc5d8871a72</TypeModelId>
</IdentificationBalanceDtoBase>
<IdentificationBalanceDtoBase>
<Id>8fb47779-bd1e-49e3-99ee-c8c710e9561d</Id>
<Label>sample string 4</Label>
<TypeModelDescription>sample string 3</TypeModelDescription>
<TypeModelId>039a7608-63f7-4dd3-ac21-ddc5d8871a72</TypeModelId>
</IdentificationBalanceDtoBase>
</Identifications>
<SubAccountId>c38e0a51-2521-4a4a-8613-ce641eb03167</SubAccountId>
</DriverBalanceDto>
</Balances>
<Birthdate>sample string 8</Birthdate>
<City>sample string 14</City>
<Clasification1Description>sample string 21</Clasification1Description>
<Clasification1Id>f6a1705f-4e24-4252-8bde-7fefc2e327b5</Clasification1Id>
<Clasification2Description>sample string 22</Clasification2Description>
<Clasification2Id>bfaabefc-d960-4a8a-9d86-0784dc08652b</Clasification2Id>
<Clasification3Description>sample string 23</Clasification3Description>
<Clasification3Id>4b5a2e69-9286-4385-b7a9-42d151b95d9f</Clasification3Id>
<Clasification4Description>sample string 24</Clasification4Description>
<Clasification4Id>a842f78b-0f83-42a9-847f-c79ce65caf3d</Clasification4Id>
<Code>sample string 4</Code>
<CompanyId>6e4b1676-ff59-4abd-9998-c682311ec796</CompanyId>
<CompanyName>sample string 3</CompanyName>
<CompleteName>sample string 7</CompleteName>
<Consumption>sample string 26</Consumption>
<CountryId>9211bcd8-d0f7-473a-9c12-07b9c681f100</CountryId>
<CountryName>sample string 12</CountryName>
<CreationDate>sample string 33</CreationDate>
<CreatorUserId>704e3c28-e07e-42ff-a8e7-f9e618c57574</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>ccd528a3-ca12-4560-b3db-5e4c69187ff9</Id>
<Identifications>
<DriverIdentificationDto>
<Active>true</Active>
<CompanyContractDescription>sample string 9</CompanyContractDescription>
<ContractId>020223f6-578d-4221-8518-0d5441759873</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>417c04b8-51f4-446a-ad0c-109ef7d61603</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>020223f6-578d-4221-8518-0d5441759873</ContractId>
<ExpirationDate>sample string 10</ExpirationDate>
<IdentificationId>417c04b8-51f4-446a-ad0c-109ef7d61603</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>01fa37cf-4280-4fbc-907c-3210a6690cf5</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>edb8696b-9da8-4e8e-93a2-5f3d6e689821</LoyaltyIdentificationId>
<LoyaltyIdentificationLabel>sample string 2</LoyaltyIdentificationLabel>
<LoyaltyIdentificationTypeModel>sample string 3</LoyaltyIdentificationTypeModel>
</DriverLoyaltyIdentificationDto>
<DriverLoyaltyIdentificationDto>
<DriverId>01fa37cf-4280-4fbc-907c-3210a6690cf5</DriverId>
<DriverName>sample string 5</DriverName>
<LoyaltyIdentificationId>edb8696b-9da8-4e8e-93a2-5f3d6e689821</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>2025-10-29T05:41:48.2062028Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>f7c8216e-bfed-41b7-b60e-f2007b8ed451</DriverId>
<Id>ff65e755-9977-42f3-bd64-d81d2a79d669</Id>
<IdCompany>2820fce8-5e5e-43a7-92ec-7e1f2c9b2c05</IdCompany>
<IdMerchant>8475d5b7-c056-448b-8cfe-cfbcec33bcfb</IdMerchant>
<Message />
<NetworkId>79ad52dc-cb58-4fc9-a4ad-e8a0d74e00da</NetworkId>
<NotificationFormatId>ac0c47ee-98e1-49c1-99f1-8808213948d1</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>ffdec099-f55c-4f7d-96de-00340889258f</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0bde6760-b586-4830-a759-c4abf40bfed3</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>e1fcad9b-604d-4caf-9cca-6e849535ee59</VehicleId>
</SystemNotificationDto>
<SystemNotificationDto>
<Channel>64</Channel>
<CreatedDate>2025-10-29T05:41:48.2062028Z</CreatedDate>
<DestinationAddresses>sample string 4</DestinationAddresses>
<DriverId>f7c8216e-bfed-41b7-b60e-f2007b8ed451</DriverId>
<Id>ff65e755-9977-42f3-bd64-d81d2a79d669</Id>
<IdCompany>2820fce8-5e5e-43a7-92ec-7e1f2c9b2c05</IdCompany>
<IdMerchant>8475d5b7-c056-448b-8cfe-cfbcec33bcfb</IdMerchant>
<Message />
<NetworkId>79ad52dc-cb58-4fc9-a4ad-e8a0d74e00da</NetworkId>
<NotificationFormatId>ac0c47ee-98e1-49c1-99f1-8808213948d1</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>ffdec099-f55c-4f7d-96de-00340889258f</UserAtionetCreatedId>
<UserAtionetDestination>sample string 11</UserAtionetDestination>
<UserAtionetDestinationId>0bde6760-b586-4830-a759-c4abf40bfed3</UserAtionetDestinationId>
<UserState>64</UserState>
<VehicleId>e1fcad9b-604d-4caf-9cca-6e849535ee59</VehicleId>
</SystemNotificationDto>
</Notifications>
<PhoneNumber1>sample string 18</PhoneNumber1>
<PhoneNumber2>sample string 19</PhoneNumber2>
<QuotaRules>
<DriverQuotaRuleBalanceDto>
<Money>1</Money>
<QuotaRule>
<CompanyContractId>a937de17-1cc7-4a20-acd4-a37e39a41e97</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7d352add-28a5-460b-8c29-d35ddaa2c4d8</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>a937de17-1cc7-4a20-acd4-a37e39a41e97</CompanyContractId>
<ContingencyLimit>1</ContingencyLimit>
<Description>sample string 2</Description>
<Duration>5</Duration>
<Frequency>64</Frequency>
<FrequencyDescription>sample string 4</FrequencyDescription>
<Id>7d352add-28a5-460b-8c29-d35ddaa2c4d8</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>5a7c78ca-bb7f-460d-8d65-07ddc3da9f99</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>17e38bde-285b-4289-a78a-7db45f89c4c0</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
<DriverRuleDto>
<Description>sample string 7</Description>
<DriverId>5a7c78ca-bb7f-460d-8d65-07ddc3da9f99</DriverId>
<DriverName>sample string 6</DriverName>
<RuleId>17e38bde-285b-4289-a78a-7db45f89c4c0</RuleId>
<RuleName>sample string 2</RuleName>
<RuleType>3</RuleType>
<RuleTypeDescription>sample string 4</RuleTypeDescription>
</DriverRuleDto>
</Rules>
<StateId>80070284-b774-4cec-9f0e-9a4606f10210</StateId>
<StateName>sample string 13</StateName>
<Street1>sample string 15</Street1>
<Street2>sample string 16</Street2>
<SubAccounts>
<SubAccountDto>
<BalanceDate>2025-10-29T05:41:48.2062028Z</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>cffeb3bd-23d6-4d8d-8a14-62d94eafd004</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>c6707fd7-92d8-4c6e-ad3a-1b493d0aadb7</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3dc77897-a4e6-4690-aa01-79d1f84aaf6a</d4p1:guid>
<d4p1:guid>fb970e61-00ae-4e67-bbbf-2e0743391676</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>f8a9aaa9-26e7-4f6a-a661-1788da75d872</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
<SubAccountDto>
<BalanceDate>2025-10-29T05:41:48.2062028Z</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>cffeb3bd-23d6-4d8d-8a14-62d94eafd004</DriverId>
<DriverLastName>sample string 12</DriverLastName>
<FleetDescription>sample string 15</FleetDescription>
<Id>c6707fd7-92d8-4c6e-ad3a-1b493d0aadb7</Id>
<IdentificationIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:guid>3dc77897-a4e6-4690-aa01-79d1f84aaf6a</d4p1:guid>
<d4p1:guid>fb970e61-00ae-4e67-bbbf-2e0743391676</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>f8a9aaa9-26e7-4f6a-a661-1788da75d872</VehicleId>
<VehicleOdometer>1</VehicleOdometer>
<VehicleYear>1</VehicleYear>
</SubAccountDto>
</SubAccounts>
<Vehicles>
<DriverVehicleDto2>
<DriverId>ee0eaee4-3766-439b-afe2-6e4dffe9e15c</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>0260a833-4665-4de7-8475-604e660c933f</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
<DriverVehicleDto2>
<DriverId>ee0eaee4-3766-439b-afe2-6e4dffe9e15c</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>0260a833-4665-4de7-8475-604e660c933f</VehicleId>
<VehiclePlate>sample string 3</VehiclePlate>
</DriverVehicleDto2>
</Vehicles>
<VehiclesDrivers>
<DriverVehicleDto>
<Id>add98931-0239-41ea-8dc3-7de2ebf23b03</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>bcfc81fb-0cbc-4320-a82a-c7da44b4c0fc</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>05e983a3-30df-4496-a0b8-c79426605460</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>47c40bf3-168a-46c0-81cd-5cd0f148d101</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>9a82a57f-6e9c-48a5-b865-63f0cf027946</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>021be757-a1ca-4a5a-b9a1-6f79317475ab</VehicleFleetId>
<VehicleId>c68e083d-2bf4-44be-b6cb-707fbe8a4b97</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>6d87f589-f56e-4663-aa6b-e7a08a5853d7</VehicleVehiclesClassId>
<VehicleYear>1</VehicleYear>
</DriverVehicleDto>
<DriverVehicleDto>
<Id>add98931-0239-41ea-8dc3-7de2ebf23b03</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>bcfc81fb-0cbc-4320-a82a-c7da44b4c0fc</VehicleClasification1Id>
<VehicleClasification2Description>sample string 15</VehicleClasification2Description>
<VehicleClasification2Id>05e983a3-30df-4496-a0b8-c79426605460</VehicleClasification2Id>
<VehicleClasification3Description>sample string 16</VehicleClasification3Description>
<VehicleClasification3Id>47c40bf3-168a-46c0-81cd-5cd0f148d101</VehicleClasification3Id>
<VehicleClasification4Description>sample string 17</VehicleClasification4Description>
<VehicleClasification4Id>9a82a57f-6e9c-48a5-b865-63f0cf027946</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>021be757-a1ca-4a5a-b9a1-6f79317475ab</VehicleFleetId>
<VehicleId>c68e083d-2bf4-44be-b6cb-707fbe8a4b97</VehicleId>
<VehicleInitialOdometer>1</VehicleInitialOdometer>
<VehiclePlate>sample string 4</VehiclePlate>
<VehicleServiceDescription>sample string 8</VehicleServiceDescription>
<VehicleServiceType>9</VehicleServiceType>
<VehicleVehiclesClassDescription>sample string 13</VehicleVehiclesClassDescription>
<VehicleVehiclesClassId>6d87f589-f56e-4663-aa6b-e7a08a5853d7</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.