Skip to main content
Skip table of contents

IN Serial Lot

URL

Verbs

Function

INSerialLot

GET

Query a list of Serial Lots

INSerialLotPOSTAdd a new Serial Lot

INSerialLot/<code>

GET

Query a single Serial Lot

INSerialLot/<code>POSTUpdate an existing Serial Lot

Supported modifiers

Query String

Definition

Sample
Available
stockItemReturn Serial Lots for a nominated Stock ItemstockItem=ZODIAC123 
treeName and treeBranchReturn a list of Serial Lots assigned to a nominated branch of a nominated treetreeName=Colour-AUS&treeBranch=Blue 
includeLocationSummariesInclude the Location Summary information for each Serial LotincludeLocationSummaries=true2020.1

Security Linked Menu

Menu Item
Located
Inventory Item MaintenanceData Entry / Inventory

Sample XML Response

<?xml version="1.0" encoding="UTF-8"?>
<INSerialLots collection='true' count='6'>
    <INSerialLot>
        <Number>0987654321</Number>
        <Description>0987654321</Description>
        <OidString>3470.99</OidString>
        <Edition>8</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
    <INSerialLot>
        <Number>123456788</Number>
        <Description>123456788</Description>
        <OidString>3470.98</OidString>
        <Edition>9</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
    <INSerialLot>
        <Number>213123123123</Number>
        <Description>werrwerwe</Description>
        <OidString>3470.97</OidString>
        <Edition>43</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
    <INSerialLot>
        <Number>213123234234234</Number>
        <Description>eer</Description>
        <OidString>3470.96</OidString>
        <Edition>50</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
    <INSerialLot>
        <Number>61234567890</Number>
        <Description>61234567890</Description>
        <OidString>3470.100</OidString>
        <Edition>15</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
    <INSerialLot>
        <Number>71234567890</Number>
        <Description>71234567890</Description>
        <OidString>3470.101</OidString>
        <Edition>11</Edition>
        <IsAllowSelling>true</IsAllowSelling>
        <StockItem>SERIAL</StockItem>
        <Status>Active</Status>
        <IsSuspense>false</IsSuspense>
    </INSerialLot>
</INSerialLots>
JavaScript errors detected

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

If this problem persists, please contact our support.