Quandoo · Example Payload

Quandoo Public Partner Api Reservation Data Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

idnumberreservationNumberquandooIdstatusupdatedAtcapacitymerchantIdcustomerIdpromocodeextraInfolinksreservationTags

Example Payload

Raw ↑
{
  "id": "88086",
  "number": 1,
  "reservationNumber": "string",
  "quandooId": "88086",
  "status": "CONFIRMED",
  "updatedAt": "2026-07-15T19:30:00",
  "capacity": 4,
  "merchantId": 88086,
  "customerId": "88086",
  "promocode": "string",
  "extraInfo": "Window table preferred if available.",
  "links": [
    {
      "href": "https://www.quandoo.com/place/sample-restaurant",
      "method": "string",
      "rel": "DETAILS"
    }
  ],
  "reservationTags": [
    1
  ]
}