Flipdish · Example Payload

Apps App General Config Model Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

WhiteLabelIdDeepLinkUrlSchemeSmsRestaurantNameNexmoSupportSmsNumberTwilioSupportSmsNumberFallbackPhoneNumberPrefixAutocompletePhoneNumberLengthContactFormTypePrivateSupportEmailAddressContactPhoneNumberDeliveryEnabledPickupEnabledDineInEnabledDisplayDeliveryRestaurantListScreenDisplayPickupRestaurantListScreen

Example Payload

Raw ↑
{
  "WhiteLabelId": 500123,
  "DeepLinkUrlScheme": "https://api.flipdish.co/example",
  "SmsRestaurantName": "Example Name",
  "NexmoSupportSmsNumber": "string",
  "TwilioSupportSmsNumber": "string",
  "FallbackPhoneNumberPrefix": "+353000000000",
  "AutocompletePhoneNumberLength": 3,
  "ContactFormType": "string",
  "PrivateSupportEmailAddress": "owner@example.com",
  "ContactPhoneNumber": "+353000000000",
  "DeliveryEnabled": true,
  "PickupEnabled": true,
  "DineInEnabled": true,
  "DisplayDeliveryRestaurantListScreen": true,
  "DisplayPickupRestaurantListScreen": true
}