Mews BookingEngineApi API

The BookingEngineApi API from Mews — 21 operation(s) for bookingengineapi.

Operations 55

POST /api/bookingEngine/v1/services/getAvailability
OPTIONS /api/bookingEngine/v1/services/getAvailability
GET /api/bookingEngine/v1/services/getAvailability
POST /api/bookingEngine/v1/reservations/getPricing
OPTIONS /api/bookingEngine/v1/reservations/getPricing
POST /api/bookingEngine/v1/availabilityBlocks/getAll
OPTIONS /api/bookingEngine/v1/availabilityBlocks/getAll
GET /api/bookingEngine/v1/availabilityBlocks/getAll
POST /api/bookingEngine/v1/configurations/get
OPTIONS /api/bookingEngine/v1/configurations/get
GET /api/bookingEngine/v1/configurations/get
POST /api/bookingEngine/v1/enterprises/getPaymentConfiguration
OPTIONS /api/bookingEngine/v1/enterprises/getPaymentConfiguration
GET /api/bookingEngine/v1/enterprises/getPaymentConfiguration
POST /api/bookingEngine/v1/paymentCurrency/get
OPTIONS /api/bookingEngine/v1/paymentCurrency/get
POST /api/bookingEngine/v1/exchangeRates/getAll
OPTIONS /api/bookingEngine/v1/exchangeRates/getAll
GET /api/bookingEngine/v1/exchangeRates/getAll
POST /api/bookingEngine/v1/paymentCards/authorize
OPTIONS /api/bookingEngine/v1/paymentCards/authorize
GET /api/bookingEngine/v1/paymentCards/authorize
POST /api/bookingEngine/v1/paymentCards/getAll
OPTIONS /api/bookingEngine/v1/paymentCards/getAll
GET /api/bookingEngine/v1/paymentCards/getAll
POST /api/bookingEngine/v1/reservationGroups/create
OPTIONS /api/bookingEngine/v1/reservationGroups/create
GET /api/bookingEngine/v1/reservationGroups/create
POST /api/bookingEngine/v1/reservationGroups/getAll
OPTIONS /api/bookingEngine/v1/reservationGroups/getAll
GET /api/bookingEngine/v1/reservationGroups/getAll
POST /api/bookingEngine/v1/reservationGroups/get
OPTIONS /api/bookingEngine/v1/reservationGroups/get
GET /api/bookingEngine/v1/reservationGroups/get
POST /api/bookingEngine/v1/reservations/getPrices
OPTIONS /api/bookingEngine/v1/reservations/getPrices
GET /api/bookingEngine/v1/reservations/getPrices
POST /api/bookingEngine/v1/reservations/price
OPTIONS /api/bookingEngine/v1/reservations/price
GET /api/bookingEngine/v1/reservations/price
POST /api/bookingEngine/v1/products/getAll
OPTIONS /api/bookingEngine/v1/products/getAll
GET /api/bookingEngine/v1/products/getAll
POST /api/bookingEngine/v1/products/getPrices
OPTIONS /api/bookingEngine/v1/products/getPrices
GET /api/bookingEngine/v1/products/getPrices
POST /api/bookingEngine/v1/services/getPricing
OPTIONS /api/bookingEngine/v1/services/getPricing
GET /api/bookingEngine/v1/services/getPricing
POST /api/bookingEngine/v1/restrictions/getAll
OPTIONS /api/bookingEngine/v1/restrictions/getAll
GET /api/bookingEngine/v1/restrictions/getAll
POST /api/bookingEngine/v1/services/getPromotions
POST /api/bookingEngine/v1/services/getCalendarData
POST /api/bookingEngine/v1/resourceCategories/getAll

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/mews-com-bookingengineapi-api"
All apis
curl "https://apis.io/api/v1/apis?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.

OpenAPI Specification

mews-com-bookingengineapi-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Account notes Booking Engine API
  version: v1
servers:
- url: https://api.mews.com
tags:
- name: BookingEngineApi
paths:
  /api/bookingEngine/v1/services/getAvailability:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServiceAvailabilityParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceAvailabilityResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServiceAvailabilityParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceAvailabilityResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServiceAvailabilityParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceAvailabilityResult'
  /api/bookingEngine/v1/reservations/getPricing:
    post:
      tags:
      - BookingEngineApi
      description: https://mews.myjetbrains.com/youtrack/issue/RND-102251
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPricing'
      deprecated: true
      x-deprecatedMessage: https://mews.myjetbrains.com/youtrack/issue/RND-102251
    options:
      tags:
      - BookingEngineApi
      description: https://mews.myjetbrains.com/youtrack/issue/RND-102251
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPricing'
      deprecated: true
      x-deprecatedMessage: https://mews.myjetbrains.com/youtrack/issue/RND-102251
  /api/bookingEngine/v1/availabilityBlocks/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AvailabilityBlockFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AvailabilityBlockResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AvailabilityBlockFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AvailabilityBlockResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AvailabilityBlockFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AvailabilityBlockResult'
  /api/bookingEngine/v1/configurations/get:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ConfigurationParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConfigurationResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ConfigurationParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConfigurationResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ConfigurationParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ConfigurationResult'
  /api/bookingEngine/v1/enterprises/getPaymentConfiguration:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/EnterpriseParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentConfiguration'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/EnterpriseParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentConfiguration'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/EnterpriseParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentConfiguration'
  /api/bookingEngine/v1/paymentCurrency/get:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BookingEngineParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CurrencyResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/BookingEngineParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CurrencyResult'
  /api/bookingEngine/v1/exchangeRates/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ExchangeRateParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeRateResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ExchangeRateParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeRateResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ExchangeRateParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ExchangeRateResult'
  /api/bookingEngine/v1/paymentCards/authorize:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AuthorizePaymentCardParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthorizePaymentCardResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AuthorizePaymentCardParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthorizePaymentCardResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/AuthorizePaymentCardParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/AuthorizePaymentCardResult'
  /api/bookingEngine/v1/paymentCards/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PaymentCardFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentCardResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PaymentCardFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentCardResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/PaymentCardFilterParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PaymentCardResult'
  /api/bookingEngine/v1/reservationGroups/create:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
  /api/bookingEngine/v1/reservationGroups/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
  /api/bookingEngine/v1/reservationGroups/get:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationGroupParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationGroupResult'
  /api/bookingEngine/v1/reservations/getPrices:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
  /api/bookingEngine/v1/reservations/price:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ReservationPriceParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ReservationPriceResult'
  /api/bookingEngine/v1/products/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetAllProductsParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetAllProductsResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetAllProductsParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetAllProductsResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetAllProductsParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/GetAllProductsResult'
  /api/bookingEngine/v1/products/getPrices:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProductPricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProductPricesResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProductPricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProductPricesResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ProductPricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ProductPricesResult'
  /api/bookingEngine/v1/services/getPricing:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServicePricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServicePricingResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServicePricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServicePricingResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServicePricingParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServicePricingResult'
  /api/bookingEngine/v1/restrictions/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RestrictionParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RestrictionResult'
    options:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RestrictionParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RestrictionResult'
    get:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/RestrictionParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RestrictionResult'
  /api/bookingEngine/v1/services/getPromotions:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ServicePromotionParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/PromotedServiceResult'
  /api/bookingEngine/v1/services/getCalendarData:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CalendarDataParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/CalendarDataResult'
  /api/bookingEngine/v1/resourceCategories/getAll:
    post:
      tags:
      - BookingEngineApi
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ResourceCategoryParameters'
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ResourceCategoryResult'
components:
  schemas:
    BookingEngineParameters:
      title: BookingEngineParameters
      required:
      - BookingEngineId
      - Client
      - Session
      type: object
      properties:
        Client:
          minLength: 1
          type: string
        LanguageCode:
          type:
          - string
          - 'null'
        CultureCode:
          type:
          - string
          - 'null'
        FullAmounts:
          type: boolean
        Session:
          minLength: 1
          type: string
        BookingEngineId:
          type: string
          format: uuid
      additionalProperties: false
      x-schema-id: BookingEngineParameters
    GetAllProductsResult:
      title: GetAllProductsResult
      required:
      - Products
      type: object
      properties:
        Products:
          type: array
          items:
            $ref: '#/components/schemas/Product'
      additionalProperties: false
      x-schema-id: GetAllProductsResult
    AvailabilityBlock:
      title: AvailabilityBlock
      required:
      - EndUtc
      - Id
      - RateId
      - ServiceId
      - StartUtc
      type: object
      properties:
        Name:
          type:
          - string
          - 'null'
        Id:
          type: string
          format: uuid
        ServiceId:
          type: string
          format: uuid
        RateId:
          type: string
          format: uuid
        StartUtc:
          minLength: 1
          type: string
        EndUtc:
          minLength: 1
          type: string
      additionalProperties: false
      x-schema-id: AvailabilityBlock
    ServicePromotionParameters:
      title: ServicePromotionParameters
      required:
      - Client
      - CurrencyCode
      - EndUtc
      - Session
      - StartUtc
      type: object
      properties:
        Client:
          minLength: 1
          type: string
        LanguageCode:
          type:
          - string
          - 'null'
        CultureCode:
          type:
          - string
          - 'null'
        FullAmounts:
          type: boolean
        Session:
          minLength: 1
          type: string
        ConfigurationId:
          type:
          - string
          - 'null'
          format: uuid
          deprecated: true
        ServiceId:
          type:
          - string
          - 'null'
          format: uuid
        CurrencyCode:
          minLength: 1
          type: string
        StartUtc:
          minLength: 1
          type: string
          format: date-time
        EndUtc:
          minLength: 1
          type: string
          format: date-time
      additionalProperties: false
      x-schema-id: ServicePromotionParameters
    SurchargeConfiguration:
      title: SurchargeConfiguration
      required:
      - SurchargeFees
      type: object
      properties:
        SurchargeFees:
          type: object
          additionalProperties:
            type: number
            format: double
        SurchargeServiceId:
          type:
          - string
          - 'null'
          format: uuid
      additionalProperties: false
      x-schema-id: SurchargeConfiguration
    OrderItemType:
      enum:
      - CancellationFee
      - NightRebate
      - ProductOrderRebate
      - AdditionalExpenseRebate
      - Deposit
      - ExchangeRateDifference
      - CustomItem
      - ServiceCharge
      - CityTax
      - CityTaxDiscount
      - SpaceOrder
      - ProductOrder
      - Surcharge
      - TaxCorrection
      - ResourceUpgradeFee
      - InvoiceFee
      - MulticurrencyFee
      - AllowanceDiscount
      - AllowanceBreakage
      - AllowanceContraBreakage
      type: string
    ReservationGroupExtent:
      title: ReservationGroupExtent
      required:
      - PaymentRequests
      - Payments
      - ResourceCategories
      type: object
      properties:
        PaymentRequests:
          type: boolean
        Payments:
          type: boolean
        ResourceCategories:
          type: boolean
      additionalProperties: false
      x-schema-id: ReservationGroupExtent
    OrderedProduct:
      title: OrderedProduct
      required:
      - Amounts
      - Name
      - ProductId
      - Quantity
      - ReservationGroupId
      type: object
      properties:
        ProductId:
          type: string
          format: uuid
        ReservationGroupId:
          type: string
          format: uuid
        Name:
          type: object
          additionalProperties:
            type: string
        Amounts: {}
        Quantity:
          type: integer
          format: int32
      additionalProperties: false
      x-schema-id: OrderedProduct
    PromotedService:
      title: PromotedService
      required:
      - MinPricePerTimeUnit
      - Ordering
      - PromotedRateId
      - PromotedRateName
      - PromotedResourceCategoryDescription
      - PromotedResourceCategoryId
      - PromotedResourceCategoryName
      - PromotedServiceAssignmentId
      - PromotedServiceDefaultOccupancyData
      - PromotedServiceEndOffset
      - PromotedServiceId
      - PromotedServiceOptions
      - PromotedServiceReservationIntervalLimit
      - PromotedServiceStartOffset
      - PromotedServiceTimeUnitPeriod
      - PromotedServiceUnitCountLimit
      type: object
      properties:
        PromotedServiceAssignmentId:
          type: string
          format: uuid
        PromotedServiceId:
          type: string
          format: uuid
        PromotedRateId:
          type: string
          format: uuid
        PromotedServiceTimeUnitPeriod:
          $ref: '#/components/schemas/TimeUnitPeriod'
        PromotedServiceStartOffset:
          minLength: 1
          type: string
          format: date-time
          readOnly: true
        PromotedServiceEndOffset:
          minLength: 1
          type: string
          format: date-time
          readOnly: true
        PromotedServiceUnitCountLimit:
          $ref: '#/components/schemas/PromotedServiceAssignmentUnitCountLimit'
        PromotedServiceReservationIntervalLimit:
          $ref: '#/components/schemas/PromotedServiceAssignmentReservationIntervalLimit'
        PromotedServiceDefaultOccupancyData:
          allOf:
          - $ref: '#/components/schemas/OccupancyData'
        PromotedServiceOptions:
          allOf:
          - $ref: '#/components/schemas/ServiceOptions'
        PromotedRateName:
          type: object
          additionalProperties:
            type: string
        PromotedResourceCategoryId:
          type: string
          format: uuid
        PromotedResourceCategoryName:
          type: object
          additionalProperties:
            type: string
        PromotedResourceCategoryDescription:
          type: object
          additionalProperties:
            type: string
        AvailableCount:
          type: integer
          format: int32
        TotalAmount:
          allOf:
          - $ref: '#/components/schemas/Amount'
        UnitAmount:
          allOf:
          - $ref: '#/components/schemas/Amount'
        ImageId:
          type:
          - string
          - 'null'
          format: uuid
        Ordering:
          type: integer
          format: int32
        MinPricePerTimeUnit:
          allOf:
          - $ref: '#/components/schemas/Amount'
          readOnly: true
      additionalProperties: false
      x-schema-id: PromotedService
    ServiceAvailabilityParameters:
      title: ServiceAvailabilityParameters
      required:
      - Client
      - EndUtc
      - EnterpriseId
      - ServiceId
      - Session
      - StartUtc
      type: object
      properties:
        Client:
          minLength: 1
          type: string
        LanguageCode:
          type:
          - string
          - 'null'
        CultureCode:
          type:
          - string
          - 'null'
        FullAmounts:
          type: boolean
        Session:
          minLength: 1
          type: string
        EnterpriseId:
          type: string
          format: uuid
        ServiceId:
          type: string
          format: uuid
        StartUtc:
          minLength: 1
          type: string
        EndUtc:
          minLength: 1
          type: string
        AvailabilityBlockId:
          type:
          - string
          - 'null'
          format: uuid
        CategoryIds:
          type:
          - array
          - 'null'
          items:
            type: string
            format: uuid
        BookingEngineId:
          type:
          - string
          - 'null'
          format: uuid
      additionalProperties: false
      x-schema-id: ServiceAvailabilityParameters
    ReservationGroupParameters:
      title: ReservationGroupParameters
      required:
      - Client
      - Ids
      - Session
      type: object
      properties:
        Client:
          minLength: 1
          type: string
        LanguageCode:
          type:
          - string
          - 'null'
        CultureCode:
          type:
          - string
          - 'null'
        FullAmounts:
          type: boolean
        Session:
          minLength: 1
          type: string
        HotelId:
          type:
          - string
          - 'null'
          format: uuid
        EnterpriseId:
          type:
          - string
          - 'null'
          format: uuid
        ReservationGroupId:
          type:
          - string
          - 'null'
          format: uuid
          deprecated: t

# --- truncated at 32 KB (101 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/mews-com/refs/heads/main/openapi/mews-com-bookingengineapi-api-openapi.yml