GET api/Barkawi/GetINV?WarehouseGroup={WarehouseGroup}&ItemProperty_1={ItemProperty_1}&RequestType={RequestType}&Page={Page}&PageSize={PageSize}&RecordDtModifiedFrom={RecordDtModifiedFrom}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
WarehouseGroup

string

None.

ItemProperty_1

string

None.

RequestType

sqRequestType

None.

Page

integer

None.

PageSize

integer

None.

RecordDtModifiedFrom

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of INV
NameDescriptionTypeAdditional information
DEALER_SITE_ID

string

None.

INVENTORY_DATE

string

None.

TYPE

string

None.

Locations

Locations_

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfINV xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <INV>
    <DEALER_SITE_ID>sample string 1</DEALER_SITE_ID>
    <INVENTORY_DATE>sample string 2</INVENTORY_DATE>
    <TYPE>sample string 3</TYPE>
    <Locations>
      <Location>
        <BIN_LOCATION>sample string 1</BIN_LOCATION>
        <Items>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
        </Items>
      </Location>
      <Location>
        <BIN_LOCATION>sample string 1</BIN_LOCATION>
        <Items>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
        </Items>
      </Location>
    </Locations>
  </INV>
  <INV>
    <DEALER_SITE_ID>sample string 1</DEALER_SITE_ID>
    <INVENTORY_DATE>sample string 2</INVENTORY_DATE>
    <TYPE>sample string 3</TYPE>
    <Locations>
      <Location>
        <BIN_LOCATION>sample string 1</BIN_LOCATION>
        <Items>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
        </Items>
      </Location>
      <Location>
        <BIN_LOCATION>sample string 1</BIN_LOCATION>
        <Items>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
          <Item>
            <DEALER_ITEM_ID>sample string 1</DEALER_ITEM_ID>
            <SUPPLIER_ITEM_ID>sample string 2</SUPPLIER_ITEM_ID>
            <UNIT_CONVERSION>1.1</UNIT_CONVERSION>
            <ONHAND_QUANTITY>1.1</ONHAND_QUANTITY>
          </Item>
        </Items>
      </Location>
    </Locations>
  </INV>
</ArrayOfINV>