Read Inventory Adjustment
Retrieves the Inventory Adjustment details of Product object that has been previously created.
Parameters
Path Params | |
---|---|
yourCompany: | string |
productCode: | string |
NOTE: For InventoryAdjustment,
ProductCode can be passed in either Path params or in query params using filter.
Query Params | |
---|---|
filter: | string
https://xyzcompany.agiliron.net/agiliron/api-40/InventoryAdjustment?filter=AdjustmentDate,bt,01-15-2020 | 01-31-2020&key=xyzkey |
page: | int |
pageSize: | int |
Header Params | |
---|---|
Accept: | string |
Query Auth | |
---|---|
key: | string |
Header Auth | |
---|---|
apiKey: | string |
Sample Code
{
"InventoryAdjustments": {
"InventoryAdjustment": [{
"ProductCode": "TNP1",
"StockLocation": "OAK",
"QtyAdjustment": "5",
"AdjustmentReason": "Damage",
"AdjustmentDate": "01-24-2020 05:38:58",
"AdjustmentDateUTC": "01-24-2020 15:01:35",
"AdjustmentDescription": "Description Goes Here."
}],
"TotalRecords": "1",
"CurrentPage": "1",
"TotalPages": "1",
"PageSize": "50"
}
}
<InventoryAdjustments>
<InventoryAdjustment>
<ProductCode>TNP1</ProductCode>
<StockLocation>OAK</StockLocation>
<QtyAdjustment>5</QtyAdjustment>
<AdjustmentReason>Damage</AdjustmentReason>
<AdjustmentDate>01-24-2020 05:38:58</AdjustmentDate>
<AdjustmentDateUTC>01-24-2020 15:01:35</AdjustmentDateUTC>
<AdjustmentDescription>Description Goes Here.</AdjustmentDescription>
</InventoryAdjustment>
<TotalRecords>1</TotalRecords>
<CurrentPage>1</CurrentPage>
<TotalPages>1</TotalPages>
<PageSize>50</PageSize>
</InventoryAdjustments>
{
"InventoryAdjustments": {
"InventoryAdjustment": [{
"ProductCode": "TNP1",
"StockLocation": "OAK",
"QtyAdjustment": "5",
"AdjustmentReason": "Damage",
"AdjustmentDate": "01-24-2020 05:38:58",
"AdjustmentDateUTC": "01-24-2020 15:01:35",
"AdjustmentDescription": "Description Goes Here.",
"SKUStockId": "1232"
}],
"TotalRecords": "1",
"CurrentPage": "1",
"TotalPages": "1",
"PageSize": "50"
}
}
<InventoryAdjustments>
<InventoryAdjustment>
<ProductCode>TNP1</ProductCode>
<StockLocation>OAK</StockLocation>
<QtyAdjustment>5</QtyAdjustment>
<AdjustmentReason>Damage</AdjustmentReason>
<AdjustmentDate>01-24-2020 05:38:58</AdjustmentDate>
<AdjustmentDateUTC>01-24-2020 15:01:35</AdjustmentDateUTC>
<AdjustmentDescription>Description Goes Here.</AdjustmentDescription>
<SKUStockId>1232</SKUStockId>
</InventoryAdjustment>
<TotalRecords>1</TotalRecords>
<CurrentPage>1</CurrentPage>
<TotalPages>1</TotalPages>
<PageSize>50</PageSize>
</InventoryAdjustments>
{
"InventoryAdjustments": {
"InventoryAdjustment": [{
"ProductCode": "TNP1",
"StockLocation": "OAK",
"QtyAdjustment": "5",
"AdjustmentReason": "Damage",
"AdjustmentDate": "01-24-2020 05:38:58",
"AdjustmentDateUTC": "01-24-2020 15:01:35",
"AdjustmentDescription": "Description Goes Here.",
"LotNumber": "4332"
}],
"TotalRecords": "1",
"CurrentPage": "1",
"TotalPages": "1",
"PageSize": "50"
}
}
<InventoryAdjustments>
<InventoryAdjustment>
<ProductCode>TNP1</ProductCode>
<StockLocation>OAK</StockLocation>
<QtyAdjustment>5</QtyAdjustment>
<AdjustmentReason>Damage</AdjustmentReason>
<AdjustmentDate>01-24-2020 05:38:58</AdjustmentDate>
<AdjustmentDateUTC>01-24-2020 15:01:35</AdjustmentDateUTC>
<AdjustmentDescription>Description Goes Here.</AdjustmentDescription>
<LotNumber>4332</LotNumber>
</InventoryAdjustment>
<TotalRecords>1</TotalRecords>
<CurrentPage>1</CurrentPage>
<TotalPages>1</TotalPages>
<PageSize>50</PageSize>
</InventoryAdjustments>
{
"InventoryAdjustments": {
"InventoryAdjustment": [{
"ProductCode": "TNP1",
"StockLocation": "OAK",
"QtyAdjustment": "5",
"AdjustmentReason": "Damage",
"AdjustmentDate": "01-24-2020 05:38:58",
"AdjustmentDateUTC": "01-24-2020 15:01:35",
"AdjustmentDescription": "Description Goes Here.",
"SerialNo": "34312"
}],
"TotalRecords": "1",
"CurrentPage": "1",
"TotalPages": "1",
"PageSize": "50"
}
}
<InventoryAdjustments>
<InventoryAdjustment>
<ProductCode>TNP1</ProductCode>
<StockLocation>OAK</StockLocation>
<QtyAdjustment>5</QtyAdjustment>
<AdjustmentReason>Damage</AdjustmentReason>
<AdjustmentDate>01-24-2020 05:38:58</AdjustmentDate>
<AdjustmentDateUTC>01-24-2020 15:01:35</AdjustmentDateUTC>
<AdjustmentDescription>Description Goes Here.</AdjustmentDescription>
<SerialNo>34312</SerialNo>
</InventoryAdjustment>
<TotalRecords>1</TotalRecords>
<CurrentPage>1</CurrentPage>
<TotalPages>1</TotalPages>
<PageSize>50</PageSize>
</InventoryAdjustments>
WADL
<?xml version="1.0" encoding="utf-8"?>
<application>
<resources base="https://{yourCompany}.agiliron.net/agiliron/api-40/">
<resource path="ProductsVendorPricebook">
<method name="GET">
<resource path="{ProductCode}">
<request>
<param name="key" type="xsd:string" style="query" required="true"/>
</request>
<response status="200">
<representation mediaType="application/xml" element="yn:ResultSet"/>
</response>
<response status="400">
<representation mediaType="application/xml" element="ya:Error"/>
</response>
</method>
</resource>
</resources>
</application>
Updated about 22 hours ago