Flipdish · Example Payload

Customers Create User Delivery Location Request Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

BuildingStreetTownPostCodeFullAddressJsonDeliveryInstructionsCoordinatesIsDisplayed

Example Payload

Raw ↑
{
  "Building": "string",
  "Street": "string",
  "Town": "string",
  "PostCode": "string",
  "FullAddressJson": "string",
  "DeliveryInstructions": "string",
  "Coordinates": "string",
  "IsDisplayed": true
}