Mews · Schema

ChannelManagerReservation

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
ReservationId string
RequestedRateCode string
View JSON Schema on GitHub

JSON Schema

mews-channelmanagerreservation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelManagerReservation",
  "title": "ChannelManagerReservation",
  "type": "object",
  "properties": {
    "ReservationId": {
      "type": "string",
      "format": "uuid"
    },
    "RequestedRateCode": {
      "type": "string",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "ChannelManagerReservation"
}