GET api/Stock/GetStocks?WarehouseIdList={WarehouseIdList}&ItemId={ItemId}&IncludeSeries={IncludeSeries}&IncludeZeroQuantities={IncludeZeroQuantities}&IncludeZeroQuantitiesSeriesID={IncludeZeroQuantitiesSeriesID}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WarehouseIdList

string

Required

ItemId

string

None.

IncludeSeries

boolean

None.

IncludeZeroQuantities

boolean

None.

IncludeZeroQuantitiesSeriesID

boolean

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of StockItem
NameDescriptionTypeAdditional information
ItemID

string

None.

Qty

decimal number

None.

StockSeries

Collection of StockSeries

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfItem xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Item ItemID="sample string 1">
    <Qty>1</Qty>
    <StockSeries>
      <Series SeriesID="sample string 1">
        <Value>1</Value>
        <BestBefore>2024-04-23T09:11:21.4329279+02:00</BestBefore>
        <Quarantine>true</Quarantine>
      </Series>
      <Series SeriesID="sample string 1">
        <Value>1</Value>
        <BestBefore>2024-04-23T09:11:21.4329279+02:00</BestBefore>
        <Quarantine>true</Quarantine>
      </Series>
    </StockSeries>
  </Item>
  <Item ItemID="sample string 1">
    <Qty>1</Qty>
    <StockSeries>
      <Series SeriesID="sample string 1">
        <Value>1</Value>
        <BestBefore>2024-04-23T09:11:21.4329279+02:00</BestBefore>
        <Quarantine>true</Quarantine>
      </Series>
      <Series SeriesID="sample string 1">
        <Value>1</Value>
        <BestBefore>2024-04-23T09:11:21.4329279+02:00</BestBefore>
        <Quarantine>true</Quarantine>
      </Series>
    </StockSeries>
  </Item>
</ArrayOfItem>