Skip to main content

Manage Rates - Mirrored Rates Assignment

SynXis CRS
Rates
Mirrored Rates
REST API
CRS Administration

Beta Release - Work in progress

New API - Seeking beta customers

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:

OperationEndpointDescription
PUT/hotels/{hotelId}/rates/{code}/mirroredRatesAssignmentsCreates mirrored rate assignments for a hotel rate
GET/hotels/{hotelId}/rates/{code}/mirroredRatesAssignmentsRetrieves mirrored rate assignments for a hotel rate
PUT/brands/{brandId}/rates/{code}/mirroredRatesAssignmentsCreates mirrored rate assignments for a brand rate
GET/brands/{brandId}/rates/{code}/mirroredRatesAssignmentsRetrieves mirrored rate assignments for a brand rate
PUT/chains/{chainId}/rates/{code}/mirroredRatesAssignmentsCreates mirrored rate assignments for a chain rate
GET/chains/{chainId}/rates/{code}/mirroredRatesAssignmentsRetrieves mirrored rate assignments for a chain rate

The following attributes were added to the request/response:

ParameterData typeDescription
 rateStayRestrictionsBooleanPossible values are true or false
The default value is false.
Changed existing stayRestriction parameter to rateStayRestriction for better clarity. 
productStayRestrictionsBooleanPossible values are true or false
The default value is false.