Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

The minimum suggested recommended 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 all types of applications.

Code Block
languagexml
<OTA_HotelResNotifRQ
	xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" EchoToken="cc3048b5-55ca-4d77-b316-cb8e769c1381" TimeStamp="2020-06-10T18:13:53+00:00">
	<HotelReservations>
		<HotelReservation ResStatus="Reserved" CreateDateTime="2020-06-10T18:02:44+00:00" LastModifyDateTime="2020-06-10T18:13:51+00:00">
			<POS>
				<Source>
					<RequestorID ID="TESTPMS"/>
				</Source>
				<Source>
					<BookingChannel Type="4" Primary="true">
						<CompanyName Code="Code1">CompanyName0</CompanyName>
					</BookingChannel>
				</Source>
			</POS>
			<UniqueID ID="BDC-3685569477"/>
			<RoomStays>
				<RoomStay>
					<RoomTypes>
						<RoomType RoomType="Deluxe" RoomTypeCode="DLX" RoomID="1501"/>
					</RoomTypes>
					<RatePlans>
						<RatePlan RatePlanCode="BAR" EffectiveDate="2020-12-01" ExpireDate="2020-12-02"/>
					</RatePlans>
					<RoomRates>
						<RoomRate RoomID="1501" RoomTypeCode="DLX" RatePlanCode="BAR" EffectiveDate="2020-12-01" ExpireDate="2020-12-02">
							<Rates>
								<Rate EffectiveDate="2020-12-01" ExpireDate="2020-12-02" UnitMultiplier="1">
									<Base AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD"/>
									<Total AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD"/>
								</Rate>
							</Rates>
						</RoomRate>
					</RoomRates>
					<GuestCounts>
						<GuestCount AgeQualifyingCode="10" Count="2"/>
					</GuestCounts>
					<TimeSpan Start="2020-12-01" End="2020-12-02"/>
					<Total AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD"/>
					<ResGuestRPHs>
						<ResGuestRPH RPH="1"/>
						<ResGuestRPH RPH="2"/>
					</ResGuestRPHs>
				</RoomStay>
			</RoomStays>
			<ResGuests>
				<ResGuest ResGuestRPH="1" AgeQualifyingCode="10" PrimaryIndicator="true">
					<Profiles>
						<ProfileInfo>
							<Profile ProfileType="1" ShareAllOptOutInd="true" ShareAllMarketInd="false">
								<Customer>
									<PersonName>
										<GivenName>Ginny</GivenName>
										<Surname>Woolf</Surname>
									</PersonName>
									<Email>Virginia.Woolf@hotmail.com</Email>
								</Customer>
							</Profile>
						</ProfileInfo>
					</Profiles>
				</ResGuest>
				<ResGuest ResGuestRPH="2" AgeQualifyingCode="10" PrimaryIndicator="false">
					<Profiles>
						<ProfileInfo>
							<Profile ShareAllOptOutInd="true" ShareAllMarketInd="false">
								<Customer>
									<PersonName>
										<GivenName>Willy</GivenName>
										<Surname>Bradshaw</Surname>
									</PersonName>
									<Email>WBradshaw@orlando.com.au</Email>
								</Customer>
							</Profile>
						</ProfileInfo>
					</Profiles>
				</ResGuest>
			</ResGuests>
			<ResGlobalInfo>
				<GuestCounts>
					<GuestCount AgeQualifyingCode="10" Count="2"/>
				</GuestCounts>
				<TimeSpan Start="2020-12-01" End="2020-12-02"/>
				<Total AmountBeforeTax="100.00" AmountAfterTax="110.00" CurrencyCode="AUD"/>
				<HotelReservationIDs>
					<HotelReservationID ResID_Type="10" ResID_Value="BDC-3685170919"/>
				</HotelReservationIDs>
				<Profiles>
					<ProfileInfo>
						<Profile ProfileType="1" ShareAllOptOutInd="true" ShareAllMarketInd="false">
							<Customer>
								<PersonName>
									<GivenName>Leo</GivenName>
									<Surname>Woolf</Surname>
								</PersonName>
								<Email>LeonardoWoolf59@gmail.com</Email>
							</Customer>
						</Profile>
					</ProfileInfo>
				</Profiles>
				<BasicPropertyInfo HotelCode="HC12345"/>
			</ResGlobalInfo>
		</HotelReservation>
	</HotelReservations>
</OTA_HotelResNotifRQ>