Quandoo · Example Payload

Quandoo Public Partner Api Get Review Dto Example

Window table preferred if available.

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

reviewIdmerchantIdcustomerstatuslocaleratingdescriptionreservationIdcreatedAt

Example Payload

Raw ↑
{
  "reviewId": "88086",
  "merchantId": 88086,
  "customer": {
    "identifier": "string",
    "firstName": "Jane",
    "lastName": "Smith",
    "profileImage": "string"
  },
  "status": "AVAILABLE_TO_REVIEW",
  "locale": "de_DE",
  "rating": 1,
  "description": "Window table preferred if available.",
  "reservationId": "88086",
  "createdAt": "2026-07-15T19:30:00"
}