Description
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 |
ShopID |
string |
0 |
Sample text |
Filter: Return only records for this shop. |
| 2 |
ItemTag |
string |
0 |
Sample text |
Filter: Return only records for this item tag. |
| 3 |
DateFrom |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Filter: Return only records from this InvoiceDate on. |
| 4 |
DateTo |
string |
0 |
YYYY-MM-DD hh:mm:ss |
Filter: Return only records till this InvoiceDate. |
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:pixiReportStockValueHistEKPrice>
<dem:ShopID>Sample text</dem:ShopID>
<dem:ItemTag>Sample text</dem:ItemTag>
<dem:DateFrom>YYYY-MM-DD hh:mm:ss</dem:DateFrom>
<dem:DateTo>YYYY-MM-DD hh:mm:ss</dem:DateTo>
</dem:pixiReportStockValueHistEKPrice>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
Artikel |
string |
Artikel |
| 2 |
Artikelnummer |
string |
Artikelnummer |
| 3 |
Anschaffungsdatum |
string |
Anschaffungsdatum |
| 4 |
EK-Preis netto |
string |
EK-Preis netto |
| 5 |
Anzahl |
integer |
Anzahl |
| 6 |
EK Gesamt netto |
integer |
EK Gesamt netto |
| 7 |
Bewertungsabschläge |
integer |
Bewertungsabschläge |
| 8 |
Gesamt |
integer |
Gesamt |
| 9 |
dbCurrency |
string |
dbCurrency |
Additional Notes