Warning: API call is no longer maintained!
Description
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | SupplNr | string | 0 | Sample text | |
| 2 | Location | string | 0 | Sample text | |
| 3 | CreateEmp | string | 0 | Sample text | |
| 4 | ItemKey | string | 0 | Sample text | |
| 5 | ItemNrInt | string | 0 | Sample text | |
| 6 | ItemNrSuppl | string | 0 | Sample text | |
| 7 | Qty | integer | 0 | 123 | |
| 8 | SOrderNrExt | string | 0 | Sample text |
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:pixiDispoInsertSOrderline> <dem:SupplNr>Sample text</dem:SupplNr> <dem:Location>Sample text</dem:Location> <dem:CreateEmp>Sample text</dem:CreateEmp> <dem:ItemKey>Sample text</dem:ItemKey> <dem:ItemNrInt>Sample text</dem:ItemNrInt> <dem:ItemNrSuppl>Sample text</dem:ItemNrSuppl> <dem:Qty>123</dem:Qty> <dem:SOrderNrExt>Sample text</dem:SOrderNrExt> </dem:pixiDispoInsertSOrderline> </soapenv:Body> </soapenv:Envelope>