Flipdish · Example Payload

Apps App Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

AppIdHasIosAppIosAppStoreUrlHasAndroidAppAndroidPlayStoreUrlDisplayDeliveryRestaurantScreenLogoImageUrlLanguagesAvailableAppLanguagesAppAccessLevelAppResourceSetFeaturesMapCenterMapNorthEastMapSouthWestGoogleMapsApiKeyWebOrgIdSmsRestaurantNameWebToAppRedirectNameHostNameMainColorKioskPrimaryColourApplicationCategoryIsPanaceaEnabledPanaceaVanityUrlCookieConsentPromptEnabledCountryId

Example Payload

Raw ↑
{
  "AppId": "500123",
  "HasIosApp": true,
  "IosAppStoreUrl": "https://api.flipdish.co/example",
  "HasAndroidApp": true,
  "AndroidPlayStoreUrl": "https://api.flipdish.co/example",
  "DisplayDeliveryRestaurantScreen": true,
  "LogoImageUrl": "https://api.flipdish.co/example",
  "Languages": [],
  "AvailableAppLanguages": [],
  "AppAccessLevel": "None",
  "AppResourceSet": [
    "ViewApp"
  ],
  "Features": [
    "string"
  ],
  "MapCenter": "string",
  "MapNorthEast": "string",
  "MapSouthWest": "string",
  "GoogleMapsApiKeyWeb": "string",
  "OrgId": "500123",
  "SmsRestaurantName": "Example Name",
  "WebToAppRedirect": "NoRedirect",
  "Name": "Example Name",
  "HostName": "Example Name",
  "MainColor": "string",
  "KioskPrimaryColour": "string",
  "ApplicationCategory": "Restaurant",
  "IsPanaceaEnabled": true,
  "PanaceaVanityUrl": "https://api.flipdish.co/example",
  "CookieConsentPromptEnabled": true,
  "CountryId": "500123"
}