Description
API call to return Picklist header data.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
LocID |
string |
0 |
001 |
Search for items on picklist for given location. |
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:pixiShippingGetPicklistHeaders>
<dem:LocID>001</dem:LocID>
</dem:pixiShippingGetPicklistHeaders>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Picklist data
| # |
Name |
Type |
Description |
| 0 |
PLHkey |
integer |
picklist header key (for use with pixiShippinggetPicklistDetails) |
| 1 |
PLHlocID |
string |
Location of this picklist |
| 2 |
PLHexpiryDate |
string |
expiry date |
| 3 |
createEmp |
string |
creator (pixi* user) |
| 4 |
createDate |
string |
create date |
| 5 |
updateEmp |
string |
update user (if anyone updated it) |
| 6 |
updateDate |
string |
update date |
| 7 |
PLHfromBox |
integer |
box range start |
| 8 |
PLHtoBox |
integer |
box range end |
| 9 |
ReservedOrderNr |
string |
ReservedOrderNr |
| 10 |
IsReservationFull |
boolean |
IsReservationFull |
| 11 |
PLcomment |
string |
picklist comment |
| 12 |
1SS |
boolean |
is 1SS picklist |
| 13 |
PLExecLog |
string |
picklist log |
| 14 |
PLexecLogAdvanced |
string |
picklist advanced log |
| 15 |
PLHOriginalKey |
integer |
picklist header key (original) |
| 16 |
FromBinName |
string |
update user (if anyone updated it) |
| 17 |
ToBinName |
string |
update user (if anyone updated it) |
| 18 |
HALcount |
integer |
HALcount |
| 19 |
Item number |
integer |
Item number |
Additional Notes