Flipdish · Example Payload

Apps App Store Config Model Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Apps App Store 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

WhiteLabelIdReadyToPublishToAppStoreAppStoreNameAppStoreAppleIdAppStoreUrlAppStoreIdAppStorePasswordTeamIdAppGroupIdBundleIdAppStoreSigningIdentityAppStoreTokenAppStoreMerchantIdP8PrivateKeyP8PrivateKeyId

Example Payload

Raw ↑
{
  "WhiteLabelId": 500123,
  "ReadyToPublishToAppStore": true,
  "AppStoreName": "Example Name",
  "AppStoreAppleId": "500123",
  "AppStoreUrl": "https://api.flipdish.co/example",
  "AppStoreId": "500123",
  "AppStorePassword": "string",
  "TeamId": "500123",
  "AppGroupId": "500123",
  "BundleId": "500123",
  "AppStoreSigningIdentity": "string",
  "AppStoreToken": "string",
  "AppStoreMerchantId": "500123",
  "P8PrivateKey": "string",
  "P8PrivateKeyId": "500123"
}