Cloudbeds · Schema

Cloudbeds Rate Plan

JSON Schema for a Cloudbeds rate plan as returned by the Cloudbeds REST API v1.3 rate plan endpoints.

HospitalityHotelsPMSProperty ManagementChannel ManagerBooking EnginePayments

Properties

Name Type Description
ratePlanID string Cloudbeds-assigned identifier for the rate plan.
propertyID string Identifier for the Cloudbeds property the rate plan belongs to.
name string Human-readable name for the rate plan.
description string Public-facing description of the rate plan.
roomTypeID string Identifier for the room type the rate plan applies to.
currency string ISO 4217 currency code for the rate plan.
rates array Per-day rates that make up the rate plan.
isActive boolean Whether the rate plan is currently active.
isBaseRate boolean Whether the rate plan is the property's base rate.
isDerived boolean Whether the rate plan is derived from another rate plan.
derivedFromRatePlanID string Identifier of the parent rate plan when isDerived is true.
channelDistribution array Distribution channels mapped to this rate plan.
View JSON Schema on GitHub

JSON Schema

cloudbeds-rate-plan-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/schemas/cloudbeds/cloudbeds-rate-plan-schema.json",
  "title": "Cloudbeds Rate Plan",
  "description": "JSON Schema for a Cloudbeds rate plan as returned by the Cloudbeds REST API v1.3 rate plan endpoints.",
  "type": "object",
  "required": ["ratePlanID", "propertyID"],
  "properties": {
    "ratePlanID": {
      "type": "string",
      "description": "Cloudbeds-assigned identifier for the rate plan."
    },
    "propertyID": {
      "type": "string",
      "description": "Identifier for the Cloudbeds property the rate plan belongs to."
    },
    "name": {
      "type": "string",
      "description": "Human-readable name for the rate plan."
    },
    "description": {
      "type": "string",
      "description": "Public-facing description of the rate plan."
    },
    "roomTypeID": {
      "type": "string",
      "description": "Identifier for the room type the rate plan applies to."
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the rate plan."
    },
    "rates": {
      "type": "array",
      "description": "Per-day rates that make up the rate plan.",
      "items": {
        "type": "object",
        "properties": {
          "date": { "type": "string", "format": "date" },
          "rate": { "type": "number", "minimum": 0 },
          "minStay": { "type": "integer", "minimum": 0 },
          "maxStay": { "type": "integer", "minimum": 0 },
          "closedToArrival": { "type": "boolean" },
          "closedToDeparture": { "type": "boolean" }
        }
      }
    },
    "isActive": {
      "type": "boolean",
      "description": "Whether the rate plan is currently active."
    },
    "isBaseRate": {
      "type": "boolean",
      "description": "Whether the rate plan is the property's base rate."
    },
    "isDerived": {
      "type": "boolean",
      "description": "Whether the rate plan is derived from another rate plan."
    },
    "derivedFromRatePlanID": {
      "type": "string",
      "description": "Identifier of the parent rate plan when isDerived is true."
    },
    "channelDistribution": {
      "type": "array",
      "description": "Distribution channels mapped to this rate plan.",
      "items": {
        "type": "object",
        "properties": {
          "channel": { "type": "string" },
          "channelRoomTypeCode": { "type": "string" },
          "channelRatePlanCode": { "type": "string" }
        }
      }
    }
  }
}

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/cloudbeds-rate-plan"
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 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.

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