Warning: API call is no longer maintained!
Description
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | orderdate | string | 0 | YYYY-MM-DD hh:mm:ss | |
| 2 | ShipDate | string | 0 | YYYY-MM-DD hh:mm:ss | |
| 3 | EanUpc | string | 0 | Sample text | |
| 4 | ArticleNr | string | 0 | Sample text | |
| 5 | paid | boolean | 0 | 0/1 | |
| 6 | Shipped | boolean | 0 | 0/1 | |
| 7 | resumeKey | integer | 0 | 123 | |
| 8 | Top | integer | 0 | 123 | |
| 9 | ShopID | 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:pixiEmillGetCustomers> <dem:orderdate>YYYY-MM-DD hh:mm:ss</dem:orderdate> <dem:ShipDate>YYYY-MM-DD hh:mm:ss</dem:ShipDate> <dem:EanUpc>Sample text</dem:EanUpc> <dem:ArticleNr>Sample text</dem:ArticleNr> <dem:paid>0/1</dem:paid> <dem:Shipped>0/1</dem:Shipped> <dem:resumeKey>123</dem:resumeKey> <dem:Top>123</dem:Top> <dem:ShopID>Sample text</dem:ShopID> </dem:pixiEmillGetCustomers> </soapenv:Body> </soapenv:Envelope>