Versions Compared

Key

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

...

Code Block
languagexml
titleBooking Summary
<RoomStays>
	<RoomStay>
		<RoomTypes>
			<RoomType RoomType="Double Room" RoomTypeCode="DBL">
				<RoomDescription>
					<Text>Double Room with a great view!</Text>
				</RoomDescription>
			</RoomType>
		</RoomTypes>
		<RatePlans>
			<RatePlan EffectiveDate="2014-01-17" ExpireDate="2014-01-18" RatePlanCode="BAR"/>
		</RatePlans>
		<RoomRates>
			<RoomRate NumberOfUnits="1" RatePlanCode="BAR" RoomTypeCode="DBL">
				<Rates>
					<Rate EffectiveDate="2014-01-17" ExpireDate="2014-01-18" RateTimeUnit="Day" UnitMultiplier="1">
						<Base AmountAfterTax="280.00" CurrencyCode="AUD"/>
						<Total AmountAfterTax="280.00" CurrencyCode="AUD"/>
					</Rate>
				</Rates>
			</RoomRate>
		</RoomRates>
		<GuestCounts>
			<GuestCount AgeQualifyingCode="10" Count="2"/>
			<GuestCount AgeQualifyingCode="8" Count="0"/>
			<GuestCount AgeQualifyingCode="7" Count="0"/>
		</GuestCounts>
		<TimeSpan End="2014-01-18" Start="2014-01-17"/>
		<Total AmountAfterTax="280.00" CurrencyCode="AUD"/>
		<BasicPropertyInfo HotelCode="PMSV2"/>
	</RoomStay>
</RoomStays>

...