Skip to main content

Hotel Detail

10.33
Channel Connect
Hotels
SOAP API
Booking Solutions
OTA Integration

Enhanced to support new functionality from the Flexible Points and Cash Redemption Options enhancement.

Read more

Flexible Points and Cash Redemption Options (FEA92296)

SynXis CRS has been enhanced to allow the configuration of Points and Cash Levels which can now be returned in Hotel Detail (OTA_HotelDescriptiveInfoRQ) message of the Channel Connect API. 

The following partial example includes the details of the Point and Cash Levels configured in hotel tiers:

<TPA_Extensions>
	<LoyaltyTiers>
		<LoyaltyTier ...>
			<LoyaltyClasses>
				<LoyaltyClass ...>
					...
					<PointAndCashLevels>
						<PointAndCashLevel	PACLevelCode="5PCT" 
											PACLevelName="5 % 
											Percent Discount" 
											PACPoints="8000">
							<CashPortionForPAC>
								<Currencies>
									<Currency	Code="USD" 
												CashValue="60.00"/>
									<Currency 	Code="BRL" 
												CashValue="100.00"/>
								</Currencies>
							</CashPortionForPAC>
						</PointAndCashLevel>
					</PointAndCashLevels>
				</LoyaltyClass>
			</LoyaltyClasses>
			...

			<PointAndCashLevels>
				<PointAndCashLevel	PACLevelCode="5PCT" 
									PACLevelName="5 % 
									Percent Discount" 
									PACPoints="1000">
					<CashPortionForPAC>
						<Currencies>
							<Currency	Code="USD" 
										CashValue="80.00"/>
							<Currency 	Code="BRL" 
										CashValue="120.00"/>
						</Currencies>
					</CashPortionForPAC>
				</PointAndCashLevel>
			</PointAndCashLevels>
		</LoyaltyTier>
	</LoyaltyTiers>
</TPA_Extensions>