Flipdish · Example Payload

Menus Create Full Menu Section Item Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Menus Create Full Menu Section Item Example is an example object payload from Flipdish, with 18 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

MenuItemOptionSetsMetadataTaxRateNameNameDescriptionSpicinessRatingPriceDepositReturnFeeDisplayOrderAlcoholIsAvailableCellLayoutTypeDisableVouchersImageNameImageUrlMenuItemIdExcludeFromVoucherDiscountingPublicId

Example Payload

Raw ↑
{
  "MenuItemOptionSets": [],
  "Metadata": [],
  "TaxRateName": "Example Name",
  "Name": "Example Name",
  "Description": "string",
  "SpicinessRating": "NotRated",
  "Price": 12.5,
  "DepositReturnFee": 12.5,
  "DisplayOrder": 1,
  "Alcohol": true,
  "IsAvailable": true,
  "CellLayoutType": "Small",
  "DisableVouchers": true,
  "ImageName": "Example Name",
  "ImageUrl": "https://api.flipdish.co/example",
  "MenuItemId": 500123,
  "ExcludeFromVoucherDiscounting": true,
  "PublicId": "00000000-0000-0000-0000-000000000000"
}