Flipdish · Example Payload

Menus Create Full Menu Section Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

MenuSectionAvailabilityMenuItemsNameDescriptionDisplayOrderIsAvailableIsHiddenFromCustomersImageUrlMenuSectionIdPublicId

Example Payload

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