Flipdish · Example Payload

Menus Menu Zone Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

MenuZoneIdMenuIdNameDescriptionImageNameDisplayOrderImageUrl

Example Payload

Raw ↑
{
  "MenuZoneId": 500123,
  "MenuId": 500123,
  "Name": "Example Name",
  "Description": "string",
  "ImageName": "Example Name",
  "DisplayOrder": 1,
  "ImageUrl": "https://api.flipdish.co/example"
}