Skip to end of banner
Go to start of banner

Content XML Sample - Guest Feedback

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

« Previous Version 5 Next »

This content XML sample is for reference purposes only and reflects the minimum amount of data that needs to be provided in order to meet the critical data required by Guest Feedback applications. However, we expect to receive your Maximum Content XML with the maximum amount of data that your system could provide in order to connect to all type of applications.

		<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>
							<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