Flipdish · Example Payload

Menus Create Full Menu Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

NameImageUrlMenuSectionsTaxRatesDisplaySectionLinksMenuSectionBehaviourTaxTypeIsIntegrated

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "ImageUrl": "https://api.flipdish.co/example",
  "MenuSections": [],
  "TaxRates": [],
  "DisplaySectionLinks": true,
  "MenuSectionBehaviour": "ExpandSingle",
  "TaxType": "IncludedInBasePrice",
  "IsIntegrated": true
}