10.36 | August 07, 2025
New functionality from the following enhancement: Rates in mirrored rate pools to support Product Level Stay Restrictions.
Read more
Rates in mirrored rate pools to support Product Level Stay Restrictions (FEA82882)
For customers who are using SynXis APIs for rate management, the Manage Rates - Mirrored Rates Assignment API has been enhanced to support updates to the Hotel, Brand and Chain Level Mirrored Rates Assignment. The following endpoints have been enhanced to support Product Level Stay Restrictions:
Operation | Endpoint | Description |
---|---|---|
PUT | /hotels/{hotelId}/rates/{code}/mirroredRatesAssignments | Creates mirrored rate assignments for a hotel rate |
GET | /hotels/{hotelId}/rates/{code}/mirroredRatesAssignments | Retrieves mirrored rate assignments for a hotel rate |
PUT | /brands/{brandId}/rates/{code}/mirroredRatesAssignments | Creates mirrored rate assignments for a brand rate |
GET | /brands/{brandId}/rates/{code}/mirroredRatesAssignments | Retrieves mirrored rate assignments for a brand rate |
PUT | /chains/{chainId}/rates/{code}/mirroredRatesAssignments | Creates mirrored rate assignments for a chain rate |
GET | /chains/{chainId}/rates/{code}/mirroredRatesAssignments | Retrieves mirrored rate assignments for a chain rate |
The following attributes were added to the request/response:
Parameter | Data type | Description |
---|---|---|
rateStayRestrictions | Boolean | Possible values are true or false. The default value is false. Changed existing stayRestriction parameter to rateStayRestriction for better clarity. |
productStayRestrictions | Boolean | Possible values are true or false. The default value is false. |