Flipdish · Example Payload

Stores Store Group Extended Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

TotalStoresGroupedCoordinatesStoreHeadersStoreGroupIdGeneralRatingGeneralRatingCountDeliveryMenuMessagePickupMenuMessageBrandIdsNameCurrency

Example Payload

Raw ↑
{
  "TotalStores": 12.5,
  "GroupedCoordinates": [],
  "StoreHeaders": [],
  "StoreGroupId": 500123,
  "GeneralRating": 1.0,
  "GeneralRatingCount": 3,
  "DeliveryMenuMessage": "string",
  "PickupMenuMessage": "string",
  "BrandIds": [
    "string"
  ],
  "Name": "Example Name",
  "Currency": "EUR"
}