POST api/SetPackingList/AddANewPosition?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
MDLSetPackingListPositionNew| Name | Description | Type | Additional information |
|---|---|---|---|
| SetPackingListItemType | ENMSetPackingListItemType |
None. |
|
| SetTemplateID | integer |
None. |
|
| SetPackingAreaID | integer |
None. |
|
| ArticleTypeID | integer |
None. |
|
| SetPackingInstructionID | integer |
None. |
|
| HouseInternalArticleNameID | integer |
None. |
|
| Count | integer |
None. |
|
| Position | integer |
None. |
|
| Designation | string |
None. |
|
| Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SetPackingListItemType": 0,
"SetTemplateID": 1,
"SetPackingAreaID": 2,
"ArticleTypeID": 3,
"SetPackingInstructionID": 4,
"HouseInternalArticleNameID": 5,
"Count": 6,
"Position": 7,
"Designation": "sample string 8",
"Comment": "sample string 9"
}
application/xml, text/xml
Sample:
<MDLSetPackingListPositionNew xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Asanus.BarCon.Middleware.Shared"> <ArticleTypeID>3</ArticleTypeID> <Comment>sample string 9</Comment> <Count>6</Count> <Designation>sample string 8</Designation> <HouseInternalArticleNameID>5</HouseInternalArticleNameID> <Position>7</Position> <SetPackingAreaID>2</SetPackingAreaID> <SetPackingInstructionID>4</SetPackingInstructionID> <SetPackingListItemType>ArticleType</SetPackingListItemType> <SetTemplateID>1</SetTemplateID> </MDLSetPackingListPositionNew>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.