Flipdish · Example Payload

Customers User Delivery Location Admin Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

DeliveryLocationIdBuildingStreetTownPostCodeDeliveryInstructionsAutoSelectThisLocationIsDisplayedIsConfirmedCoordinates

Example Payload

Raw ↑
{
  "DeliveryLocationId": 500123,
  "Building": "string",
  "Street": "string",
  "Town": "string",
  "PostCode": "string",
  "DeliveryInstructions": "string",
  "AutoSelectThisLocation": true,
  "IsDisplayed": true,
  "IsConfirmed": true,
  "Coordinates": "string"
}