---
title: "Create menu section item"
method: POST
path: "/api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems"
tags: ["MenuSectionItems"]
---

# Create menu section item

`POST /api/v1.0/menus/{menuId}/sections/{menuSectionId}/sectionitems`

## Path parameters

- `menuId` integer, required
- `menuSectionId` integer, required

## Request body

- MenuSectionItemBase — Menu item
  - `Name` string — Menu item name (like "Korma")
  - `Description` string — Description (like "A lovely dish from the east")
  - `SpicinessRating` 'NotRated' | 'Mild' | 'Medium' | 'Hot' — Spiciness rating
  - `Price` number, double — Price - this is only used when there is no master option set and should be set to 0 if a master option set exists.
  - `DepositReturnFee` number, double, nullable — An optional fee that can be added to the price of the item.
  - `DisplayOrder` integer — Display order
  - `Alcohol` boolean — To be set true if the item or an option of the item contains an alcoholic drink.
  - `IsAvailable` boolean — True if we accept orders for this item still
  - `CellLayoutType` 'Small' | 'Medium' | 'Large' | 'HiddenImage' — Small | Medium | Large Affects the layout of the menu.
  - `DisableVouchers` boolean — If true, then vouchers won't be applied for this item
  - `ImageName` string — Image url
  - `ImageUrl` string — Image url
  - `MenuItemId` integer — Menu Item Id
  - `ExcludeFromVoucherDiscounting` boolean — If true, the item is excluded from voucher discount calculations
  - `PublicId` string, uuid — Permanent reference to the item.

## Response `200`

OK

- object

## Other responses

- `201` — Created
- `400` — BadRequest
- `401` — Authentication has been denied for this request.
- `403` — Successful authentication, but authorization has been denied for this request.
- `404` — NotFound

---

[API](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0.md) · [All operations](https://skmtc.net/flipdish/apis/flipdish-open-api-v1-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flipdish/flipdish-open-api-v1-0/versions/a72c0465da74/schema)
