Warning: API call is no longer maintained!
Description
Export stock movements for external Disposition Software AKA LogControl
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
ItemBinLogKeyStart |
integer |
0 |
123 |
Start with ItemBinLogKey |
2 |
DateStart |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Start date |
3 |
DateEnd |
string |
0 |
YYYY-MM-DD hh:mm:ss |
End date |
4 |
InventoryMode |
boolean |
0 |
0/1 |
In case of InventoryMode = 1, return sumarized values per item |
5 |
RowCount |
integer |
0 |
123 |
Maximum number of records to return (1000 by default) |
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:pixiDispoGetItemBinLog>
<dem:ItemBinLogKeyStart>123</dem:ItemBinLogKeyStart>
<dem:DateStart>YYYY-MM-DD hh:mm:ss</dem:DateStart>
<dem:DateEnd>YYYY-MM-DD hh:mm:ss</dem:DateEnd>
<dem:InventoryMode>0/1</dem:InventoryMode>
<dem:RowCount>123</dem:RowCount>
</dem:pixiDispoGetItemBinLog>
</soapenv:Body>
</soapenv:Envelope>Response
Additional Notes