PMS/CM endpoints

Reservation query

Request for current state of the reservation

Usage:

  • queried by Termino when a reservation disappears from synchronized interval (moved to another room, term, room deleted etc.) without being updated first (failsafe).
post/get-reservation

Request body

accessTokenstring required

Access token to your API.

Response

Successful response

status'option' | 'confirmed' | 'canceled' | 'modified' required

Reservation status.

meal'none' | 'breakfast' | 'half_board' | 'full_board' | 'all_inclusive'

Meal type included in package.

adultsCountinteger required

Count of adults.

childrenCountinteger

Count of children (with or without bed entitlement). This is deprecated, use children instead.

guestNotestring nullable

Customers note related to reservation. May be an empty string.

voucherstring nullable

Slevomat voucher code for customer/hotel.

Example response

{
  "price": {
    "amount": "100.00",
    "currency": "CZK"
  }
}

Changes

Changed in 4 of the 10 revisions of this API.1815

    • added the optional property ratePlanId to the response with the 200 status

      response-optional-property-added

    • added the new all_inclusive enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • added the new full_board enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • added the new half_board enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • added the new none enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • removed the allInclusive enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • removed the fullBoard enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • removed the halfBoard enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • added the required property contact/email to the response with the 200 status

      response-required-property-added

    • api tag PMS/CM endpoints added

      api-tag-added

    • api tag Pull endpoints removed

      api-tag-removed

    • response property roomId deprecated

      response-property-deprecated

  • e19082e0fb0f147See the full diff
    • removed the required property contact/email from the response with the 200 status

      response-required-property-removed

    • removed the optional property ratePlanId from the response with the 200 status

      response-optional-property-removed

    • added the new allInclusive enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • added the new fullBoard enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • added the new halfBoard enum value to the meal response property for the response status 200

      response-property-enum-value-added

    • api tag Pull endpoints added

      api-tag-added

    • api tag PMS/CM endpoints removed

      api-tag-removed

    • removed the all_inclusive enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • removed the full_board enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • removed the half_board enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • removed the none enum value from the meal response property for the response status 200

      response-property-enum-value-removed

    • response property roomId reactivated

      response-property-reactivated

    This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog