Flipdish · Example Payload

Orders Delivery Location Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

CoordinatesBuildingStreetTownPostCodeDeliveryInstructionsPrettyAddressString

Example Payload

Raw ↑
{
  "Coordinates": "string",
  "Building": "string",
  "Street": "string",
  "Town": "string",
  "PostCode": "string",
  "DeliveryInstructions": "string",
  "PrettyAddressString": "string"
}