Flipdish · Example Payload

Platform Menu Section Item Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

ActualPriceMenuItemOptionSetsDailySpecialHoursPublicIdTaxRateNameTaxRateIdTaxValueExcludeFromVoucherDiscountingMetadataCatalogItemIdNameDescriptionSpicinessRatingPriceDepositReturnFeeDisplayOrderAlcoholIsAvailableCellLayoutTypeDisableVouchersImageNameImageUrlMenuItemId

Example Payload

Raw ↑
{
  "ActualPrice": 12.5,
  "MenuItemOptionSets": [],
  "DailySpecialHours": [],
  "PublicId": "00000000-0000-0000-0000-000000000000",
  "TaxRateName": "Example Name",
  "TaxRateId": 500123,
  "TaxValue": 1.0,
  "ExcludeFromVoucherDiscounting": true,
  "Metadata": [],
  "CatalogItemId": "500123",
  "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
}