v1

latestSwagger 2.02026-08-045928532.7 MB
MenuOptionSets

Create menu item option set

post/api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems/{menuSectionItemId}/optionsets

Path parameters

menuIdinteger required

Menu identifier

menuSectionIdinteger required

Menu section identifier

menuSectionItemIdinteger required

Menu section item identifier

Request body

Namestring

Menu item option set name

IsMasterOptionSetboolean

Is master option set. This can affect the layout of the options in the menu displayed to the customer. Usually it is true if the option could be considerd a standalone item as opposed to an addition ("with ketchup") or modifier ("large").

DisplayOrderinteger

Display order. Displayed in ascending order.

MinSelectCountinteger

Minimum items must be selected

MaxSelectCountinteger

Maximum number of items can be selected

CellLayoutType'Small' | 'Medium' | 'Large' | 'HiddenImage'

Small | Medium | Large Affects the layout of the menu.

PublicIdstring uuid

Permanent reference to the item.

Example request

{
  "PublicId": "00000000-0000-0000-0000-000000000000"
}

Response

OK

object required