POST api/Tasks/TaskPackageLocationAssigment
Request Information
URI Parameters
None.
Body Parameters
TaskPackagePackagLocation| Name | Description | Type | Additional information |
|---|---|---|---|
| Package_Id | globally unique identifier |
None. |
|
| TaskId | integer |
None. |
|
| wareHouseId | integer |
None. |
|
| locationId | string |
None. |
|
| isLike | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Package_Id": "fcdefe97-b930-4adf-8ace-8ce711d12cdf",
"TaskId": 2,
"wareHouseId": 3,
"locationId": "sample string 4",
"isLike": true
}
application/xml, text/xml
Sample:
<TaskPackagePackagLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cyzerg.Model.WMS.InputOutputModels"> <isLike>true</isLike> <locationId>sample string 4</locationId> <wareHouseId>3</wareHouseId> <Package_Id>fcdefe97-b930-4adf-8ace-8ce711d12cdf</Package_Id> <TaskId>2</TaskId> </TaskPackagePackagLocation>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Package_Id":"fcdefe97-b930-4adf-8ace-8ce711d12cdf","TaskId":2,"wareHouseId":3,"locationId":"sample string 4","isLike":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.