Quandoo · Example Payload

Quandoo Public Partner Api Review Dto Example

Window table preferred if available.

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

customerratingdescriptionlocaledate

Example Payload

Raw ↑
{
  "customer": {
    "firstName": "Jane",
    "lastName": "Smith",
    "profileImage": {
      "url": "https://www.quandoo.com/place/sample-restaurant"
    }
  },
  "rating": 1,
  "description": "Window table preferred if available.",
  "locale": "de_DE",
  "date": "2026-07-15"
}