Flipdish · Example Payload

Stores Location Area Location Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Location Area Location 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

LocationIdLocationNameDisplayOrderExternalLocationIdIsDeleted

Example Payload

Raw ↑
{
  "LocationId": 500123,
  "LocationName": "Example Name",
  "DisplayOrder": 1,
  "ExternalLocationId": "500123",
  "IsDeleted": true
}