POST SavePackingAgainstPickList
Request Information
URI Parameters
None.
Body Parameters
ClassSaveRequest_Packing_Againts_PL| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayError | string |
None. |
|
| PL_ID | string |
None. |
|
| UserID | string |
None. |
|
| ListItems | Collection of ClassSaveRequest_Packing_Againts_PL_Item |
None. |
Request Formats
application/json, text/json
Sample:
{
"DisplayError": "sample string 1",
"PL_ID": "sample string 2",
"UserID": "sample string 3",
"ListItems": [
{
"PL_Txn_Code": 1,
"List_Box": [
{
"Box_No": "sample string 1",
"SQty": 2
},
{
"Box_No": "sample string 1",
"SQty": 2
}
]
},
{
"PL_Txn_Code": 1,
"List_Box": [
{
"Box_No": "sample string 1",
"SQty": 2
},
{
"Box_No": "sample string 1",
"SQty": 2
}
]
}
]
}
application/xml, text/xml
Sample:
<ClassSaveRequest_Packing_Againts_PL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Logic.NET.API.Base">
<DisplayError>sample string 1</DisplayError>
<ListItems>
<ClassSaveRequest_Packing_Againts_PL_Item>
<List_Box>
<ClassSaveRequest_Packing_Againts_PL_Box>
<Box_No>sample string 1</Box_No>
<SQty>2</SQty>
</ClassSaveRequest_Packing_Againts_PL_Box>
<ClassSaveRequest_Packing_Againts_PL_Box>
<Box_No>sample string 1</Box_No>
<SQty>2</SQty>
</ClassSaveRequest_Packing_Againts_PL_Box>
</List_Box>
<PL_Txn_Code>1</PL_Txn_Code>
</ClassSaveRequest_Packing_Againts_PL_Item>
<ClassSaveRequest_Packing_Againts_PL_Item>
<List_Box>
<ClassSaveRequest_Packing_Againts_PL_Box>
<Box_No>sample string 1</Box_No>
<SQty>2</SQty>
</ClassSaveRequest_Packing_Againts_PL_Box>
<ClassSaveRequest_Packing_Againts_PL_Box>
<Box_No>sample string 1</Box_No>
<SQty>2</SQty>
</ClassSaveRequest_Packing_Againts_PL_Box>
</List_Box>
<PL_Txn_Code>1</PL_Txn_Code>
</ClassSaveRequest_Packing_Againts_PL_Item>
</ListItems>
<PL_ID>sample string 2</PL_ID>
<UserID>sample string 3</UserID>
</ClassSaveRequest_Packing_Againts_PL>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |