v1

latestOpenAPI 3.1.02026-08-06911,228852.2 KB
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
  }
]