Description
API call exposes Stock value report.
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
ParamDate |
string |
0 |
YYYY-MM-DD hh:mm:ss |
[optional] Date used to show the data of Stock value report. If left empty it defaults to end of current day. |
| 2 |
LocID |
string |
0 |
Sample text |
[optional] pixi* Location ID (filter). |
| 3 |
Category |
string |
0 |
Sample text |
[optional] pixi* category ID (filter). |
| 4 |
SupplNr |
string |
0 |
Sample text |
[optional] pixi* Supplier number (filter). |
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_StockValue>
<dem:ParamDate>YYYY-MM-DD hh:mm:ss</dem:ParamDate>
<dem:LocID>Sample text</dem:LocID>
<dem:Category>Sample text</dem:Category>
<dem:SupplNr>Sample text</dem:SupplNr>
</dem:pixiReport_StockValue>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 1 |
LieferantenArtikelnummer |
string |
LieferantenArtikelnummer |
| 2 |
Artikelnummer |
string |
Artikelnummer |
| 3 |
Barcode |
string |
Barcode |
| 4 |
Artikelname |
string |
Artikelname |
| 5 |
Kategorie |
string |
Kategorie |
| 6 |
SupplName |
string |
SupplName |
| 7 |
LocID |
string |
LocID |
| 8 |
Bestand |
integer |
Bestand |
| 9 |
VK_Brutto |
number |
VK_Brutto |
| 10 |
VK_Netto |
number |
VK_Netto |
| 11 |
EK |
number |
EK |
| 12 |
Rohertrag |
number |
Rohertrag |
| 13 |
Sum_VK_Netto |
number |
Sum_VK_Netto |
| 14 |
Sum_VK_Brutto |
number |
Sum_VK_Brutto |
| 15 |
Sum_EK |
number |
Sum_EK |
| 16 |
MwStSatz |
number |
MwStSatz |
| 17 |
Rohertrah |
number |
Rohertrah |
| 18 |
CurrencyCode |
string |
CurrencyCode |
| 19 |
par_paramdate |
string |
par_paramdate |
| 20 |
par_LocID |
string |
par_LocID |
| 21 |
par_Category |
string |
par_Category |
| 22 |
par_SupplNR |
string |
par_SupplNR |
Additional Notes