Flipdish · Example Payload

Menus Menu Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

MenuIdModifiedTimeVersionNumberImageNameImageUrlNameLockedMenuSectionsTaxRatesAppIdDisplaySectionLinksMenuSectionBehaviourTaxTypeIsIntegrated

Example Payload

Raw ↑
{
  "MenuId": 500123,
  "ModifiedTime": "2026-06-02T12:00:00Z",
  "VersionNumber": 3,
  "ImageName": "Example Name",
  "ImageUrl": "https://api.flipdish.co/example",
  "Name": "Example Name",
  "Locked": true,
  "MenuSections": [],
  "TaxRates": [],
  "AppId": "500123",
  "DisplaySectionLinks": true,
  "MenuSectionBehaviour": "ExpandSingle",
  "TaxType": "IncludedInBasePrice",
  "IsIntegrated": true
}