Flipdish · Example Payload

Stores Store Validation Config Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

StoreIdNameIsValidStoreGroupIdConfigValidation

Example Payload

Raw ↑
{
  "StoreId": 500123,
  "Name": "Example Name",
  "IsValid": true,
  "StoreGroupId": 500123,
  "ConfigValidation": "string"
}