Quandoo · Example Payload

Quandoo Public Partner Api Location Dto Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Quandoo Public Partner Api Location Dto Example is an example object payload from Quandoo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

coordinatesaddress

Example Payload

Raw ↑
{
  "coordinates": {
    "latitude": 1.0,
    "longitude": 1.0
  },
  "address": {
    "street": "string",
    "number": "string",
    "zipcode": "string",
    "city": "string",
    "country": "DE",
    "district": "string"
  }
}