Quandoo · Example Payload

Quandoo Public Partner Api Merchant Availability Dto List Example

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Quandoo Public Partner Api Merchant Availability Dto List 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

timeSlotsvaultSettingslinks

Example Payload

Raw ↑
{
  "timeSlots": [
    {
      "dateTime": "2026-07-15T19:30:00",
      "occupancy": 1,
      "areaIds": [
        1
      ],
      "vaultSettingsId": "88086"
    }
  ],
  "vaultSettings": [
    {
      "id": "88086",
      "fee": 1.0,
      "feeType": "string",
      "feePercentageForTime": {}
    }
  ],
  "links": [
    {
      "href": "https://www.quandoo.com/place/sample-restaurant",
      "method": "string",
      "rel": "DETAILS"
    }
  ]
}