Flipdish · Example Payload

Stores Store Address Base Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Stores Store Address Base 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

Line1PostcodeCityCountryCodeDisplayForCustomerAddressFieldsSingleLineDisplayTwoLinesDisplay

Example Payload

Raw ↑
{
  "Line1": "string",
  "Postcode": "string",
  "City": "string",
  "CountryCode": "IE",
  "DisplayForCustomer": "string",
  "AddressFields": {},
  "SingleLineDisplay": "string",
  "TwoLinesDisplay": [
    "string"
  ]
}