Skip to main content

Reservation Delivery to RMS

10.26
Property Connect
HTNG
Reservations
SOAP API
RMS Integration

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

Target Audience
RMS Integration
API Version
10.26
Authentication
Security Credentials
Service Action Code
OTA_HotelResNotifRQ
Sample Request
<OTA_HotelResNotifRQ xsi:schemaLocation="http://www.opentravel.org/OTA/2003/05"
                     EchoToken="88b2653e-f20b-4222-b1cc6c593d733b29"
                     TimeStamp="2022-10-27T19:13:34.7921227+00:00"
                     Version="5.000"
                     ResStatus="Commit"
                     xmlns="http://www.opentravel.org/OTA/2003/05"
                     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<POS>
		<Source>
			<RequestorID Type="22"
			             ID="Synxis">
			</RequestorID>
			<BookingChannel Type="7"
			                Primary="true">
			</BookingChannel>
		</Source>
		<Source>
			<BookingChannel Type="7"
			                Primary="false">
				<CompanyName Code="SNSB">My Booking Engine</CompanyName>
			</BookingChannel>
		</Source>
	</POS>
	<HotelReservations>
		<HotelReservation CreateDateTime="2022-10-27T19:12:52"
		                  LastModifyDateTime="2022-10-27T19:12:52"
		                  ResStatus="Reserved">
			<UniqueID Type="10"
			          ID="77955SX002456">
			</UniqueID>
			<RoomStays>
				<RoomStay MarketCode="D">
					<RoomRates>
						<RoomRate RoomTypeCode="NK1"
						          NumberOfUnits="1"
						          RatePlanCode="SML">
							<Rates>
								<Rate EffectiveDate="2022-11-18"
								      ExpireDate="xxxx"
								      RateTimeUnit="Day"
								      UnitMultiplier="1">
									<Base AmountBeforeTax="143.44"
									      AmountAfterTax="163.91"
									      CurrencyCode="USD">
									</Base>
								</Rate>
							</Rates>
						</RoomRate>
					</RoomRates>
					<GuestCounts IsPerRoom="false">
						<GuestCount AgeQualifyingCode="10"
						            Count="1">
						</GuestCount>
					</GuestCounts>
					<TimeSpan Start="2022-11-18"
					          End="2022-11-19">
					</TimeSpan>
					<Guarantee GuaranteeType="GuaranteeRequired">
					</Guarantee>
					<Total AmountBeforeTax="143.44"
					       AmountAfterTax="163.91"
					       CurrencyCode="USD">
					</Total>
					<BasicPropertyInfo ChainCode="Chain Code"
					                   HotelCode="Hotel Code">
					</BasicPropertyInfo>
				</RoomStay>
			</RoomStays>
			<ResGlobalInfo>
				<HotelReservationIDs>
					<HotelReservationID ResID_Type="10"
					                    ResID_Value="77955SX002456">
					</HotelReservationID>
				</HotelReservationIDs>
			</ResGlobalInfo>
		</HotelReservation>
	</HotelReservations>
</OTA_HotelResNotifRQ>