Site
Settings
API | Description |
---|---|
PUT v1/Settings/Site |
Update a site settings. |
Menu
API | Description |
---|---|
POST v1/Menu/Master/{designId} |
Starts master import for given design ID. Raw XML data are expceted as request body. Only RPOS typeo of import is supported. Response of the method is either HTTP status code 200 and empty resopnse body or standard error response containing error code and message. Success response means that data were stored for processing. |
POST v1/Menu/SiteOverrides/{siteId} |
Import price override for given site ID. Raw XML data are expceted as request body. Only RPOS typeo of import is supported. Response of the method is either HTTP status code 200 and empty resopnse body or standard error response containing error code and message. Success response means that data were stored for processing. |
POST v1/Menu/SiteExclusions/{siteId} |
Import site exclusion for given site ID. Raw XML data are expceted as request body. Only RPOS typeo of import is supported. Response of the method is either HTTP status code 200 and empty resopnse body or standard error response containing error code and message. Success response means that data were stored for processing. |
Health
API | Description |
---|---|
GET Health/Status |
No documentation available. |
Engage
API | Description |
---|---|
POST v1/Engage/createCompany |
Creates a code |
POST v1/Engage/searchCompany |
Searches for a company from a given company name |
GET v1/Engage/getAuthenticatedSettings |
Gets AlohaEnterprise and related information from an authenticated user |
GET v1/Engage/getCompanyOrders?rowReturn={rowReturn}&rowsToSkip={rowsToSkip}&search={search} |
Gets list of recent company orders |
Authentication
API | Description |
---|---|
POST v1/Authentication |
Authenticate a user with web admin. |