Warning: API call is no longer maintained!
Description
Get empty bins
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
SupplNr |
string |
1 |
abcd |
Location Id |
| 2 |
LocID |
string |
1 |
001 |
Location Id |
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:pixiGetSOrdersBySupplier>
<dem:SupplNr>abcd</dem:SupplNr>
<dem:LocID>001</dem:LocID>
</dem:pixiGetSOrdersBySupplier>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
SupplNr |
string |
Supplier Nr |
| 2 |
SupplName |
string |
Supplier Name |
Body 2: Result set
| # |
Name |
Type |
Description |
| 1 |
OrderNr |
integer |
OrderNr |
| 2 |
ExternalCode |
string |
ExternalCode |
| 3 |
Code |
string |
Code |
| 4 |
OrderDate |
string |
OrderDate |
Additional Notes