Versions Compared

Key

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

...

Code Block
languagexml
 
<?xml version="1.0" encoding="utf-8"?>
<OTA_HotelResRQ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" ResStatus="Book" EchoToken="20160508175004" xmlns="http://www.opentravel.org/OTA/2003/05">
	<POS>
		<Source>
			<RequestorID Type="1" ID="VISIT" ID_Context="Booking Channel"/>
			<BookingChannel Type="ADS">
				<CompanyName CompanyShortName="ABC" Code="ABC"/>
			</BookingChannel>
		</Source>
	</POS>
	<HotelReservations>
		<HotelReservation RoomStayReservation="true">
			<RoomStays>
				<RoomStay>
					<RoomTypes>
						<RoomType RoomID="64338" InvBlockCode="" RoomTypeCode="STD0001K" IsRoom="true"/>
					</RoomTypes>
					<RatePlans>
						<RatePlan RatePlanID="UDB02APR" RatePlanCode="UDB02APR"/>
					</RatePlans>
					<RoomRates>
						<RoomRate NumberOfUnits="1" RatePlanCode="UDB02APR" EffectiveDate="2016-06-17" ExpireDate="2016-06-19" RoomTypeCode="STD0001K">
							<Rates>
								<Rate EffectiveDate="2016-06-17" ExpireDate="2016-06-17">
									<Base CurrencyCode="USD" AmountAfterTax="167.13" AmountBeforeTax="148.58">
										<Taxes Amount="18.55"/>
									</Base>
								</Rate>
								<Rate EffectiveDate="2016-06-18" ExpireDate="2016-06-18">
									<Base CurrencyCode="USD" AmountAfterTax="167.13" AmountBeforeTax="148.58">
										<Taxes Amount="18.55"/>
									</Base>
								</Rate>
							</Rates>
							<Total CurrencyCode="USD" AmountAfterTax="334.27" AmountBeforeTax="297.16">
								<Taxes Amount="37.11"/>
							</Total>
						</RoomRate>
					</RoomRates>
					<GuestCounts>
						<GuestCount AgeQualifyingCode="10" Count="2"/>
					</GuestCounts>
					<TimeSpan Start="2016-06-17" End="2016-06-19"/>
					<Guarantee GuaranteeCode="DX">
						<GuaranteesAccepted>
							<GuaranteeAccepted>
								<PaymentCard ExpireDate="0420" CardCode="VISA" CardNumber="****************">
									<CardHolderName>CC Holder</CardHolderName>
								</PaymentCard>
							</GuaranteeAccepted>
						</GuaranteesAccepted>
					</Guarantee>
					<Total CurrencyCode="USD" AmountAfterTax="334.27" AmountBeforeTax="297.16">
						<Taxes Amount="37.11"/>
					</Total>
					<BasicPropertyInfo HotelCode="AAABBBCCC01" ChainCode="ABC"/>
					<SpecialRequests>
						<SpecialRequest RequestCode="229529">
							<Text>pillow: Silk<<Text>ALLER</Text>
						</SpecialRequest>
					</SpecialRequests>
					<Comments>
						<Comment Name="" CommentOriginatorCode="Guest" GuestViewable="true">
							<Text>5% Loyalty discount USD17.59 applied</Text>
						</Comment>
					</Comments>
				</RoomStay>
			</RoomStays>
			<Services/>
			<ResGuests>
				<ResGuest>
					<Profiles>
						<ProfileInfo>
							<Profile ProfileType="1">
								<Customer>
									<PersonName>
										<GivenName>Test</GivenName>
										<Surname>Test</Surname>
									</PersonName>
									<Telephone PhoneNumber="832-863-1111" FormattedInd="false"/>
									<Email ShareMarketInd="No">sam@whiteboardlabs.com</Email>
									<Address>
										<AddressLine>12431 Test Dr</AddressLine>
										<CityName>Houston</CityName>
										<PostalCode>77082</PostalCode>
										<StateProv StateCode="TX"/>
										<CountryName Code="USA"/>
									</Address>
									<CustLoyalty MembershipID="123"/>
								</Customer>
							</Profile>
						</ProfileInfo>
						<ProfileInfo>
							<Profile ProfileType="3">
								<CompanyInfo>
									<CompanyName CompanyShortName="ZODI2014" Code="ZODI2014" CodeContext="CRS"/>
								</CompanyInfo>
							</Profile>
						</ProfileInfo>
					</Profiles>
				</ResGuest>
			</ResGuests>
		</HotelReservation>
	</HotelReservations>
</OTA_HotelResRQ>

...