Quandoo · Schema

MerchantReservationSettingsDto

MerchantReservationSettingsDto schema from Quandoo Public Partner API

RestaurantReservationsBookingAvailabilityMerchantsMarketplace

Properties

Name Type Description
areaIds array List of all the areas defined for the merchant. Each area will contain:
capacities array Number of guests allowed in a reservation
merchantNewsletterSelectionRequired boolean If true, a separate checkbox is displayed in the checkout for newsletter received from the restaurant
areaSelectionRequired boolean If true, we display available areas in a dropdown when a guest is making an online reservation
reservationEnquiryEnabled boolean If true, the restaurants allows enquiries
minimumCapacityForEnquiries integer Minimum number of guests for an enquiry
onlineReservationInterval integer Time slots displayed for making a reservation
specialTerms string If true, special terms and conditions of the restaurant need to be confirmed upon making an online reservation
links array Related links that can be followed based on this response
automaticConfirmation boolean If true, the customer will receive an automatic email confirmation after he makes a reservation
ccvEnabled boolean If true, credit card information is required when creating a reservation
View JSON Schema on GitHub

JSON Schema

quandoo-public-partner-api-merchant-reservation-settings-dto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MerchantReservationSettingsDto",
  "description": "MerchantReservationSettingsDto schema from Quandoo Public Partner API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/quandoo/refs/heads/main/json-schema/quandoo-public-partner-api-merchant-reservation-settings-dto-schema.json",
  "type": "object",
  "properties": {
    "areaIds": {
      "type": "array",
      "description": "List of all the areas defined for the merchant. Each area will contain:",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "format": "int32",
            "description": "Id of the area"
          },
          "name": {
            "type": "string",
            "description": "Name of the area"
          },
          "priority": {
            "type": "integer",
            "format": "int32",
            "description": "Priority set for this area"
          }
        }
      }
    },
    "capacities": {
      "type": "array",
      "description": "Number of guests allowed in a reservation",
      "items": {
        "type": "integer",
        "format": "int32"
      }
    },
    "merchantNewsletterSelectionRequired": {
      "type": "boolean",
      "description": "If true, a separate checkbox is displayed in the checkout for newsletter received from the restaurant"
    },
    "areaSelectionRequired": {
      "type": "boolean",
      "description": "If true, we display available areas in a dropdown when a guest is making an online reservation"
    },
    "reservationEnquiryEnabled": {
      "type": "boolean",
      "description": "If true, the restaurants allows enquiries"
    },
    "minimumCapacityForEnquiries": {
      "type": "integer",
      "format": "int32",
      "description": "Minimum number of guests for an enquiry"
    },
    "onlineReservationInterval": {
      "type": "integer",
      "format": "int32",
      "description": "Time slots displayed for making a reservation"
    },
    "specialTerms": {
      "type": "string",
      "description": "If true, special terms and conditions of the restaurant need to be confirmed upon making an online reservation"
    },
    "links": {
      "type": "array",
      "description": "Related links that can be followed based on this response",
      "items": {
        "type": "object",
        "properties": {
          "href": {
            "type": "string",
            "format": "url"
          },
          "method": {
            "type": "string"
          },
          "rel": {
            "type": "string",
            "enum": [
              "DETAILS",
              "WIDGET",
              "WIDGET_DETAILS",
              "GET_MERCHANT",
              "PARENT",
              "SELF",
              "SETTINGS",
              "AVAILABILITY_DAYS",
              "AVAILABILITIES",
              "CREATE_RESERVATION",
              "GET_RESERVATION",
              "UPDATE_RESERVATION",
              "GET_CUSTOMER_RESERVATION",
              "GET_REVIEW",
              "PORTAL_PREORDER_FORM",
              "RESERVATION_CHECKOUT_PAGE",
              "CREDIT_CARD_DETAILS_PAGE",
              "CUSTOMER_EDIT_RESERVATION"
            ]
          }
        }
      }
    },
    "automaticConfirmation": {
      "type": "boolean",
      "description": "If true, the customer will receive an automatic email confirmation after he makes a reservation"
    },
    "ccvEnabled": {
      "type": "boolean",
      "description": "If true, credit card information is required when creating a reservation"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/quandoo-public-partner-api-merchant-reservation-settings-dto"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.