Skip to end of banner
Go to start of banner

Mandatory Content XML - Room Key Management

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

		<OTA_HotelResNotifRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="sampleechotoken123456" TimeStamp="yyyy-MM-ddThh:MM:ssZ" Version="1.0">
			<HotelReservations>
				<HotelReservation CreateDateTime="yyyy-MM-ddThh:MM:ssZ" ResStatus="Reserved">
					<POS>
						<Source>
							<RequestorID ID="PUBLISHERID"/>
						</Source>
						<Source>
							<BookingChannel Type="4">
								<CompanyName Code="CODE">CompanyName</CompanyName>
							</BookingChannel>	
						</Source>
					</POS>
					<UniqueID ID="BDC-79813211150"/>
					<RoomStays>
						<RoomStay>
							<RoomTypes>
								<RoomType RoomType="Double Room" RoomID="1234"/>
							</RoomTypes>
							<RatePlans>
								<RatePlan RatePlanCode="BAR"/>
							</RatePlans>
							<RoomRates>
								<RoomRate EffectiveDate="2020-06-08" ExpireDate="2020-06-09">
									<Rates>
										<Rate>
											<Total AmountAfterTax="259.90" CurrencyCode="USD"/>
										</Rate>
									</Rates>
								</RoomRate>
							</RoomRates>
							<GuestCounts>
								<GuestCount AgeQualifyingCode="10" Count="1"/>
								<GuestCount AgeQualifyingCode="8" Count="1"/>
							</GuestCounts>
							<TimeSpan End="2020-06-09" Start="2020-06-08"/>
						</RoomStay>
					</RoomStays>
					<ResGuests>
						<ResGuest>
							<Profiles>
								<ProfileInfo>
									<Profile ProfileType="1" ShareAllMarketInd="true" ShareAllOptOutInd="false">
										<Customer>
											<PersonName>
												<GivenName>TestA</GivenName>
												<Surname>TestB</Surname>
											</PersonName>
											<Email>test@test.com</Email>
										</Customer>
									</Profile>
								</ProfileInfo>
							</Profiles>
						</ResGuest>
					<ResGlobalInfo>
						<GuestCounts>
							<GuestCount Count="2"/>
						</GuestCounts>
						<TimeSpan End="2020-06-09" Start="2020-06-08"/>
						<Total AmountAfterTax="259.90" CurrencyCode="USD"/>
						<HotelReservationIDs>
							<HotelReservationID ResID_Type="10" ResID_Value="79813211150"/>
						</HotelReservationIDs>
						<BasicPropertyInfo HotelCode="HOTELCODE01"/>
					</ResGlobalInfo>
				</HotelReservation>
			</HotelReservations>
		</OTA_HotelResNotifRQ>
  • No labels