Warning: API call is no longer maintained!
Description
New Customers report Multi Currency: Return database currency code in field dbCurrency depend on if Multi Currency is Enabled then we: - calculate and return data in database currency else - calculate and return data in order / original currency (with value NULL for currency code).
Request Parameters
| # | Name | Type | Required | Example | Description |
| 1 | Year | integer | 0 | 123 | Year as a date range for report |
| 2 | Shop | string | 0 | Sample text | Shop ID |
| 3 | Country | string | 0 | Sample text | Country code |
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:pixiReport_NewCustomersStats> <dem:Year>123</dem:Year> <dem:Shop>Sample text</dem:Shop> <dem:Country>Sample text</dem:Country> </dem:pixiReport_NewCustomersStats> </soapenv:Body> </soapenv:Envelope>
Response
Body 1: Result set
| # | Name | Type | Description |
| 1 | GroupNumber | integer | GroupNumber |
| 2 | LineNumber | integer | LineNumber |
| 3 | LineLabel | string | LineLabel |
| 4 | Month01 | number | Month01 |
| 5 | Month02 | number | Month02 |
| 6 | Month03 | number | Month03 |
| 7 | Month04 | number | Month04 |
| 8 | Month05 | number | Month05 |
| 9 | Month06 | number | Month06 |
| 10 | Month07 | number | Month07 |
| 11 | Month08 | number | Month08 |
| 12 | Month09 | number | Month09 |
| 13 | Month10 | number | Month10 |
| 14 | Month11 | number | Month11 |
| 15 | Month12 | number | Month12 |
| 16 | Average | number | Average |
| 17 | ParYear | integer | ParYear |
| 18 | ParShop | string | ParShop |
| 19 | ParCountry | string | ParCountry |
| 20 | dbCurrency | string | dbCurrency |