Flipdish · Example Payload

Menus Menu Section Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

MenuSectionIdMenuItemsMenuSectionAvailabilityPublicIdImageNameNameDescriptionDisplayOrderIsAvailableIsHiddenFromCustomersImageUrl

Example Payload

Raw ↑
{
  "MenuSectionId": 500123,
  "MenuItems": [],
  "MenuSectionAvailability": "string",
  "PublicId": "00000000-0000-0000-0000-000000000000",
  "ImageName": "Example Name",
  "Name": "Example Name",
  "Description": "string",
  "DisplayOrder": 1,
  "IsAvailable": true,
  "IsHiddenFromCustomers": true,
  "ImageUrl": "https://api.flipdish.co/example"
}