Quandoo · Example Payload

Quandoo Public Partner Api Changed Review Dto Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

reviewIdstatuslinks

Example Payload

Raw ↑
{
  "reviewId": "88086",
  "status": "AVAILABLE_TO_REVIEW",
  "links": [
    {
      "href": "https://www.quandoo.com/place/sample-restaurant",
      "method": "string",
      "rel": "DETAILS"
    }
  ]
}