Description
Returns actual data about Picklist.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
PickListNr |
integer |
1 |
123 |
PickListNr |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiCheckPickListNr>
<dem:PickListNr>123</dem:PickListNr>
</dem:pixiCheckPickListNr>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 0 |
ReturnValue |
integer |
1 = picklist is active, 0 = picklist has expired |
| 1 |
PLHFromBox |
integer |
Box range from |
| 2 |
PLHToBox |
integer |
Box range to |
| 3 |
1SS |
boolean |
1SS |
| 4 |
PicklistNotScannedYet |
boolean |
Picklist Not Scanned Yet |
| 5 |
NumberOfOrders |
integer |
Number Of Orders |
Additional Notes