Reservation - Test Environment Example

This page will assume you have read through the "Retrieve Reservations" part of the pmsXchange v2 documentation.

 

The page will aim to demonstrate some of the ResGlobalInfo elements and how they relate to guests making reservations on the many different OTAs you will receive reservations from. NOTE: The information that is sent from each OTA will vary, so it is not possible to include all the different variables. 

 

Guest Details

SCREENSHOT: Example of the data a guest will enter on the OTA when making a reservation 

 

Guest Details + Arrival Time
<ResGuests>
	<ResGuest ArrivalTime="15:00:00" ResGuestRPH="1">
		<Profiles>
			<ProfileInfo>
				<Profile ProfileType="1">
					<Customer>
						<PersonName>
							<GivenName>Quality</GivenName>
							<Surname>Tester</Surname>
						</PersonName>
						<Telephone PhoneNumber="0411111111"/>
						<Email>qtest@example.com</Email>
						<Address>
							<AddressLine>Level 1, 200 Rainbow Pde</AddressLine>
							<CityName>Testville</CityName>
							<PostalCode>2111</PostalCode>
							<StateProv>NSW</StateProv>
							<CountryName>Australia</CountryName>
							<CompanyName>Quality Testing Pty Ltd</CompanyName>
						</Address>
					</Customer>
				</Profile>
			</ProfileInfo>
		</Profiles>
	</ResGuest>
</ResGuests>
Guest Comments
<Comments>
	<Comment>
		<Text>A room with a view and gluten free breakfast options please.</Text>
	</Comment>
</Comments>

 

Payment Details

SCREENSHOT: Example of how Payment Details will be delivered to your PMS

Payment Details
<Guarantee>
	<GuaranteesAccepted>
		<GuaranteeAccepted>
			<PaymentCard CardCode="VI" CardNumber="4111111111111111" CardType="1" ExpireDate="1015">
				<CardHolderName>Quality Tester</CardHolderName>
			</PaymentCard>
		</GuaranteeAccepted>
	</GuaranteesAccepted>
</Guarantee>

 

Room Details

SCREENSHOT: Highlights where the room information the guest sees when booking and where it will be delivered to your PMS


Room Details
<RoomTypes>
	<RoomType RoomType="Double Room" RoomTypeCode="DBL">
		<RoomDescription>
		<Text>Double Room with a great view!</Text>
	</RoomDescription>
</RoomType>


Booking Summary

SCREENSHOT: Highlights the Booking Summary with Total Guest/Amounts



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