Flipdish · Example Payload

Apps Field Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Apps Field 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

NameDescriptionKeyTooltipPositionDefaultValueValidValuesValidationRegexFieldTypeIsFlipdishRestricted

Example Payload

Raw ↑
{
  "Name": "Example Name",
  "Description": "string",
  "Key": "string",
  "Tooltip": "string",
  "Position": 1,
  "DefaultValue": "string",
  "ValidValues": [],
  "ValidationRegex": "string",
  "FieldType": "Text",
  "IsFlipdishRestricted": true
}