Description
API Call to retrieve all item movements
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
ItemBinLogKey |
integer |
0 |
123 |
InvBinItemLog Id |
| 2 |
CreateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create Date from (including) |
| 3 |
CreateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create Date to (excluding) |
| 4 |
UpdateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Update Date from (including) |
| 5 |
UpdateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Update Date To (excluding) |
| 6 |
CreateAndUpdateDateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create or Update Date from (including) |
| 7 |
CreateAndUpdateDateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Create or Update Date to (excluding) |
| 8 |
RowCount |
integer |
0 |
123 |
Number of returned rows |
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:pixiReadItemBinLog>
<dem:ItemBinLogKey>123</dem:ItemBinLogKey>
<dem:CreateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateDateFrom>
<dem:CreateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateDateTo>
<dem:UpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:UpdateDateFrom>
<dem:UpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:UpdateDateTo>
<dem:CreateAndUpdateDateFrom>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateFrom>
<dem:CreateAndUpdateDateTo>YYYY-MM-DD hh:mm:ss</dem:CreateAndUpdateDateTo>
<dem:RowCount>123</dem:RowCount>
</dem:pixiReadItemBinLog>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Bin item information
| # |
Name |
Type |
Description |
| 1 |
IBILkey |
integer |
InvbinItemLog Id |
| 2 |
LocID |
string |
Location code |
| 3 |
BinRef |
integer |
Bin ID |
| 4 |
Qty |
integer |
Item quantity |
| 5 |
ItemRef |
integer |
Item ID |
| 6 |
UpdateEmp |
string |
User who last updated the record |
| 7 |
UpdateDate |
string |
Last update date of the record |
| 8 |
ReportedDate |
string |
|
| 9 |
ForOrderline |
integer |
Connected orderline Id |
| 10 |
Reason |
string |
Stock movement reason |
| 11 |
SMORef |
integer |
Stock movement operation Id |
| 12 |
SMTRef |
integer |
Stock movement type Id |
| 13 |
DeliveryId |
integer |
Delivery Id |
Additional Notes