Flipdish · Example Payload

Stores Create Location Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

LocationIdLocationNameDisplayOrderExternalLocationId

Example Payload

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