Flipdish · Example Payload

Customers Store Summary Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

IdNameMenuIdMenuPublishIdMetadataCurrencyCoordinatesStoreTimezoneStoreIanaTimezoneStoreGroupIdTaxIdPrettyAddressCountryCodePropertyId

Example Payload

Raw ↑
{
  "Id": 500123,
  "Name": "Example Name",
  "MenuId": 500123,
  "MenuPublishId": "00000000-0000-0000-0000-000000000000",
  "Metadata": {},
  "Currency": "EUR",
  "Coordinates": "string",
  "StoreTimezone": "string",
  "StoreIanaTimezone": "string",
  "StoreGroupId": 500123,
  "TaxId": "500123",
  "PrettyAddress": "string",
  "CountryCode": "IE",
  "PropertyId": "500123"
}