Skip to main content

Manage Hotels

SynXis CRS
Hotels
REST API
CRS Administration

Beta Release - Work in progress

New API - Seeking beta customers

Enhancements made to support the following new attributes: Prior Day Booking with Time Limit and Hotel Uses Prio RMS.

Read more

Same Day Booking with Time Limit (FEA89605)

A new Prior Day Booking with Time Limit attribute was introduced to the following section in SynXis CRS: Administration > Hotel > Hotel Maintenance > Attributes. This attribute provides the ability to control what time reservations are cut-off from being made for the previous hotel calendar date. For example, when the time is configured for 2:00am and a guest books a reservation at 1:00am on July 2nd, they have the option to choose an arrival date of July 1st or July 2nd. Booking July 1st allows the guest to arrive prior to July 2nd’s check-in time while consuming the available inventory from July 1st.

The following endpoints have been enhanced:

Hotel Attributes
GET/v1/hotels/{id}/attributes
PUT/v1/hotels/{id}/attributes

Sample GET partial response:

{
   …
  "priorDayBookingWithTimeLimit": 2130,
   …
} 

Sample PUT partial request body:

{
   …
  "priorDayBookingWithTimeLimit": 2130,
   …
}   

 


Prio Pricing Model (FEA95159)

A new Hotel Uses Prio RMS attribute was introduced to the following section of SynXis CRS: Administration > Hotel > Hotel Administration > Revenue Management. This attribute is used to enable functionality that is proprietary for integration with Prio RMS.

The following new endpoints have been added to support configuring this attribute for a hotel:

Hotel Admin Attributes
GET/v1/hotels/{id}/adminattributes
PUT/v1/hotels/{id}/adminattributes