Quandoo · Example Payload

Quandoo Public Partner Api Reservation Tags Dto Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

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

Top-level fields

reservationTags

Example Payload

Raw ↑
{
  "reservationTags": [
    {
      "id": 1,
      "name": "Sample Restaurant",
      "merchantId": 88086
    }
  ]
}