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