Flipdish · Example Payload

Stores Location Area With Locations Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

LocationAreaIdStoreIdLocationAreaNameLocationsIsDeleted

Example Payload

Raw ↑
{
  "LocationAreaId": 500123,
  "StoreId": 500123,
  "LocationAreaName": "Example Name",
  "Locations": [],
  "IsDeleted": true
}