V2 REST Endpoints
Configuration API/V2
The STS Gen2 Configuration Service is used to interact with POS system configuration. Items are configured for each revenue center under property and organization. Available revenue centers can be obtained from the Organization Service.
Paths
| Resource | Base path |
|---|---|
| Configuration API | https://host/api/v2 |
The V2 Configuration API provides access to the Menu (menu items, condiments, condiment rules, pricing, combo meals v2...) resources configured for a revenue center.
Because each revenue center is uniquely identified by a combination of the {orgShortName}, {locRef}, and {rvcRef} then the path to each of the resources includes these values.
First available version: STS Gen2 1.6.1
Unavailable V2 Configuration Requests
API v2 requests are not available for the Discounts, Service Charges, Tender Media, Taxes, Menu Item Availability, and Menu Items Barcode resources. All GET requests to the following resources under /api/v2 return a 404 Not Found response.
| Method | Request |
|---|---|
| GET | /barcodes/collection |
| GET | /discounts/collection |
| GET | /serviceCharges/collection |
| GET | /tenders/collection |
| GET | /taxes |
| GET | /menus/items/unavailable |
- Get a menu
- Method: getPath:
/api/v2/menus/{menuId} - Get a summary of all available menus
- Method: getPath:
/api/v2/menus/summary