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