Flipdish · Example Payload

Menus Menu Section Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Menus Menu Section Base 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

NameDescriptionDisplayOrderIsAvailableIsHiddenFromCustomersImageUrlMenuSectionIdPublicId

Example Payload

Raw ↑
{
  "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"
}