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.
{
"$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."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.