v1

latestOpenAPI 3.0.22026-07-13122949.2 KB
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"
  }
}