POST Object/AlternativePicking
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"LOADOUT": "sample string 1",
"LNNO": "sample string 2",
"QTY": "sample string 3"
}
application/xml, text/xml
Sample:
<AlternativePicking xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <LOADOUT>sample string 1</LOADOUT> <LNNO>sample string 2</LNNO> <QTY>sample string 3</QTY> </AlternativePicking>
application/x-www-form-urlencoded
Sample:
Sample not available.