GET api/V2/Stock/GetStockForecasting?ForecastingDate={ForecastingDate}&ItemID={ItemID}&WarehouseID={WarehouseID}&ExcludeObsoleteStock={ExcludeObsoleteStock}&OnlyConfirmedPurchaseOrders={OnlyConfirmedPurchaseOrders}&IncludeProductionPlan={IncludeProductionPlan}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ForecastingDate

date

Required

ItemID

string

Required

WarehouseID

string

None.

ExcludeObsoleteStock

boolean

None.

OnlyConfirmedPurchaseOrders

boolean

None.

IncludeProductionPlan

boolean

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

StocksForecasting
NameDescriptionTypeAdditional information
StockForecasting

Collection of StockForecastingV2

None.

Response Formats

application/xml, text/xml

Sample:
<StocksForecasting xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <StockForecasting>
    <ID>1</ID>
    <ForecastingDocument>sample string 2</ForecastingDocument>
    <ForecastingDate>2024-03-28T13:46:12.1796076+01:00</ForecastingDate>
    <WarehouseID>sample string 3</WarehouseID>
    <Supply>4</Supply>
    <Demand>5</Demand>
    <AvailableStock>6</AvailableStock>
  </StockForecasting>
  <StockForecasting>
    <ID>1</ID>
    <ForecastingDocument>sample string 2</ForecastingDocument>
    <ForecastingDate>2024-03-28T13:46:12.1796076+01:00</ForecastingDate>
    <WarehouseID>sample string 3</WarehouseID>
    <Supply>4</Supply>
    <Demand>5</Demand>
    <AvailableStock>6</AvailableStock>
  </StockForecasting>
</StocksForecasting>