POST api/Driver/AcceptRequest
Request Information
URI Parameters
None.
Body Parameters
DriverAssignRequestModelName | Description | Type | Additional information |
---|---|---|---|
Lang | integer |
None. |
|
DriverID | integer |
None. |
|
RequestID | integer |
None. |
|
TaskID | integer |
None. |
|
Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Lang": 1, "DriverID": 1, "RequestID": 2, "TaskID": 3, "Status": 4 }
application/xml, text/xml
Sample:
<DriverAssignRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <DriverID>1</DriverID> <Lang>1</Lang> <RequestID>2</RequestID> <Status>4</Status> <TaskID>3</TaskID> </DriverAssignRequestModel>
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.