AppConfigUpdateModel is a JSON Structure definition published by Flipdish, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/flipdish/refs/heads/main/json-structure/apps-app-config-update-model-structure.json",
"name": "AppConfigUpdateModel",
"description": "Application configuration",
"type": "object",
"properties": {
"Name": {
"description": "App name. \r\nThis is used in various places on the Apple App Store, Google Play Store, mobile apps and websites.",
"type": "string",
"example": "Example Name"
},
"HostName": {
"description": "HostName on which the web-ordering system is allowed to be hosted or that a Flipdish website is hosted on.",
"type": "string",
"example": "Example Name"
},
"MainColor": {
"description": "Main color of the web / Android / iOS applications",
"type": "string",
"example": "string"
},
"KioskPrimaryColour": {
"description": "Primary colour used on the Kiosk",
"type": "string",
"example": "string"
},
"ApplicationCategory": {
"description": "Application Category",
"enum": [
"Restaurant",
"Cafe",
"Convenience"
],
"type": "string",
"example": "Restaurant"
},
"IsPanaceaEnabled": {
"description": "Panacea is the term used for websites that are hosted on the my.flipdish.com domain. This value is true when the App's website is hosted on this domain.\r\nThe alternative to using Panacea websites is to use a custom domain.",
"type": "boolean",
"example": true
},
"PanaceaVanityUrl": {
"description": "In case of IsPanaceaEnabled is true, the app can be accessed via https://my.flipdish.com/{PanaceaVanityUrl}",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"CookieConsentPromptEnabled": {
"description": "Cookie Consent Prompt Enabled",
"type": "boolean",
"example": true
},
"LogoImageUrl": {
"description": "Logo image URL",
"type": "string",
"example": "https://api.flipdish.co/example"
},
"CountryId": {
"description": "Country identifier in ISO 3166-1 alpha-2 format. \r\nThis code is set automatically based on the locations of the Stores in the App. \r\n\r\nThe App Country is used \r\n - to determine how to parse mobile phone numbers that are entered in their local numbering format\r\n - to determine if country specific payment methods should be offered\r\n - in various fraud checks",
"maxLength": 2,
"minLength": 0,
"type": "string",
"example": "500123"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.