Quandoo · JSON Structure

Quandoo Public Partner Api Created Reservation Structure

CreatedReservation schema from Quandoo Public Partner API

Type: object Properties: 5 Required: 2
RestaurantReservationsBookingAvailabilityMerchantsMarketplace

CreatedReservation is a JSON Structure definition published by Quandoo, describing 5 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id number reservationNumber status quandooId

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-structure/quandoo-public-partner-api-created-reservation-structure.json",
  "name": "CreatedReservation",
  "description": "CreatedReservation schema from Quandoo Public Partner API",
  "type": "object",
  "required": [
    "id",
    "quandooId"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "The id of this reservation for the calling agent. (Agent dependent field)"
    },
    "number": {
      "type": "int32",
      "description": "The id of this reservation on quandoo system."
    },
    "reservationNumber": {
      "type": "string",
      "description": "The long id of this reservation on quandoo system."
    },
    "status": {
      "type": "string",
      "description": "The status of the reservation."
    },
    "quandooId": {
      "type": "uuid",
      "description": "The public id of this reservation on quandoo system."
    }
  }
}