POST api/Admin/UpdateCheckinDriverEntity
Request Information
URI Parameters
None.
Body Parameters
AvailableDriverDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| CheckInId | integer |
None. |
|
| DriverName | string |
None. |
|
| VehicleNumber | string |
None. |
|
| VehicleModel | string |
None. |
|
| DriverId | integer |
None. |
|
| DeviceId | integer |
None. |
|
| MobileNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CheckInId": 1,
"DriverName": "sample string 2",
"VehicleNumber": "sample string 3",
"VehicleModel": "sample string 4",
"DriverId": 5,
"DeviceId": 1,
"MobileNumber": "sample string 6"
}
application/xml, text/xml
Sample:
<AvailableDriverDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VardaanCab.Domain.DTOAPI"> <CheckInId>1</CheckInId> <DeviceId>1</DeviceId> <DriverId>5</DriverId> <DriverName>sample string 2</DriverName> <MobileNumber>sample string 6</MobileNumber> <VehicleModel>sample string 4</VehicleModel> <VehicleNumber>sample string 3</VehicleNumber> </AvailableDriverDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.