POST api/Drivers/Updateorder
Request Information
URI Parameters
None.
Body Parameters
UpdateOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| status | string |
None. |
|
| orderid | integer |
None. |
|
| staffid | integer |
None. |
|
| updateby | string |
None. |
|
| timetodeliver | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"status": "sample string 1",
"orderid": 2,
"staffid": 3,
"updateby": "sample string 4",
"timetodeliver": 5
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.