IN Stock Take
|
URL |
Verbs |
Function |
|
/INStockTake |
GET |
Query a list of all Stock Takes |
|
/INStockTake/<name> |
GET |
Query a single Stock Take |
Supported modifiers
|
Query String |
Definition |
Sample
|
|---|---|---|
| status | Return a list of Stock Takes for a particular status |
status=Active * |
| warehousePersonnel | Return a list of Stock Takes assigned to a particular warehouse person | warehousePersonnel=Tom |
Note that the items included in the Stock Take are queried separately, as this allows paging of the items so they can be queried in a controlled and economical fashion.
Security Linked Menu
|
Menu Item
|
Located
|
|---|---|
| Prepare Stocktake/Enter Counts | Process / Inventory |
Sample XML Response
<?xml version="1.0" encoding="UTF-8"?>
<INStockTake>
<Edition>18</Edition>
<OidString>3674.2</OidString>
<Name>June 2011</Name>
<Status>Waiting to Update Counts</Status>
</INStockTake>