OpenAPI 3.1.02026-08-10911,250858.4 KB

0e481cddec74

Order and Pay

Get All Menus

Returns a list of menus for a given business location.

get/o/op/1/menu/list

Query parameters

businessLocationIdinteger required

The unique identifier for the business location.

Example:45454565682155

Response

Load menus

menuNamestring

The name of the menu.

ikentooMenuIdinteger

The unique identifier for the menu.

Example response

[
  {
    "menuName": "Lunch Menu",
    "ikentooMenuId": 141948669132851
  }
]