Flipdish · Example Payload

Menus Menu Section Item Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

NameDescriptionSpicinessRatingPriceDepositReturnFeeDisplayOrderAlcoholIsAvailableCellLayoutTypeDisableVouchersImageNameImageUrlMenuItemIdExcludeFromVoucherDiscountingPublicId

Example Payload

Raw ↑
{
  "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"
}