Skip to content
  • There are no suggestions because the search field is empty.

IN Location

URL

Verbs

Function

Version

/INLocation

GET

Query a list of IN Locations

GT4@12

/INLocation<fullPath>

GET

Query a single IN Location based on its full path

GT4@12

Supported modifiers

Query String

Definition

Sample

Version

activeOnly Return a list of Active IN Locations activeOnly=true GT4@12
warehouse Return a list of IN Locations in a Warehouse warehouse=02 GT4@12
stockingLocationsOnly Return a list of IN Locations that are nominated Stocking Locations stockingLocationsOnly=true GT4@12

Security Linked Menu

Menu Item

Located

Location Maintenance System / Inventory

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INLocations collection='true' count='3'>
<INLocation>
<Edition>5</Edition>
<OidString>3180.6</OidString>
<Code>03</Code>
<FullPath>03</FullPath>
<Name>M01 Warehouse</Name>
<StockAccountNo>*.*.*</StockAccountNo>
<BinPrintOrderedFullPath/>
<BinPrintOrderedPath/>
<IsActive>true</IsActive>
<IsBin>false</IsBin>
<IsLocationTransferAtThisLevel>true</IsLocationTransferAtThisLevel>
<IsMixedBin>false</IsMixedBin>
<IsProtected>false</IsProtected>
<IsStockAtThisLevel>false</IsStockAtThisLevel>
<IsTransit>false</IsTransit>
<IsUseBinsWarehouse>false</IsUseBinsWarehouse>
<IsWarehouseAtThisLevel>true</IsWarehouseAtThisLevel>
<Address>
<Contact/>
<Address1/>
<Address2/>
<Address3/>
<Suburb/>
<Postcode/>
<State/>
<Country>AUS</Country>
<TZone/>
<PhoneBH/>
<PhoneAH/>
<Fax/>
<Email/>
<Web/>
<Mobile/>
</Address>
</INLocation>
<INLocation>
<Edition>24</Edition>
<OidString>3180.10</OidString>
<Code>Z01</Code>
<FullPath>03.Z01</FullPath>
<Name>Zone 01</Name>
<StockAccountNo>*.*.*</StockAccountNo>
<BinPrintOrderedFullPath/>
<BinPrintOrderedPath/>
<IsActive>true</IsActive>
<IsBin>false</IsBin>
<IsLocationTransferAtThisLevel>false</IsLocationTransferAtThisLevel>
<IsMixedBin>false</IsMixedBin>
<IsProtected>false</IsProtected>
<IsStockAtThisLevel>true</IsStockAtThisLevel>
<IsTransit>false</IsTransit>
<IsUseBinsWarehouse>false</IsUseBinsWarehouse>
<IsWarehouseAtThisLevel>false</IsWarehouseAtThisLevel>
<Branch>03</Branch>
<Address>
<Contact/>
<Address1>456 Main Road</Address1>
<Address2/>
<Address3>Highett</Address3>
<Suburb/>
<Postcode/>
<State/>
<Country>AUS</Country>
<TZone/>
<PhoneBH>03 9654 6656</PhoneBH>
<PhoneAH/>
<Fax/>
<Email/>
<Web/>
<Mobile/>
</Address>
<ParentLocation>03</ParentLocation>
<Warehouse>03</Warehouse>
<StockingLocation>03.Z01</StockingLocation>
</INLocation>
<INLocation>
<Edition>8</Edition>
<OidString>3180.14</OidString>
<Code>Z02</Code>
<FullPath>03.Z02</FullPath>
<Name>Zone 02</Name>
<StockAccountNo>*.*.*</StockAccountNo>
<BinPrintOrderedFullPath/>
<BinPrintOrderedPath/>
<IsActive>true</IsActive>
<IsBin>false</IsBin>
<IsLocationTransferAtThisLevel>false</IsLocationTransferAtThisLevel>
<IsMixedBin>false</IsMixedBin>
<IsProtected>false</IsProtected>
<IsStockAtThisLevel>true</IsStockAtThisLevel>
<IsTransit>false</IsTransit>
<IsUseBinsWarehouse>false</IsUseBinsWarehouse>
<IsWarehouseAtThisLevel>false</IsWarehouseAtThisLevel>
<Branch>03</Branch>
<Address>
<Contact/>
<Address1>456 Main Road</Address1>
<Address2/>
<Address3>Highett</Address3>
<Suburb/>
<Postcode/>
<State/>
<Country>AUS</Country>
<TZone/>
<PhoneBH/>
<PhoneAH/>
<Fax/>
<Email/>
<Web/>
<Mobile/>
</Address>
<ParentLocation>03</ParentLocation>
<Warehouse>03</Warehouse>
<StockingLocation>03.Z02</StockingLocation>
</INLocation>
</INLocations>