Skip to main content
Skip table of contents

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
activeOnlyReturn a list of Active IN LocationsactiveOnly=trueGT4@12
warehouseReturn a list of IN Locations in a Warehousewarehouse=02GT4@12
stockingLocationsOnlyReturn a list of IN Locations that are nominated Stocking LocationsstockingLocationsOnly=trueGT4@12

Security Linked Menu

Menu Item

Located

Location MaintenanceSystem / 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>
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.