Skip to main content
Skip table of contents

IN Storage Profile

URL

Verbs

Function

Available

/INStorageProfile

GET

Query a list of all IN Storage Profiles

2017.1.0

/INStorageProfile/<code>

GET

Query a single IN Storage Profile

2017.1.0

Security Linked Menu

Menu Item
Located
Storage Profile MaintenanceSystem / Inventory / Warehouse Bin Management

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INStorageProfile>
    <OidString>10735.1</OidString>
    <Edition>6</Edition>
    <Code>General</Code>
    <Description>Standard Profile</Description>
    <INLocationBinHierarchies collection='true' count='2'>
        <INLocationBinHierarchy>
            <IsPickReverseOfRecHierarchy>false</IsPickReverseOfRecHierarchy>
            <Location>04</Location>
            <PickingHierarchy collection='true' count='2'>
                <INPickingBinLimit>
                    <BinType>Shelf</BinType>
                    <NumberOfBin>1</NumberOfBin>
                </INPickingBinLimit>
                <INPickingBinLimit>
                    <BinType>Pallet</BinType>
                    <NumberOfBin>1</NumberOfBin>
                </INPickingBinLimit>
            </PickingHierarchy>
            <ReceivingHierarchy collection='true' count='2'>
                <INReceivingBinTypeSetting>
                    <BinType>Pallet</BinType>
                    <IsReversed>false</IsReversed>
                </INReceivingBinTypeSetting>
                <INReceivingBinTypeSetting>
                    <BinType>Bay</BinType>
                    <IsReversed>false</IsReversed>
                </INReceivingBinTypeSetting>
            </ReceivingHierarchy>
        </INLocationBinHierarchy>
        <INLocationBinHierarchy>
            <IsPickReverseOfRecHierarchy>false</IsPickReverseOfRecHierarchy>
            <Location>05</Location>
            <PickingHierarchy collection='true' count='1'>
                <INPickingBinLimit>
                    <BinType>Pallet</BinType>
                    <NumberOfBin>1</NumberOfBin>
                </INPickingBinLimit>
            </PickingHierarchy>
            <ReceivingHierarchy collection='true' count='1'>
                <INReceivingBinTypeSetting>
                    <BinType>Pallet</BinType>
                    <IsReversed>false</IsReversed>
                </INReceivingBinTypeSetting>
            </ReceivingHierarchy>
        </INLocationBinHierarchy>
    </INLocationBinHierarchies>
</INStorageProfile>
JavaScript errors detected

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

If this problem persists, please contact our support.