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
The {basePath} for resources on the Configuration API is:
https://{host/path}/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
- Get a menu
- Method: getPath:
/api/v2/menus/{menuId}
- Get a summary of all available menus
- Method: getPath:
/api/v2/menus/summary
- Other configuration API requests
- Method: getPath:
/api/v2/other configuration API requests