pixi Developer & Integration Documentation

pixiReport_StockValue_Hist

Description

API call exposes Stock value hist 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 hist 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_Hist>
         <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_Hist>
   </soapenv:Body>
</soapenv:Envelope>

Response


Additional Notes