Flipdish · Example Payload

Apps Play Store Config Model Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

WhiteLabelIdBundleIdDescriptionShortDescriptionCopyrightKeywordsMarketingUrlPrivacyUrlSupportUrlPlayConsoleAccountReleaseNotesStoreIconReadyToPublishAndroid

Example Payload

Raw ↑
{
  "WhiteLabelId": 500123,
  "BundleId": "500123",
  "Description": "string",
  "ShortDescription": "string",
  "Copyright": "string",
  "Keywords": "string",
  "MarketingUrl": "https://api.flipdish.co/example",
  "PrivacyUrl": "https://api.flipdish.co/example",
  "SupportUrl": "https://api.flipdish.co/example",
  "PlayConsoleAccount": 3,
  "ReleaseNotes": "string",
  "StoreIcon": "string",
  "ReadyToPublishAndroid": true
}