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

IN Serial Lot

URL

Verbs

Function

INSerialLot

GET

Query a list of Serial Lots

INSerialLot POST Add a new Serial Lot

INSerialLot/<code>

GET

Query a single Serial Lot

INSerialLot/<code> POST Update an existing Serial Lot

Supported modifiers

Query String

Definition

Sample

Available

stockItem Return Serial Lots for a nominated Stock Item stockItem=ZODIAC123  
treeName and treeBranch Return a list of Serial Lots assigned to a nominated branch of a nominated tree treeName=Colour-AUS&treeBranch=Blue  
includeLocationSummaries Include the Location Summary information for each Serial Lot includeLocationSummaries=true 2020.1

Security Linked Menu

Menu Item
Located
Inventory Item Maintenance Data 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>