Quandoo · Schema

RestCookie

RestCookie schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
tracking string A tracking string to be stored with the reservation. Optional.
referenceId string A reference id to be stored with the reservation. Optional.
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-rest-cookie-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RestCookie",
  "description": "RestCookie schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-rest-cookie-schema.json",
  "type": "object",
  "properties": {
    "tracking": {
      "type": "string",
      "description": "A tracking string to be stored with the reservation. Optional."
    },
    "referenceId": {
      "type": "string",
      "description": "A reference id to be stored with the reservation. Optional."
    }
  }
}