Warning: API call is no longer maintained!
Description
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | OrderlineKey | integer | 0 | 123 | |
| 2 | NewQty | integer | 0 | 123 | |
| 3 | NewStatus | string | 0 | Sample text | |
| 4 | InvlineRef | integer | 0 | 123 | |
| 5 | UserName | string | 0 | Sample text | |
| 6 | BinRef | integer | 0 | 123 |
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:pixiBreakOrderline> <dem:OrderlineKey>123</dem:OrderlineKey> <dem:NewQty>123</dem:NewQty> <dem:NewStatus>Sample text</dem:NewStatus> <dem:InvlineRef>123</dem:InvlineRef> <dem:UserName>Sample text</dem:UserName> <dem:BinRef>123</dem:BinRef> </dem:pixiBreakOrderline> </soapenv:Body> </soapenv:Envelope>