GET api/Inventory/GetInventoryList?InventoryID={InventoryID}&ModifiedAfter={ModifiedAfter}&LocationID={LocationID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InventoryID | integer |
Default value is 0 |
|
ModifiedAfter | date |
None. |
|
LocationID | integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
InventoryListName | Description | Type | Additional information |
---|---|---|---|
LoadTime | date |
None. |
|
Inventory | Collection of Inventory |
None. |
Response Formats
application/json, text/json
Sample:
{ "LoadTime": "2025-07-16T23:07:28.7386494-06:00", "Inventory": [ { "Id": 1, "Part": "sample string 2", "PartID": 3, "Color1": "sample string 4", "Color1ID": 5, "Color2": "sample string 6", "Color2ID": 7, "Modifier": "sample string 8", "QtyAvailable": 9.0, "QtyOnHand": 10.0, "SKU": "sample string 11", "Details": [ { "InventoryID": 1, "ProjectID": 2, "Project": "sample string 3", "PhaseID": 4, "Phase": "sample string 5", "LocationID": 6, "Location": "sample string 7", "Qty": 8.0, "Price": 9.0 }, { "InventoryID": 1, "ProjectID": 2, "Project": "sample string 3", "PhaseID": 4, "Phase": "sample string 5", "LocationID": 6, "Location": "sample string 7", "Qty": 8.0, "Price": 9.0 } ] }, { "Id": 1, "Part": "sample string 2", "PartID": 3, "Color1": "sample string 4", "Color1ID": 5, "Color2": "sample string 6", "Color2ID": 7, "Modifier": "sample string 8", "QtyAvailable": 9.0, "QtyOnHand": 10.0, "SKU": "sample string 11", "Details": [ { "InventoryID": 1, "ProjectID": 2, "Project": "sample string 3", "PhaseID": 4, "Phase": "sample string 5", "LocationID": 6, "Location": "sample string 7", "Qty": 8.0, "Price": 9.0 }, { "InventoryID": 1, "ProjectID": 2, "Project": "sample string 3", "PhaseID": 4, "Phase": "sample string 5", "LocationID": 6, "Location": "sample string 7", "Qty": 8.0, "Price": 9.0 } ] } ] }
application/xml, text/xml
Sample:
<InventoryList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrowsNest.Api"> <Inventory> <Inventory> <Color1>sample string 4</Color1> <Color1ID>5</Color1ID> <Color2>sample string 6</Color2> <Color2ID>7</Color2ID> <Details> <InventoryDetail> <InventoryID>1</InventoryID> <Location>sample string 7</Location> <LocationID>6</LocationID> <Phase>sample string 5</Phase> <PhaseID>4</PhaseID> <Price>9</Price> <Project>sample string 3</Project> <ProjectID>2</ProjectID> <Qty>8</Qty> </InventoryDetail> <InventoryDetail> <InventoryID>1</InventoryID> <Location>sample string 7</Location> <LocationID>6</LocationID> <Phase>sample string 5</Phase> <PhaseID>4</PhaseID> <Price>9</Price> <Project>sample string 3</Project> <ProjectID>2</ProjectID> <Qty>8</Qty> </InventoryDetail> </Details> <Id>1</Id> <Modifier>sample string 8</Modifier> <Part>sample string 2</Part> <PartID>3</PartID> <QtyAvailable>9</QtyAvailable> <QtyOnHand>10</QtyOnHand> <SKU>sample string 11</SKU> </Inventory> <Inventory> <Color1>sample string 4</Color1> <Color1ID>5</Color1ID> <Color2>sample string 6</Color2> <Color2ID>7</Color2ID> <Details> <InventoryDetail> <InventoryID>1</InventoryID> <Location>sample string 7</Location> <LocationID>6</LocationID> <Phase>sample string 5</Phase> <PhaseID>4</PhaseID> <Price>9</Price> <Project>sample string 3</Project> <ProjectID>2</ProjectID> <Qty>8</Qty> </InventoryDetail> <InventoryDetail> <InventoryID>1</InventoryID> <Location>sample string 7</Location> <LocationID>6</LocationID> <Phase>sample string 5</Phase> <PhaseID>4</PhaseID> <Price>9</Price> <Project>sample string 3</Project> <ProjectID>2</ProjectID> <Qty>8</Qty> </InventoryDetail> </Details> <Id>1</Id> <Modifier>sample string 8</Modifier> <Part>sample string 2</Part> <PartID>3</PartID> <QtyAvailable>9</QtyAvailable> <QtyOnHand>10</QtyOnHand> <SKU>sample string 11</SKU> </Inventory> </Inventory> <LoadTime>2025-07-16T23:07:28.7386494-06:00</LoadTime> </InventoryList>