Quandoo · Example Payload

Quandoo Public Partner Api Created Reservation Data Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Quandoo Public Partner Api Created Reservation Data 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

reservationcustomerlinks

Example Payload

Raw ↑
{
  "reservation": {
    "id": "88086",
    "number": 1,
    "reservationNumber": "string",
    "status": "CONFIRMED",
    "quandooId": "88086"
  },
  "customer": {
    "id": "88086"
  },
  "links": [
    {
      "href": "https://www.quandoo.com/place/sample-restaurant",
      "method": "string",
      "rel": "DETAILS"
    }
  ]
}