Flipdish · Example Payload

Apps Index Page Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Apps Index Page Base 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

AboutSectionEnabledAboutSectionTitleAboutSectionSubtitleAboutSectionLeftTitleAboutSectionLeftBodyAboutSectionRightTitleAboutSectionRightBodyOpeningHoursEnabledMenuPreviewEnabledGalleryEnabledTestimonialsEnabledContactFormEnabledContactFormEmailMapEnabled

Example Payload

Raw ↑
{
  "AboutSectionEnabled": true,
  "AboutSectionTitle": "string",
  "AboutSectionSubtitle": "string",
  "AboutSectionLeftTitle": "string",
  "AboutSectionLeftBody": "string",
  "AboutSectionRightTitle": "string",
  "AboutSectionRightBody": "string",
  "OpeningHoursEnabled": true,
  "MenuPreviewEnabled": true,
  "GalleryEnabled": true,
  "TestimonialsEnabled": true,
  "ContactFormEnabled": true,
  "ContactFormEmail": "owner@example.com",
  "MapEnabled": true
}