v1 - Reporting
v1 - Sites
| API | Description |
|---|---|
| GET Sites |
Gets A List Of All Sites for Company |
v1 - Stock
| API | Description |
|---|---|
| GET Stock/GetInventoryLevelsAtLocation/{SiteID}?StockLocationId={StockLocationId} |
Returns the Estimated Stock Levels at the Site + Quantity on Order. Optional Stock Location |
| GET Stock/GetClosingLevelsAtLocation/{SiteID}?StocktakeID={StocktakeID} |
Returns the Closing Stock Levels at the Site.Optional Stock Location |
| GET Stock/GetInventoryCatalogue/{SiteID} |
Returns all products for a site including nutritional information and allergen information |
| GET Stock/GetPurchaseUnits/{SiteID} |
Returns a list of available Purchase Units |
v1 - StockCostPrice
| API | Description |
|---|---|
| POST StockCostPrice/UpdateCostPrices |
Allows External updates to Cost Prices based on the PLU in the Tevalis Stock System which feeds to the POS via the Stock Cost Price Service |
v1 - StockLocations
| API | Description |
|---|---|
| GET StockLocations/{SiteID} |
Returns a list of stock locations for the Site |
v1 - StockPeriods
| API | Description |
|---|---|
| GET StockPeriods/v1/GetStockPeriods?SiteID={SiteID}&StartDateFromUtc={StartDateFromUtc}&EndDateToUtc={EndDateToUtc} |
Returns the stock period info for a given site. |
v1 - Stocktake
| API | Description |
|---|---|
| GET Stocktakes/v1/GetStocktakes?SiteID={SiteID}&StartDateFromUtc={StartDateFromUtc}&EndDateToUtc={EndDateToUtc}&StockLocationID={StockLocationID} |
Returns the stocktake info for a given site. |