Flipdish · Example Payload

Orders Order Drop Off Location Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Orders Order Drop Off Location Example is an example object payload from Flipdish, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

OrderIdLocationNameLocationAreaNameLocationIdLocationAreaIdExternalLocationId

Example Payload

Raw ↑
{
  "OrderId": 500123,
  "LocationName": "Example Name",
  "LocationAreaName": "Example Name",
  "LocationId": 500123,
  "LocationAreaId": 500123,
  "ExternalLocationId": "500123"
}