Flipdish · Example Payload

Apps App Config Update Model Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Apps App Config Update Model 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

NameHostNameMainColorKioskPrimaryColourApplicationCategoryIsPanaceaEnabledPanaceaVanityUrlCookieConsentPromptEnabledLogoImageUrlCountryId

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "HostName": "Example Name",
  "MainColor": "string",
  "KioskPrimaryColour": "string",
  "ApplicationCategory": "Restaurant",
  "IsPanaceaEnabled": true,
  "PanaceaVanityUrl": "https://api.flipdish.co/example",
  "CookieConsentPromptEnabled": true,
  "LogoImageUrl": "https://api.flipdish.co/example",
  "CountryId": "500123"
}