Description
API Call returns the OrderNr, OrderNrExternal by BoxNr
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
BoxNr |
integer |
1 |
123 |
Box number |
| 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:pixiGetOrderNrExternalByBoxNr>
<dem:BoxNr>123</dem:BoxNr>
<dem:LocId>001</dem:LocId>
</dem:pixiGetOrderNrExternalByBoxNr>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result return
| # |
Name |
Type |
Description |
| 1 |
OrderNrExternal |
string |
OrderNrExternal |
Additional Notes