da 358 (version 02) travelport universal api preferred ... july 2013 travelport confidential...

41
30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 1 Developer Advisory Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel Developer Advisory Number: 358 Document Version: 02 Load To Production: 03-Sep-13 12:00 EST 17:00 GMT Product Version: Universal API 5.1 High Level Description: In this update: Added a modifier to specify the currency for Hotel Search, Rate and Rules Search and Booking was added Added attributes to support approximate rates when exact rates are not known Changed the logic for default currencies was modified for Hotel transactions for Worldspan™ (1P), Axess (1J) and Travelport Rooms and More™ Impact Summary: Schema changes were made to: Synchronous Hotel Search (HotelSearchAvailability) Asynchronous Hotel Search (HotelSearchAvailabilityAsynch) Retrieve Hotel Search Data (RetrieveHotelSearchAvailability) Hotel Rate and Rules Search (HotelDetails) Hotel Booking (HotelCreateReservation) Universal Record Retrieve (UniversalRecordRetrieve) Reason For Issue: Update Customer Impact: Universal API Developers System: Galileo Apollo Worldspan AXESS

Upload: vuongnga

Post on 22-May-2018

226 views

Category:

Documents


1 download

TRANSCRIPT

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 1

Developer Advisory

Travelport Universal API™

Preferred Currency and Approximate Rates for Hotel

Developer Advisory Number:

358

Document Version: 02

Load To Production:

03-Sep-13 12:00 EST 17:00 GMT

Product Version: Universal API 5.1

High Level Description:

In this update:

� Added a modifier to specify the currency for Hotel Search, Rate and Rules Search and Booking was added

� Added attributes to support approximate rates when exact rates are not known

� Changed the logic for default currencies was modified for Hotel transactions for Worldspan™ (1P), Axess (1J) and Travelport Rooms and More™

Impact Summary:

Schema changes were made to:

� Synchronous Hotel Search (HotelSearchAvailability)

� Asynchronous Hotel Search (HotelSearchAvailabilityAsynch)

� Retrieve Hotel Search Data (RetrieveHotelSearchAvailability)

� Hotel Rate and Rules Search (HotelDetails)

� Hotel Booking (HotelCreateReservation)

� Universal Record Retrieve (UniversalRecordRetrieve)

Reason For Issue: Update

Customer Impact: Universal API Developers

System:

Galileo

Apollo

Worldspan

AXESS

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 2

ACH

RCH

Travelport Rooms and More

Merchandising

Load To Pre-Production:

29-Aug-13 18:00 EST 23:00 GMT

Issue History: Version 01 Issued: 12-Aug-13

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 3

Overview

This update:

� Adds a modifier for preferred currency in Hotel Search and Hotel Rate and Rule Search

Previously, the currency was returned using the provider’s default currency logic and currency type could not be specified in an individual request

� Adds attributes for approximate rates and taxes for instances when the exact value is not available from the supplier or when the conversion rate is not yet determined

See the Detailed Description for a list of scenarios in which approximate rates are applicable

� Modifies the default currency handling for Worldspan (1P), Axess (1J), and Travelport Rooms and More™ (TRM)

� For Travelport Rooms and More, adds support for Tax information in the Hotel Rate Detail

Scope

The affected providers for this Advisory vary by the specific update, see the Detailed Description section for impacted providers for each update.

Customer Benefit

Customer is able to obtain rates in preferred currency as opposed to simply rates associated with PCC.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 4

Schema Changes

The following schema updates apply to Hotel v.24.0 and are not backwards compatible. Requests sent with earlier schema versions will return data based on the previous default currency and rate options.

The following updates were made in Hotel v24.0:

� In HotelSearchAvailabilityReq, HotelSearchModifiers @PreferredCurrency was added

� In HotelSearchAvailabilityRsp/HotelSearchResult/RateInfo, the following attributes were added:

− @ApproximateMinimumAmount

− @ApproximateMaximumAmount

− @ApproximateMinimumStayAmount

− @ApproximateAverageMinimumAmount

� In HotelSearchAvailabilityAsynchReq, HotelSearchModifiers @PreferredCurrency was added

� In HotelSearchAvailabilityAsynchRsp/HotelSearchResult/RateInfo, the following attributes were added:

− @ApproximateMinimumAmount

− @ApproximateMaximumAmount

− @ApproximateMinimumStayAmount

− @ApproximateAverageMinimumAmount

� In RetrieveHotelSearchAvailabilityRsp/HotelSearchResult/RateInfo, the following attributes were added:

− @ApproximateMinimumAmount

− @ApproximateMaximumAmount

− @ApproximateMinimumStayAmount

− @ApproximateAverageMinimumAmount

� In HotelDetailsReq, HotelDetailsModifiers @PreferredCurrency was added

� In HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail/HotelRateByDate, the following attributes were added:

− @ApproximateBase

− @ApproximateTotal

− @ApproximateTax

The following updates were made in Universal v24.0:

� In HotelCreateReservationRsp/UniversalRecord/HotelReservation/HotelRateDetail, the following attributes were added:

− @ApproximateBase

− @ApproximateTotal

− @ApproximateTax

Note: In Release 5.1, the HotelCreateReservationReq/Rsp services were moved from the Air

binding to the Universal binding.

� In UniversalRecordRetrieveRsp/UniversalRecord/HotelReservation/HotelRateDetail, the following attributes were added:

− @ApproximateBase

− @ApproximateTotal

− @ApproximateTax

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 5

HotelSearchAvailabilityReq and HotelSearchAvailabilityAsynchReq

Added @PreferredCurrency to /HotelSearchModifiers.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 6

HotelSearchAvailabilityRsp, HotelSearchAvailabilityAsynchRsp, and RetrieveHotelSearchAvailabilityRsp

Added the following attributes to /HotelSearchResult/RateInfo:

� @ApproximateMinimumAmount

� @ApproximateMaximumAmount

� @ApproximateMinimumStayAmount

� @ApproximateAverageMinimumAmount

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 7

HotelDetailsReq

Added @PreferredCurrency to /HotelDetailsModifiers.

HotelDetailsRsp

Added @ApproximateBase to /RequestedHotelDetails/HotelRateDetail/HotelRateByDate

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 8

Added @ApproximateTotal to /RequestedHotelDetails/HotelRateDetail/HotelRateByDate

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 9

HotelDetailsRsp, HotelCreateReservationRsp and UniversalRecordRetrieveRsp

Added @ApproximateBase, @ApproximateTax, and @ApproximateTotal to /HotelRateDetail for:

� HotelRateDetailsRsp/RequestedHotelDetails

� HotelCreateReservationRsp/HotelReservation

� UniversalRecordRetrieveRsp/UniversalRecord/HotelReservation

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 10

Impacted Services and Schema

In Hotel v24.0, the following services are impacted:

� Synchronous Hotel Search (HotelSearchAvailabilityReq/Rsp)

� Asynchronous Hotel Search (HotelSearchAvailabilityAsynchReq/Rsp)

� Retrieve Hotel Search Data (RetrieveHotelSearchAvailabilityRsp)

� Hotel Rate and Rules Search (HotelDetailsReq/Rsp, where HotelDetailsReq RateRuleDetail=“Complete”)

In Universal v24.0:

� Hotel Booking (HotelCreateReservationRsp)

Note: In Release 5.1, the HotelCreateReservationReq/Rsp services were moved from the Air

binding to the Universal binding.

� Universal Record Retrieve (UniversalRecordRetrieveRsp)

Detailed Description

This update:

� Adds a modifier for preferred currency in Hotel Search, Hotel Rate and Rule Search, and Hotel Booking requests

Previously, the currency was returned using the provider’s default currency logic, and currency type could not be specified in an individual request.

� Adds attributes for approximate rates and taxes for instances when the exact value is not available from the supplier or when the conversion rate is not yet determined

See the Detailed Description for a list of scenarios in which approximate rates are applicable.

� Modifies the default currency handling for Worldspan (1P), Axess (1J), and Travelport Rooms and More

� For Travelport Rooms and More, adds support for Tax information in the Hotel Rate Detail

Default Currencies

The default currency logic varies by provider.

� Galileo™ and Apollo™ default to the currency filed by the supplier (hotel property). This update does NOT change the handling of the default currency.

� Worldspan and Axess defaults to the currency of requested SID (PCC). This update changes the handling of the default currency.

� Travelport Rooms and More defaults to the currency configured on the Travelport Rooms and More web site. This update changes the handling of the default currency.

Hotel Search

Preferred Currency is supported for Hotel Search requests. Response values vary by provider.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 11

Preferred Currency for Hotel Search Requests

HotelSearchAvailability(Asynch)Req/HotelSearchModifiers @PreferredCurrency is used to

indicate a preferred currency in the Search request. This update applies to all providers that support Hotel segments; however, the response attributes returned vary by carrier.

Approximate Values in Hotel Search Responses

Converted hotel rates and taxes are always approximate because the estimated conversion rate using for Hotel searches and booking may not be the actual conversion rate used at the time that payment is made. This update adds functionality to support currency handling when the traveler’s default currency and the currency returned do not match. With the new Preferred Currency functionality, unmatched currency values can occur if the requested currency does not match the provider’s default currency. To recognize the possible disparity in values because of differing currencies, approximate rate attributes were added to Universal API to indicate that the currently identified rate or tax value may not be exactly the same as the actual value charged at the time of payment.

Approximate Values for Galileo (1G), Apollo (1V), Worldspan (1P), and Axess (1J)

These values are returned in the requested currency in HotelSearchAvailability(Asynch)Rsp /HotelSearchResult/RateInfo. Previously, these providers returned approximate minimum and maximum amounts in the MinimumAmount and MaximumAmount attributes, even though these attributes did not indicate that the value was approximate. This update now returns approximate amounts in new ApproximateMinimumAmount and ApproximateMaximumAmount attributes, which explicitly indicate the approximate value of the data.

Approximate Values for Travelport Rooms and More

Approximate values were added for Minimum Stay Amounts and a new prorated Approximate Average Minimum Stay Amount was added for estimated nightly rates. These values are returned in HotelSearchAvailability(Asynch)Rsp/HotelSearchResult/RateInfo.

Approximate Minimum Stay Amount

Travelport Rooms and More defaults to the currency configured on the Travelport Rooms and More web site. HotelSearchResult/RateInfo @MinimumStayAmount indicates the minimum total for the stay. Previously, approximate rates from Travelport Rooms and More suppliers were returned in MinimumStayAmount, even if there was a difference between the profile currency and the hotel properties (supplier) currency.

With this update, if there is a difference between the profile currency and the property currency, the converted minimum rate is returned only in ApproximateMinimumStayAmount. If the currencies are the same, and no conversion is made, the unconverted value is returned in both MimimumStayAmount and ApproximateMinimumStayAmount.

Approximate Average MinimumStay Amount

Unlike other providers, Travelport Rooms and More returns a single rate for the entire stay, rather than nightly rates returned by other providers. To estimate minimum nightly rate, an ApproximateAverageMinimumAmount attribute was added to /HotelSearchResult/RateInfo. This is the average minimum amount, which is prorated for a nightly stay. This amount is calculated by Travelport Rooms and More based on the total MinimumStayAmount and the number of nights in the stay.

This amount is approximate because is it calculated by Travelport Rooms and More, and not returned directly from the supplier. This approximation also applies if the amount returned is in a converted currency.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 12

Hotel Rate and Rule Search Requests

Preferred Currency is supported for Hotel Search requests. Response values vary by provider.

Hotel Rate and Rule Search Requests

The following updates apply to HotelDetailsReq, where HotelDetailsReq RateRuleDetail=“Complete”. HotelDetailsReq/HotelDetailsModifiers @PreferredCurrency is used to indicate a preferred currency in the Search request.

Hotel Rate and Rule Search Requests

For Rate and Rule Search responses, three new approximate values were created to support responses that have a discrepancy between the requested currency and the provider’s default currency.

� ApproximateBase, which returns the approximate base room rate, excluding taxes or fees. Base values are returned for Rate by Date hotel responses.

� ApproximateTotal, which returns the approximate total room rate, including taxes and fees.

� ApproximateTax, which returns approximate taxes associated with the room rate and hotel stay.

Approximate Values for Galileo (1G) and Apollo (1V)

If a preferred currency is specified in the request, alternate currency amounts from Galileo and Apollo are returned in either:

� HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail @ApproximateTotal

� HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail/HotelRateByDate @ApproximateBase

If a preferred currency is not requested, values are returned in @Total and @Base, and approximate values are not returned.

Approximate Values for Worldspan (1P) and Axess (1J)

If a preferred currency is specified in the request, alternate currency amounts from Worldspan and Axess are returned in HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail/ HotelRateByDate @ApproximateBase and/or @Approximate Total.

Approximate values are also returned even if a preferred currency is not specified. Values for Worldspan and Axess are not returned in @Total and @Base.

In addition, the HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail/RoomRateDescription ExtraOptions are returned in the requested currency.

Approximate Values for Travelport Rooms and More

If a preferred currency is specified in the request, alternate currency amounts from Travelport Rooms and More are returned in HotelDetailsRsp/RequestedHotelDetails/HotelRateDetail in:

� @ApproximateBase

� @ApproximateTax

� @ApproximateTotal

However, the currency for Hotel Rate and Rule Search is contained in the host token from the Hotel Search response. If the currency sent in HotelDetailsReq does not match the currency stored in the host token, an error is returned.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 13

Tax Values for Travelport Rooms and More

This update has also added support for HotelRateDetail @Tax. This value is returned from Travelport Rooms and More when available.

Hotel Booking for Travelport Rooms and More

For Travelport Rooms and More, if a preferred currency was specified in Hotel Search and Hotel Rate and Rule Search, alternate currency amounts are returned in HotelCreateReservationRsp/ UniversalRecord/HotelReservation/HotelRateDetail @ApproximateBase and @ApproximateTotal.

The currency for booking is contained in the host token. The preferred currency must match the host token, or an error is returned.

Universal Record Retrieve

For Travelport Rooms and More, if a preferred currency was specified in Hotel Booking, alternate currency amounts are returned in UniversalRecordRetrieveRsp/UniversalRecord/HotelReservation/ HotelRateDetail @ApproximateBase and @ApproximateTotal.

Customer Examples

The following examples support Preferred Currency:

� Preferred Currency for Travelport Rooms and More:

− Hotel Search

− Hotel Rate and Rules Search

− Hotel Booking

− Universal Record Retrieve

� Preferred Currency for Galileo (1G)

− Hotel Search

− Hotel Rate and Rules Search

� Preferred Currency for Worldspan (1P)

− Hotel Search

− Hotel Rate and Rules Search

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 14

Preferred Currency for Travelport Rooms and More

This workflow includes:

� Hotel Search

� Hotel Rate and Rules Search

� Hotel Booking

� Universal Record Retrieve

Hotel Search with Preferred Currency for Travelport Rooms and More

A preferred currency is specified in the Hotel Search request for Travelport Rooms and More. In the response, the new ApproximateMinimumStayAmount and ApproximateAverageMinimumAmount attributes are returned.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header/>

<SOAP:Body>

<hot:HotelSearchAvailabilityReq TargetBranch="TRGT_BRCH" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelLocation Location="LON"/>

<hot:HotelSearchModifiers NumberOfAdults="2" NumberOfRooms="1" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="TRM"/>

</com:PermittedProviders>

</hot:HotelSearchModifiers>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelSearchAvailabilityReq>

</SOAP:Body>

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelSearchAvailabilityRsp TransactionId="9F9BD9FE0A0771BD00C3E000B6AABAC9" ResponseTime="2175" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000035" Key="NDot3gxKR8iSL+ZbnPfJUw=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000027" Key="t2xo7tzuT2qWTXw8ku0n8Q=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000062" Key="k54vclpETryH1sfyTHwT/w=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000057" Key="fvn537VIRduTIxj74frw8Q=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000011" Key="JA/pDyapRP2F4ox7kRMVJw=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000002" Key="wios9UmnSQStvkomXl0s9w=="/>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 15

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000063" Key="HHA3z/kMQDS514RddH47Ug=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000001" Key="IG91bc6DTzWTynB1Q4qzgg=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000005" Key="lgkVlLuZQYy4DwTtlN4pzg=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000021" Key="ZWIDVY8XSMeTlN+tXbe0bQ=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000014" Key="P2XBA+ZpTvq4WlKKFvt7Sg=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000041" Key="QKc5ijAvQy+1NChxr21TUA=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000012" Key="v1+OyltvQemZ4XjHAIHWwA=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000040" Key="J2eQk6sBS4u1DHyN+WgSjg=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000003" Key="FaGb2SeCQC6QJJXGgWImrA=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000058" Key="psM9MRkQTvyOCTuWrYiUWw=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000016" Key="ryQLOBLBQH+C0+QiVLIe/A=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000008" Key="OQ7WONBwSJWc0Sr1MbDhvQ=="/>

<com:VendorLocation ProviderCode="TRM" VendorCode="00" VendorLocationID="GBLON@_000004" Key="j9zcTZtfSDS/5arCE9YC9w=="/>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" Name="Berjaya Eden Park London Hotel" VendorLocationKey="NDot3gxKR8iSL+ZbnPfJUw==" Availability="Available">

<hot:PropertyAddress>

<hot:Address>35-39 Inverness Terrace, Bayswater</hot:Address>

<hot:Address>London</hot:Address>

<hot:Address>W2 3JS</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.5122" longitude="-0.1863"/>

<hot:HotelRating RatingProvider="TRM">

<hot:Rating>3</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="FD24"/>

<hot:Amenity Code="LUGS"/>

<hot:Amenity Code="LUGE"/>

<hot:Amenity Code="SAFD"/>

<hot:Amenity Code="RTNT"/>

<hot:Amenity Code="INWI"/>

<hot:Amenity Code="INSV"/>

<hot:Amenity Code="SHTL"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="LAVA"/>

<hot:Amenity Code="DRYC"/>

<hot:Amenity Code="CTYC"/>

<hot:Amenity Code="TNBY"/>

<hot:Amenity Code="SBWY"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumStayAmount="AUD79.96" ApproximateAverageMinimumAmount="AUD19.99" Commission="AUD9.59519976012"

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 16

RateSupplier="TP_TH_EN" RateSupplierLogo="http://media.sprice.com/logos/merchants/TP_TH_EN.gif" PaymentType="PrePay"/>

<com:MediaItem url="http://media.sprice.com/hotel-thumbnails/90x90/HW/GBLON@_000035/1498341.jpg"/>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000027" Name="Queens Hotel" VendorLocationKey="t2xo7tzuT2qWTXw8ku0n8Q==" Availability="Available">

<hot:PropertyAddress>

<hot:Address>33 Anson Road</hot:Address>

<hot:Address>London</hot:Address>

<hot:Address>N7 ORB</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.554844" longitude="-0.132149"/>

<hot:HotelRating RatingProvider="TRM">

<hot:Rating>2</hot:Rating>

</hot:HotelRating>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumStayAmount="AUD116.87" ApproximateAverageMinimumAmount="AUD29.22" Commission="AUD5.843500081809" RateSupplier="TP_AG_EN" RateSupplierLogo="http://media.sprice.com/logos/merchants/TP_AG_EN.gif" PaymentType="PostPay"/>

<com:MediaItem url="http://media.sprice.com/hotel-thumbnails/90x90/HS/GBLON@_000027/1293894.jpg"/>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000062" Name="Express By Holiday Inn Hotel London Greenwich" VendorLocationKey="k54vclpETryH1sfyTHwT/w==" Availability="Available">

<hot:PropertyAddress>

<hot:Address>Bugsby Way Greenwich</hot:Address>

<hot:Address>London</hot:Address>

<hot:Address>SE10 0GD</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.49234" longitude="0.00995"/>

<hot:HotelRating RatingProvider="TRM">

<hot:Rating>3</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="FD24"/>

<hot:Amenity Code="SPAL"/>

<hot:Amenity Code="ELEV"/>

<hot:Amenity Code="LUGS"/>

<hot:Amenity Code="LUGE"/>

<hot:Amenity Code="NSMR"/>

<hot:Amenity Code="HAFA"/>

<hot:Amenity Code="SAFD"/>

<hot:Amenity Code="EXCK"/>

<hot:Amenity Code="INWI"/>

<hot:Amenity Code="INSV"/>

<hot:Amenity Code="FXSV"/>

<hot:Amenity Code="CUEX"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="LAVA"/>

<hot:Amenity Code="DRYC"/>

<hot:Amenity Code="PANO"/>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 17

<hot:Amenity Code="NHWY"/>

<hot:Amenity Code="NAPO"/>

<hot:Amenity Code="SBWY"/>

<hot:Amenity Code="EXCT"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumStayAmount="AUD110.72" ApproximateAverageMinimumAmount="AUD27.68" Commission="AUD13.28639966784" RateSupplier="TP_TH_EN" RateSupplierLogo="http://media.sprice.com/logos/merchants/TP_TH_EN.gif" PaymentType="PostPay"/>

<com:MediaItem url="http://media.sprice.com/hotel-thumbnails/90x90/HS/GBLON@_000062/3843013.jpg"/>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000057" Name="The Enterprise Hotel" VendorLocationKey="fvn537VIRduTIxj74frw8Q==" Availability="Available">

<hot:PropertyAddress>

<hot:Address>15-25 Hogarth Road, Earls Court, Kensington</hot:Address>

<hot:Address>London</hot:Address>

<hot:Address>SW5 0QJ</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.49348" longitude="-0.192121"/>

<hot:HotelRating RatingProvider="TRM">

<hot:Rating>3</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="FD24"/>

<hot:Amenity Code="ALNS"/>

<hot:Amenity Code="ELEV"/>

<hot:Amenity Code="LUGS"/>

<hot:Amenity Code="LUGE"/>

<hot:Amenity Code="FARM"/>

<hot:Amenity Code="NSMR"/>

<hot:Amenity Code="HEAT"/>

<hot:Amenity Code="SAFD"/>

<hot:Amenity Code="NWPR"/>

<hot:Amenity Code="RTNT"/>

<hot:Amenity Code="OUPL"/>

<hot:Amenity Code="INWI"/>

<hot:Amenity Code="INSV"/>

<hot:Amenity Code="FXSV"/>

<hot:Amenity Code="RSBK"/>

<hot:Amenity Code="ROSE"/>

<hot:Amenity Code="SHOE"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="LAVA"/>

<hot:Amenity Code="DRYC"/>

<hot:Amenity Code="IRBD"/>

<hot:Amenity Code="CTYC"/>

<hot:Amenity Code="TNBY"/>

<hot:Amenity Code="SHOP"/>

<hot:Amenity Code="SBWY"/>

<hot:Amenity Code="EXCT"/>

<hot:Amenity Code="INPK"/>

<hot:Amenity Code="PARK"/>

</hot:Amenities>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 18

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumStayAmount="AUD98.42" ApproximateAverageMinimumAmount="AUD24.61" Commission="AUD11.81039970474" RateSupplier="TP_TH_EN" RateSupplierLogo="http://media.sprice.com/logos/merchants/TP_TH_EN.gif" PaymentType="PostPay"/>

<com:MediaItem url="http://media.sprice.com/hotel-thumbnails/90x90/SC_BK_FR/GBLON@_000057/500207.jpg"/>

</hot:HotelSearchResult>

…Additional HotelSearchResult elements removed for brevity

<com:HostToken Host="TRM">H4sIAAAAAAAAAFVRPUsDQRCdXDg1JkK0EFHURkh3SfxAg4WGaPAkGjGxsXJzt8mdbm7j3l5yggiCmMJWGysLFQRL/4DY2NpaiXaCpdhYuHei0YEdmHlv3gxvr99Athl0b6I6UhxuEmUB2cYSqsntj7d3vRsPQZCy0Eko0rNI45SpEOIGw7ZBie7WZmbBi0ijQ+SoeG0cQgVs2ya1VJ1DX8KPZFIkLZFCqbFUApfH9QkOkYyBta28w3XEsThhgLKKskl1pHCzipUc1RCZE1BRVJ/zBfJ+0YxKIC1CxPSxJZMQ085B2MwYjFqU0MoOh/6ckIl7MnFPJt7Cpt0aQCA9djACYlvs/zbNpylqId8aGClwp3R1313enlyJBQHcmpgb/j/3c+A6tbDPv4wHTndH+198fkOG4Fox47ocupadagmzfDmtO4T/Ok6QVVFUi+MKZj3PZ+cf+80pCQIqyHVEHOwyiLZ43xKH1yeD4eOnI8nbIByX/oivUlq17W3Ygy6BBDiEfZNVy/fY68ueB0OvN+AVIe8XHMawpe1kqI45BNNrc+4XXx839hQCAAA=</com:HostToken>

</hot:HotelSearchAvailabilityRsp>

</SOAP:Body>

</SOAP:Envelope>

Hotel Rate and Rule Search with Preferred Currency for Travelport Rooms and More

A preferred currency is specified in the Hotel Rate and Rule request for Travelport Rooms and More. In the response, the new @ApproximateBase, @ApproximateTax and @ApproximateTotal are returned. Travelport Rooms and More returns text field details in the requested currency.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsReq TargetBranch="TRGT_BRCH" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:common="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" Name="Berjaya Eden Park London Hotel" VendorLocationKey="NDot3gxKR8iSL+ZbnPfJUw==" Availability="Available">

</hot:HotelProperty>

<hot:HotelDetailsModifiers RateRuleDetail="Complete" NumberOfAdults="2" RateSupplier="TP_TH_EN" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="TRM"/>

</com:PermittedProviders>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelDetailsModifiers>

<com:HostToken Host="TRM">H4sIAAAAAAAAAFVRPUsDQRCdXDg1JkK0EFHURkh3SfxAg4WGaPAkGjGxsXJzt8mdbm7j3l5yggiCmMJWGysLFQRL/4DY2NpaiXaCpdhYuHei0YEdmHlv3gxvr99Athl0b6I6UhxuEmUB2cYSqsntj7d3vRsPQZCy0Eko0rNI45SpEOIGw7ZBie7WZmbBi0ijQ+SoeG0cQgVs2ya1VJ1DX8KPZFIkLZFCqbFUApfH9QkOkYyBta28w3XEsThhgLKKskl1pHCzipUc1RCZE1BRVJ/zBfJ+0YxKIC1CxPSxJZMQ085B2MwYjFqU0MoOh/6ckIl7MnFPJt7Cpt0aQCA9djACYlvs/zbNpylqId8aGClwp3R1313enlyJBQHcmpgb/j/3c+A6tbDPv4wHTndH+198fkOG4Fox47ocupadagmzfDmtO4T/Ok6QVVFUi+MKZj3PZ+cf+80pCQIqyHVEHOwyiLZ43xKH1yeD4eOnI8nbIByX/oivUlq17W3Ygy6BBDiEfZNVy/fY68ueB0OvN+AVIe8XHMawpe1kqI45BNNrc+4XXx839hQCAAA=</com:HostToken>

</hot:HotelDetailsReq>

</SOAP:Body>

</SOAP:Envelope>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 19

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsRsp TransactionId="9FACB6FF0A0771BD00C3E0001742F51C" ResponseTime="4238" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:common_v24_0="http://www.travelport.com/schema/common_v24_0">

<com:ResponseMessage Code="4974" Type="Info" ProviderCode="TRM">Please read the 'Terms and Conditions, Rules and Regulations, and Cancellation Policies' (supplier and room rate) for acceptance later at hotel reservation</com:ResponseMessage>

<hot:RequestedHotelDetails>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" Name="Test hotel">

<hot:PropertyAddress>

<hot:Address>Test address</hot:Address>

<hot:Address>Test city</hot:Address>

</hot:PropertyAddress>

</hot:HotelProperty>

<hot:HotelDetailItem Name="Accepted credit cards">

<hot:Text>AX</hot:Text>

<hot:Text>VI</hot:Text>

<hot:Text>CA</hot:Text>

</hot:HotelDetailItem>

<hot:HotelDetailItem Name="Cancellation">

<hot:Text>hotel cancellation policy</hot:Text>

</hot:HotelDetailItem>

<hot:HotelDetailItem Name="Description">

<hot:Text>Test hotel description</hot:Text>

</hot:HotelDetailItem>

<hot:HotelRateDetail RatePlanType="B957562B6E508A3C" Surcharge="AUD0.00" ApproximateBase="AUD79.96" ApproximateTax="AUD11.07" ApproximateTotal="AUD79.96" RateSupplier="TP_TH_EN" RateOfferId="H4sIAAAAAAAAAFvzloG1uIhBMCuxLFGvtCQzR88jsTjDN7GAlf3WwcNiCReZGZjcGLhy8hNT3BKTS/KLPBk4SzKKUosz8nNSKgrsHRhAgKecA0gKADFTCQO7f1paapFnSgmDhLGhgVmSmWWKgYFBskFiYqKluYGFsVFacgkDr0d+SWpOQFF+QWpRSSWQ7+7k4+/nEA9UaWBsWgEASrRT3JcAAAA=">

<hot:RoomRateDescription Name="Room Cancellation Policy">

<hot:Text>Room Cancellation Policy test</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Rate Description">

<hot:Text>Test rate</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Type">

<hot:Text>Test rooms for the requested guest count</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>Test room description</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Capacity">

<hot:Text>2</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Deposit Amount">

<hot:Text>AUD7.38</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Commission Amount">

<hot:Text>AUD9.60</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Supplier Terms and Conditions">

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 20

<hot:Text>http://www.transhotel.com/HTML_TOR/html/home/ING_GB/aviso-legal.html</hot:Text>

</hot:RoomRateDescription>

<hot:Guarantee GuaranteeType="Deposit">

<hot:DepositAmount>AUD7.38</hot:DepositAmount>

<hot:GuaranteePaymentType Type="CreditCard"/>

</hot:Guarantee>

</hot:HotelRateDetail>

</hot:RequestedHotelDetails>

</hot:HotelDetailsRsp>

</SOAP:Body>

</SOAP:Envelope>

Hotel Booking with Preferred Currency for Travelport Rooms and More

The preferred currency is not specified in the Booking request; however, Travelport Rooms and More maintains the information in the HostToken. In the response, the new HotelRateDetail @ApproximateBase and @ApproximateTotal values are returned, if available.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<univ:HotelCreateReservationReq UserAcceptance="true" TargetBranch="TRGT_BRCH" Version="0" xmlns:univ="http://www.travelport.com/schema/universal_v24_0" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:common="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<com:BookingTraveler Key="1000T" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US">

<com:BookingTravelerName Prefix="Mr" First="Harry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="1003">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

<com:State>CO</com:State>

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Key="2251539" Type="Home" Location="DEN" Number="3333333" AreaCode="303"/>

<com:Email EmailID="[email protected]"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="1005359" Location="DEN" CountryCode="1" Number="1123456789" Type="Home"/>

<com:PhoneNumber Key="1005367" Location="DEN" CountryCode="1" Number="2123456789" Type="Mobile"/>

<com:PhoneNumber Key="1005358" Location="DEN" CountryCode="1" Number="3123456789" Type="Business"/>

<com:Email Type="Home" EmailID="[email protected]"/>

<com:Address Key="1001">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

<com:State>CO</com:State>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 21

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

</com:Address>

</com:BookingTraveler>

<com:BookingTraveler Key="2000T" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US">

<com:BookingTravelerName Prefix="Mr" First="Marry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="1002">

<com:AddressName>Jan</com:AddressName>

<com:Street>Street1</com:Street>

<com:Street>NearApp</com:Street>

<com:City>CityL</com:City>

<com:State>CO</com:State>

<com:PostalCode>89898</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Type="Home" Number="3037784512"/>

<com:Email EmailID="[email protected]"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="1005360" Location="DEN" CountryCode="1" Number="1123456789" Type="Home"/>

<com:PhoneNumber Key="1005361" Location="DEN" CountryCode="1" Number="2123456789" Type="Mobile"/>

<com:PhoneNumber Key="1005362" Location="DEN" CountryCode="1" Number="3123456789" Type="Business"/>

<com:Email Type="Home" EmailID="[email protected]"/>

<com:Address Key="1">

<com:Street>xinkox</com:Street>

<com:Street>ABCDE</com:Street>

<com:City>Amazan</com:City>

<com:State>CO</com:State>

<com:PostalCode>72535</com:PostalCode>

<com:Country>US</com:Country>

</com:Address>

</com:BookingTraveler>

<hot:HotelRateDetail RatePlanType="B957562B6E508A3C" Surcharge="AUD0.00" ApproximateBase="AUD79.96" ApproximateTax="AUD11.07" ApproximateTotal="AUD79.96" RateSupplier="TP_TH_EN" RateOfferId="H4sIAAAAAAAAAFvzloG1uIhBMCuxLFGvtCQzR88jsTjDN7GAlf3WwcNiCReZGZjcGLhy8hNT3BKTS/KLPBk4SzKKUosz8nNSKgrsHRhAgKecA0gKADFTCQO7f1paapFnSgmDRFJSkpFpsnmygYFBskGKpUWSgUlqoolpcgkDr0d+SWpOQFF+QWpRSSWQ7+7k4+/nEA9UaWBsWgEA7vWgH5cAAAA="/>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" Name="Test hotel"/>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

<com:Guarantee Type="Deposit" Key="06561">

<com:CreditCard Type="VI" ExpDate="2013-09" Number="4000000000000000" Name="JOE SMITH" BankName="Bob" BankCountryCode="US" CVV="123"/>

</com:Guarantee>

<hot:GuestInformation NumberOfRooms="1">

<hot:NumberOfAdults>2</hot:NumberOfAdults>

</hot:GuestInformation>

<com:HostToken Host="TRM">H4sIAAAAAAAAAFVRPUsDQRCdXDg1JoHEQkRRG8Hu8qFgxEJDVDyJRkzSWLm52+Qubm7j3p6eIIIgWthqY2WhgmDpHxAbW1sr0U6wFBsL9040ZmAHZt6bN8Pbm3eQbQbxOtpCisN

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 22

Noiwg21hCTbnz6e6+d/0xCNI8dBOK9HmkccpUCHGDYdugRHeb0zPgRWS7S+SYeB0cQkVs2ya1VJ1DX9KPVFokLalPJsdRJZ2ppiocIjkDaxsFh+uIY3HCAGU1pU51pHCzgZU81RCZFVBJVF9zRfJxeRSTQFqEiOljSyYhpp2HsJkzGLUoobUdDv15IZPwZBKeTKKFTblNgEB27GAExLbR9m2aT1PUYqE1MFLkTuX6IV7dnFgZDQK4TTE33D73e+AatbDPv0oEznbT/a8+f1uGYLmUc10O0WWnUcGsUM3qDuF/jhNk1RTV4riGWc/L+cXn/lFGgoAK8hYiDnYZxFq8H4nDm9PB8MnzseRtEI5L/8RXKW3Y9ibsQVQgAQ5h32TV8j32+rLnwdDbLXhFyPsFhzFsaTs5qmMOwWx51v0GARy9nRQCAAA=</com:HostToken>

</univ:HotelCreateReservationReq>

</SOAP:Body>

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<univ:HotelCreateReservationRsp TransactionId="9FE063EE0A0771BE01312CF9F62ACE48" ResponseTime="6923" xmlns:universal="http://www.travelport.com/schema/universal_v24_0" xmlns:common_v24_0="http://www.travelport.com/schema/common_v24_0" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0">

<univ:UniversalRecord LocatorCode="NL6NS9" Version="0" Status="Active">

<com:BookingTraveler Key="VVUfTVDST1iblkOIyAgq9A==" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US" ElStat="A">

<com:BookingTravelerName Prefix="Mr" First="Harry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="Lbd4K37HRly98F/KbXl1kw==" ElStat="A">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

<com:State>CO</com:State>

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Key="0zXkcTHXRf6IMiEJpeTT2A==" Type="Home" Location="DEN" Number="3333333" AreaCode="303" ElStat="A"/>

<com:Email Key="HIgZbOa7Tp6NWqHPHAUNew==" EmailID="[email protected]" ElStat="A"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="uyxFWKudQpiUa499qnlS3A==" Type="Home" Location="DEN" CountryCode="1" Number="1123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="GXu0xmGfS5aBPocVMSleLw==" Type="Mobile" Location="DEN" CountryCode="1" Number="2123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="jmn0qpa0QvCZSThzLrW9UQ==" Type="Business" Location="DEN" CountryCode="1" Number="3123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:Email Key="4tvirpObSGyO42sAHDEh8Q==" Type="Home" EmailID="[email protected]" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Email>

<com:Address Key="oY3wGtW0RJK090MbGk++ew==" ElStat="A">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 23

<com:State>CO</com:State>

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Address>

</com:BookingTraveler>

<com:BookingTraveler Key="Bc1e0TXoQJaZJPNwRl3c8Q==" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US" ElStat="A">

<com:BookingTravelerName Prefix="Mr" First="Marry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="lLPzd+XSRBu8TRwRACk4WA==" ElStat="A">

<com:AddressName>Jan</com:AddressName>

<com:Street>Street1</com:Street>

<com:Street>NearApp</com:Street>

<com:City>CityL</com:City>

<com:State>CO</com:State>

<com:PostalCode>89898</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Key="JIaFlzPeR5+T56qgowONGA==" Type="Home" Number="3037784512" ElStat="A"/>

<com:Email Key="tWL9SWI0S8aMs+1LsCEhJQ==" EmailID="[email protected]" ElStat="A"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="gwLrzpR3TNiNL/4x3GLv/Q==" Type="Home" Location="DEN" CountryCode="1" Number="1123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="RnfFkh3MTZqIeUZx3sMQBQ==" Type="Mobile" Location="DEN" CountryCode="1" Number="2123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="H5x2ZqkvQ12X10sF9DoEhw==" Type="Business" Location="DEN" CountryCode="1" Number="3123456789" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:Email Key="Ab75ThyDQiGrOvuOH+Ky5A==" Type="Home" EmailID="[email protected]" ElStat="A">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Email>

<com:Address Key="PpF9VMqxTQy3rsvTCk49SA==" ElStat="A">

<com:Street>xinkox</com:Street>

<com:Street>ABCDE</com:Street>

<com:City>Amazan</com:City>

<com:State>CO</com:State>

<com:PostalCode>72535</com:PostalCode>

<com:Country>US</com:Country>

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Address>

</com:BookingTraveler>

<univ:ProviderReservationInfo Key="jtyfJgpsRJSIKVVpjOkPpA==" ProviderCode="TRM" LocatorCode="579" CreateDate="2013-07-02T14:54:18.632+00:00" ModifiedDate="2013-07-02T14:54:18.675+00:00" HostCreateDate="2013-07-02"/>

<hot:HotelReservation Status="HK" BookingConfirmation="BK01" LocatorCode="00012JPV" CreateDate="2013-07-02T14:54:18.633+00:00" ModifiedDate="2013-07-02T14:54:18.633+00:00" ProviderReservationInfoRef="jtyfJgpsRJSIKVVpjOkPpA==" TravelOrder="1">

<com:BookingTravelerRef Key="VVUfTVDST1iblkOIyAgq9A=="/>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 24

<com:BookingTravelerRef Key="Bc1e0TXoQJaZJPNwRl3c8Q=="/>

<com:ReservationName>

<com:BookingTravelerRef Key="VVUfTVDST1iblkOIyAgq9A=="/>

</com:ReservationName>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" HotelLocation="LON" Name="Test hotel">

<hot:PropertyAddress>

<hot:Address>Test address</hot:Address>

<hot:Address>Test city</hot:Address>

<hot:Address>Vereinigtes K?nigreich</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Other" Number="912682424" Text="TP_TH_EN"/>

</hot:HotelProperty>

<hot:HotelRateDetail RatePlanType="B957562B6E508A3C" ApproximateTotal="AUD79.96" RateSupplier="TP_TH_EN">

<hot:RoomRateDescription Name="Supplier Terms and Conditions">

<hot:Text>http://www.transhotel.com/HTML_TOR/html/home/ING_GB/aviso-legal.html</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>Test hotel description</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancellation">

<hot:Text>hotel cancellation policy</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Detail">

<hot:Text>Test rooms for the requested guest count</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description 2">

<hot:Text>Test room description</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Capacity">

<hot:Text>2</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Rate">

<hot:Text>Test rate</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Cancellation">

<hot:Text>Room Cancellation Policy test</hot:Text>

</hot:RoomRateDescription>

</hot:HotelRateDetail>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

<com:Guarantee Type="Deposit" Key="Wq9YNJnxTlS9rX53vmJJ3g==" Reusable="true" ElStat="A">

<com:CreditCard Type="VI" Number="************0000" ExpDate="2013-09" Name="JOE SMITH" CVV="***" BankName="Bob" BankCountryCode="US"/>

</com:Guarantee>

<hot:GuestInformation NumberOfRooms="1">

<hot:NumberOfAdults>2</hot:NumberOfAdults>

</hot:GuestInformation>

</hot:HotelReservation>

<com:AgencyInfo>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 25

<com:AgentAction ActionType="Created" AgentCode="AGNT_CODE" BranchCode="BRCH_CODE" AgencyCode="AGCY_CODE" EventTime="2013-07-02T14:54:12.061+00:00"/>

</com:AgencyInfo>

</univ:UniversalRecord>

</univ:HotelCreateReservationRsp>

</SOAP:Body>

</SOAP:Envelope>

Universal Record Retrieve with Preferred Currency for Travelport Rooms and More

In this example, a Universal Record from the Hotel Booking response in the previous example is retrieved. As with the Hotel Booking example, HotelRateDetail @ApproximateBase and @ApproximateTotal are returned, if available.

Request

<SOAP:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<univ:UniversalRecordRetrieveReq TargetBranch="TRGT_BRCH" xmlns:univ="http://www.travelport.com/schema/universal_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<univ:UniversalRecordLocatorCode>NL6NS9</univ:UniversalRecordLocatorCode>

</univ:UniversalRecordRetrieveReq>

</SOAP:Body>

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<univ:UniversalRecordRetrieveRsp TransactionId="9FF4649B0A0771BD00C3E0007E491B3B" ResponseTime="1339" xmlns:univl="http://www.travelport.com/schema/universal_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0">

<univ:UniversalRecord LocatorCode="NL6NS9" Version="0" Status="Active">

<com:BookingTraveler Key="VVUfTVDST1iblkOIyAgq9A==" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US">

<com:BookingTravelerName Prefix="Mr" First="Harry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="Lbd4K37HRly98F/KbXl1kw==">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

<com:State>CO</com:State>

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Key="0zXkcTHXRf6IMiEJpeTT2A==" Type="Home" Location="DEN" Number="3333333" AreaCode="303"/>

<com:Email Key="HIgZbOa7Tp6NWqHPHAUNew==" EmailID="[email protected]"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="uyxFWKudQpiUa499qnlS3A==" Type="Home" Location="DEN" CountryCode="1" Number="1123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 26

<com:PhoneNumber Key="GXu0xmGfS5aBPocVMSleLw==" Type="Mobile" Location="DEN" CountryCode="1" Number="2123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="jmn0qpa0QvCZSThzLrW9UQ==" Type="Business" Location="DEN" CountryCode="1" Number="3123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:Email Key="4tvirpObSGyO42sAHDEh8Q==" Type="Home" EmailID="[email protected]">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Email>

<com:Address Key="oY3wGtW0RJK090MbGk++ew==">

<com:AddressName>Jan Testora</com:AddressName>

<com:Street>6901 S. Havana</com:Street>

<com:Street>Apt 2</com:Street>

<com:City>Englewood</com:City>

<com:State>CO</com:State>

<com:PostalCode>80111</com:PostalCode>

<com:Country>US</com:Country>

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Address>

</com:BookingTraveler>

<com:BookingTraveler Key="Bc1e0TXoQJaZJPNwRl3c8Q==" TravelerType="ADT" VIP="true" DOB="1970-01-01" Nationality="US">

<com:BookingTravelerName Prefix="Mr" First="Marry" Middle="J" Last="Lobo"/>

<com:DeliveryInfo SignatureRequired="Yes">

<com:ShippingAddress Key="lLPzd+XSRBu8TRwRACk4WA==">

<com:AddressName>Jan</com:AddressName>

<com:Street>Street1</com:Street>

<com:Street>NearApp</com:Street>

<com:City>CityL</com:City>

<com:State>CO</com:State>

<com:PostalCode>89898</com:PostalCode>

<com:Country>US</com:Country>

</com:ShippingAddress>

<com:PhoneNumber Key="JIaFlzPeR5+T56qgowONGA==" Type="Home" Number="3037784512"/>

<com:Email Key="tWL9SWI0S8aMs+1LsCEhJQ==" EmailID="[email protected]"/>

</com:DeliveryInfo>

<com:PhoneNumber Key="gwLrzpR3TNiNL/4x3GLv/Q==" Type="Home" Location="DEN" CountryCode="1" Number="1123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="RnfFkh3MTZqIeUZx3sMQBQ==" Type="Mobile" Location="DEN" CountryCode="1" Number="2123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:PhoneNumber Key="H5x2ZqkvQ12X10sF9DoEhw==" Type="Business" Location="DEN" CountryCode="1" Number="3123456789">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:PhoneNumber>

<com:Email Key="Ab75ThyDQiGrOvuOH+Ky5A==" Type="Home" EmailID="[email protected]">

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Email>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 27

<com:Address Key="PpF9VMqxTQy3rsvTCk49SA==">

<com:Street>xinkox</com:Street>

<com:Street>ABCDE</com:Street>

<com:City>Amazan</com:City>

<com:State>CO</com:State>

<com:PostalCode>72535</com:PostalCode>

<com:Country>US</com:Country>

<com:ProviderReservationInfoRef Key="jtyfJgpsRJSIKVVpjOkPpA=="/>

</com:Address>

</com:BookingTraveler>

<univ:ProviderReservationInfo Key="jtyfJgpsRJSIKVVpjOkPpA==" ProviderCode="TRM" LocatorCode="579" CreateDate="2013-07-02T14:54:18.632+00:00" ModifiedDate="2013-07-02T14:54:18.675+00:00" HostCreateDate="2013-07-02"/>

<hot:HotelReservation Status="HK" BookingConfirmation="BK01" LocatorCode="00012JPV" CreateDate="2013-07-02T14:54:18.633+00:00" ModifiedDate="2013-07-02T14:54:18.633+00:00" ProviderReservationInfoRef="jtyfJgpsRJSIKVVpjOkPpA==" TravelOrder="1">

<com:BookingTravelerRef Key="VVUfTVDST1iblkOIyAgq9A=="/>

<com:BookingTravelerRef Key="Bc1e0TXoQJaZJPNwRl3c8Q=="/>

<com:ReservationName>

<com:BookingTravelerRef Key="VVUfTVDST1iblkOIyAgq9A=="/>

</com:ReservationName>

<hot:HotelProperty HotelChain="00" HotelCode="GBLON@_000035" HotelLocation="LON" Name="Test hotel">

<hot:PropertyAddress>

<hot:Address>Test address</hot:Address>

<hot:Address>Test city</hot:Address>

<hot:Address>Vereinigtes K?nigreich</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Other" Number="912682424" Text="TP_TH_EN"/>

</hot:HotelProperty>

<hot:HotelRateDetail RatePlanType="B957562B6E508A3C" ApproximateTotal="AUD79.96" RateSupplier="TP_TH_EN">

<hot:RoomRateDescription Name="Supplier Terms and Conditions">

<hot:Text>http://www.transhotel.com/HTML_TOR/html/home/ING_GB/aviso-legal.html</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>Test hotel description</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancellation">

<hot:Text>hotel cancellation policy</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Detail">

<hot:Text>Test rooms for the requested guest count</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description 2">

<hot:Text>Test room description</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Capacity">

<hot:Text>2</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Rate">

<hot:Text>Test rate</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Cancellation">

<hot:Text>Room Cancellation Policy test</hot:Text>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 28

</hot:RoomRateDescription>

</hot:HotelRateDetail>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

<com:Guarantee Type="Deposit" Key="Wq9YNJnxTlS9rX53vmJJ3g==" Reusable="true">

<com:CreditCard Type="VI" Number="************0000" ExpDate="2013-09" Name="JOE SMITH" BankName="Bob" BankCountryCode="US"/>

</com:Guarantee>

<hot:GuestInformation NumberOfRooms="1">

<hot:NumberOfAdults>2</hot:NumberOfAdults>

</hot:GuestInformation>

</hot:HotelReservation>

<com:AgencyInfo>

<com:AgentAction ActionType="Created" AgentCode="AGNT_CODE" BranchCode="BRCH_CODE" AgencyCode="AGCY_CODE" EventTime="2013-07-02T14:54:12.061+00:00"/>

</com:AgencyInfo>

</univ:UniversalRecord>

</univ:UniversalRecordRetrieveRsp>

</SOAP:Body>

</SOAP:Envelope>

Preferred Currency for Galileo (1G)

This workflow includes:

� Hotel Search

� Hotel Rate and Rules Search

In the following example, a preferred currency is specified in the Hotel Search request for Galileo (1G). In the response, the new ApproximateMinimumAmount and ApproximateMaximumAmount attributes are returned.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header/>

<SOAP:Body>

<hot:HotelSearchAvailabilityReq TargetBranch="TRGT_BRCH" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelLocation Location="LON"/>

<hot:HotelSearchModifiers NumberOfAdults="2" NumberOfRooms="1" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="1G"/>

</com:PermittedProviders>

</hot:HotelSearchModifiers>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelSearchAvailabilityReq>

</SOAP:Body>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 29

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelSearchAvailabilityRsp TransactionId="A82D4D970A0771BE4BDC0B6BE5B76E97" ResponseTime="3956" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:NextResultReference ProviderCode="1G">k2UqRqGv/uGTZSpGoa/+4YQXDDAH0rPznC7vGtL8VVJUKfo3oKjkBY0MsnjziBFYGHJy+JAxui9IkI+vleLWtN6mbxu3+edFXylC6vFU/3Y=</com:NextResultReference>

<com:VendorLocation ProviderCode="1G" VendorCode="JT" VendorLocationID="00922" Key="lrV8c7/vRDe0LMAA//WhHg=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="TI" VendorLocationID="13705" Key="UejEg6+YQ/CJdaxPCdpqVA=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="SV" VendorLocationID="10978" Key="taKleyIgR+SC2qfm3utITA=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="TJ" VendorLocationID="32096" Key="Eq5K42iqSjWGVLPKUOxVVw=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="MU" VendorLocationID="03852" Key="ly7eU9DTRTCFB9mceORlIw=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="VY" VendorLocationID="18903" Key="DHMKfYRKRh6BSOa8PJafWg=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="HI" VendorLocationID="05817" Key="Tbopr2xKSBGtzIYCRXoJdw=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="MU" VendorLocationID="56029" Key="Djx0Ot3yTomyvwVn9hEbNw=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="JT" VendorLocationID="00913" Key="vF/Yrt4KThmmf+MylSY6bQ=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="TI" VendorLocationID="42786" Key="0v1c+JUaSE62bqcGiE1X5A=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="TI" VendorLocationID="42787" Key="uQzAt9OwRReH8UqR56EHMQ=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="WW" VendorLocationID="64450" Key="duFdJhqHSS6F8A5p/zNxVg=="/>

<com:VendorLocation ProviderCode="1G" VendorCode="RD" VendorLocationID="63582" Key="iPmCuSOqQfWsN32DRBDArA=="/>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="JT" HotelCode="00922" HotelLocation="LON" Name="JUMEIRAH CARLTON TOWER" VendorLocationKey="lrV8c7/vRDe0LMAA//WhHg==" HotelTransportation="Other" ReserveRequirement="Other" ParticipationLevel="Best Available Rate and Inside Shopper participant" Availability="NotAvailable">

<hot:PropertyAddress>

<hot:Address>ON CADOGAN PLACE</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.4986" longitude="-0.1591"/>

<com:Distance Units="MI" Value="1" Direction="S"/>

<hot:HotelRating RatingProvider="NTM">

<hot:Rating>5</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="AICO"/>

<hot:Amenity Code="BALC"/>

<hot:Amenity Code="HSPI"/>

<hot:Amenity Code="BRFT"/>

<hot:Amenity Code="COBR"/>

</hot:Amenities>

</hot:HotelProperty>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 30

<hot:HotelSearchError Code="5000" Type="Warning">0601 NOT AVAILABLE FOR DATES REQUESTED</hot:HotelSearchError>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="TI" HotelCode="13705" HotelLocation="LON" Name="THE CUMBERLAND MARBLE ARCH" VendorLocationKey="UejEg6+YQ/CJdaxPCdpqVA==" HotelTransportation="Walk" ReserveRequirement="Guarantee" ParticipationLevel="Best Available Rate and Inside Shopper participant">

<hot:PropertyAddress>

<hot:Address>OPPOSITE MARBLE ARCH</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.5144" longitude="-0.159"/>

<com:Distance Units="MI" Value="0" Direction="NW"/>

<hot:HotelRating RatingProvider="NTM">

<hot:Rating>3</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="AICO"/>

<hot:Amenity Code="CHCA"/>

<hot:Amenity Code="HSPI"/>

<hot:Amenity Code="BRFT"/>

<hot:Amenity Code="COBU"/>

<hot:Amenity Code="CODE"/>

<hot:Amenity Code="COLE"/>

<hot:Amenity Code="CORO"/>

<hot:Amenity Code="COBR"/>

<hot:Amenity Code="DINR"/>

<hot:Amenity Code="ELEV"/>

<hot:Amenity Code="HAFA"/>

<hot:Amenity Code="HECL"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:HotelSearchError Code="5000" Type="Warning">0606 REQUEST HOC FOR RATES</hot:HotelSearchError>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="WW" HotelCode="64450" HotelLocation="LON" Name="THE WASHINGTON MAYFAIR HOTEL" VendorLocationKey="duFdJhqHSS6F8A5p/zNxVg=="

HotelTransportation="Walk" ReserveRequirement="Other" ParticipationLevel="Best Available Rate and Inside Shopper participant" Availability="Available">

<hot:PropertyAddress>

<hot:Address>LONDON GB</hot:Address>

</hot:PropertyAddress>

<com:CoordinateLocation latitude="51.5073" longitude="-0.146"/>

<com:Distance Units="MI" Value="1" Direction="SE"/>

<hot:HotelRating RatingProvider="NTM">

<hot:Rating>4</hot:Rating>

</hot:HotelRating>

<hot:Amenities>

<hot:Amenity Code="AICO"/>

<hot:Amenity Code="CHCA"/>

<hot:Amenity Code="HSPI"/>

<hot:Amenity Code="BRFT"/>

<hot:Amenity Code="CODE"/>

<hot:Amenity Code="CORO"/>

<hot:Amenity Code="COBR"/>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 31

<hot:Amenity Code="DINR"/>

<hot:Amenity Code="ELEV"/>

<hot:Amenity Code="ENTR"/>

<hot:Amenity Code="FAPL"/>

<hot:Amenity Code="GISH"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo MinimumAmount="GBP140.25" ApproximateMinimumAmount="AUD209.00" MinAmountRateChanged="true" MaximumAmount="GBP455.00" ApproximateMaximumAmount="AUD677.00" MaxAmountRateChanged="true"/>

</hot:HotelSearchResult>

Additional HotelSearchResult elements removed for brevity

</hot:HotelSearchAvailabilityRsp>

</SOAP:Body>

</SOAP:Envelope>

Hotel Rate and Rule Search with Preferred Currency for Galileo (1G)

A preferred currency is specified in the Hotel Rate and Rule Search request for Galileo. In the response, the new HotelRateDetail/HotelRateByDate @ApproximateBase and HotelRateDetail @ApproximateTotal values are returned.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsReq TargetBranch="TRGT_BRCH" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelProperty HotelChain="WW" HotelCode="64450" HotelLocation="LON" Name="THE WASHINGTON MAYFAIR HOTEL" VendorLocationKey="duFdJhqHSS6F8A5p/zNxVg==" HotelTransportation="Walk" ReserveRequirement="Other" ParticipationLevel="Best Available Rate and Inside Shopper participant" Availability="Available"></hot:HotelProperty>

<hot:HotelDetailsModifiers RateRuleDetail="Complete" NumberOfAdults="2" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="1G"/>

</com:PermittedProviders>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelDetailsModifiers>

</hot:HotelDetailsReq>

</SOAP:Body>

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsRsp TransactionId="A83437A10A0771BE4BDC0B6B6EFDAF16" ResponseTime="2771" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<hot:RequestedHotelDetails>

<hot:HotelProperty HotelChain="WW" HotelCode="64450" HotelLocation="LON" Name="THE WASHINGTON MAYFAIR HOTEL">

<hot:PropertyAddress>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 32

<hot:Address>5 Curzon Street</hot:Address>

<hot:Address>London W1J 5HE GB</hot:Address>

<hot:Address>Mayfair</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Business" Number="44 207-4997000"/>

<com:PhoneNumber Type="Fax" Number="44 207-4956172"/>

<com:Distance Units="MI" Value="9" Direction="W"/>

</hot:HotelProperty>

<hot:HotelDetailItem Name="Marketing Message">

<hot:Text>** CHECK WORLDHOTELS WORLD BREAKS **</hot:Text>

</hot:HotelDetailItem>

<hot:HotelRateDetail RatePlanType="AH20ZZZ" Base="GBP182.75" Tax="GBP137.70" Total="GBP826.20" ApproximateTotal="AUD1229.00">

<hot:RoomRateDescription Name="Total Includes">

<hot:Text>Total includes taxes, surcharges, fees and any extra options charges when applicable and specified in the request.</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>ADVANCE PURCHASE GDS ROOM ONLY RATE.CLASSIC ROOM/QUEEN BED/WORKDESK/15SQM./AIR CONDITION/ INTERNET ACCESS.</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Commission">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Rate Change Indicator">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Guarantee">

<hot:Text>Prepayment Required</hot:Text>

</hot:RoomRateDescription>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-16" Base="GBP140.25"/>

<hot:HotelRateByDate EffectiveDate="2013-09-16" ExpireDate="2013-09-19" Base="GBP182.75"/>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-19" ApproximateBase="AUD209.00"/>

<hot:RateMatchIndicator Type="RoomCount" Status="Available" Value="1"/>

<hot:RateMatchIndicator Type="AdultCount" Status="Available"/>

<hot:RateMatchIndicator Type="BedType" Status="Available" Value="C1Q"/>

<hot:CancelInfo NonRefundableStayIndicator="true"/>

<hot:Guarantee GuaranteeType="Prepayment"/>

</hot:HotelRateDetail>

<hot:HotelRateDetail RatePlanType="AH21ZZZ" Base="GBP182.75" Tax="GBP137.70" Total="GBP826.20" ApproximateTotal="AUD1229.00">

<hot:RoomRateDescription Name="Total Includes">

<hot:Text>Total includes taxes, surcharges, fees and any extra options charges when applicable and specified in the request.</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>ADVANCE PURCHASE GDS ROOM ONLY RATE.CLASSIC ROOM/TWIN BED/AIRCONDITION/15SQM.WORKING DESK/INTERNET ACCESS.</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Commission">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Rate Change Indicator">

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 33

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Guarantee">

<hot:Text>Prepayment Required</hot:Text>

</hot:RoomRateDescription>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-16" Base="GBP140.25"/>

<hot:HotelRateByDate EffectiveDate="2013-09-16" ExpireDate="2013-09-19" Base="GBP182.75"/>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-19" ApproximateBase="AUD209.00"/>

<hot:RateMatchIndicator Type="RoomCount" Status="Available" Value="1"/>

<hot:RateMatchIndicator Type="AdultCount" Status="Available"/>

<hot:RateMatchIndicator Type="BedType" Status="Available" Value="C2T"/>

<hot:CancelInfo NonRefundableStayIndicator="true"/>

<hot:Guarantee GuaranteeType="Prepayment"/>

</hot:HotelRateDetail>

<hot:HotelType SourceLink="true"/>

</hot:RequestedHotelDetails>

</hot:HotelDetailsRsp>

</SOAP:Body>

</SOAP:Envelope>

Preferred Currency with Worldspan (1P)

The workflow for Worldspan includes:

� Hotel Search

� Hotel Rate and Rule Search

Hotel Search with Preferred Currency for Worldspan (1P)

A preferred currency is specified in the Hotel Search request for Worldspan. In the response, the new RateInfo @ApproximateMinimumAmount and @ApproximateMaximumAmount values are returned.

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header/>

<SOAP:Body>

<hot:HotelSearchAvailabilityReq TargetBranch="TRGT_BRCH" xmlns:hot="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelLocation Location="LON"/>

<hot:HotelSearchModifiers NumberOfAdults="2" NumberOfRooms="1" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="1P"/>

</com:PermittedProviders>

</hot:HotelSearchModifiers>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelSearchAvailabilityReq>

</SOAP:Body>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 34

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelSearchAvailabilityRsp TransactionId="BB51E8580A0771BD01446C870114A237" ResponseTime="47469" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:common_v24_0="http://www.travelport.com/schema/common_v24_0">

<com:VendorLocation ProviderCode="1P" VendorCode="MU" VendorLocationID="10294" Key="gnQYQkGGQIuZvKCyDij0BQ=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="CP" VendorLocationID="0616" Key="ZQaevRZNTNar16mcEOFxww=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="CP" VendorLocationID="4277" Key="fDU2ZGFsT7+TF9x2PFgBzg=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="HI" VendorLocationID="2149" Key="ZD8/46d2QYCEtkwCDdxppg=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="HI" VendorLocationID="1706" Key="CTK8nPkITrm8CV6riGhjaA=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="HI" VendorLocationID="2515" Key="1Z8dSBZXRVmzY8rtkSW6bw=="/>

<com:VendorLocation ProviderCode="1P" VendorCode="RD" VendorLocationID="316" Key="ruTFeLauRKC4aspvT7a+OA=="/>

… Additional VendorLocation elements removed for brevity

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="CP" HotelCode="0616" HotelLocation="LON" Name="CROWNE PLAZA KENSINGTON" VendorLocationKey="ZQaevRZNTNar16mcEOFxww==" ParticipationLevel="Integrated Hotel Source Availability participant" Availability="Available" FeaturedProperty="true">

<hot:PropertyAddress>

<hot:Address>100 CROMWELL ROAD</hot:Address>

<hot:Address>LONDON SW7 4ER</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Fax" Number="44-20-73730559"/>

<com:PhoneNumber Type="Business" Number="44-871-9429022"/>

<com:Distance Units="MI" Value="2" Direction="SW"/>

<hot:Amenities>

<hot:Amenity Code="CHCA"/>

<hot:Amenity Code="BQFA"/>

<hot:Amenity Code="CODE"/>

<hot:Amenity Code="COSH"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="CHPR"/>

<hot:Amenity Code="CASI"/>

<hot:Amenity Code="CUEX"/>

<hot:Amenity Code="HECL"/>

<hot:Amenity Code="GOLF"/>

<hot:Amenity Code="HBRI"/>

<hot:Amenity Code="HADR"/>

<hot:Amenity Code="HAFA"/>

<hot:Amenity Code="IRBD"/>

<hot:Amenity Code="HSIF"/>

<hot:Amenity Code="HWFR"/>

<hot:Amenity Code="MESE"/>

<hot:Amenity Code="NSMR"/>

<hot:Amenity Code="ROSE"/>

<hot:Amenity Code="RTNT"/>

<hot:Amenity Code="SSKI"/>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 35

<hot:Amenity Code="TRAC"/>

<hot:Amenity Code="TNCT"/>

<hot:Amenity Code="WHAC"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumAmount="AUD225.26" ApproximateMaximumAmount="AUD500.78"/>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="CP" HotelCode="4277" HotelLocation="LON" Name="CROWNE PLAZA LONDON THE CITY" VendorLocationKey="fDU2ZGFsT7+TF9x2PFgBzg==" ParticipationLevel="Integrated Hotel Source Availability participant" Availability="Available" FeaturedProperty="true">

<hot:PropertyAddress>

<hot:Address>19 NEW BRIDGE STREET</hot:Address>

<hot:Address>LONDON EC4V 6DB</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Fax" Number="44-207-4388080"/>

<com:PhoneNumber Type="Business" Number="44-871-9429190"/>

<com:Distance Units="MI" Value="2" Direction="E"/>

<hot:Amenities>

<hot:Amenity Code="CHCA"/>

<hot:Amenity Code="COBU"/>

<hot:Amenity Code="BQFA"/>

<hot:Amenity Code="BUSE"/>

<hot:Amenity Code="CODE"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="CHPR"/>

<hot:Amenity Code="CUEX"/>

<hot:Amenity Code="EXFL"/>

<hot:Amenity Code="HECL"/>

<hot:Amenity Code="HBRI"/>

<hot:Amenity Code="HADR"/>

<hot:Amenity Code="HAFA"/>

<hot:Amenity Code="HWFE"/>

<hot:Amenity Code="IRBD"/>

<hot:Amenity Code="HSAF"/>

<hot:Amenity Code="INCO"/>

<hot:Amenity Code="MESE"/>

<hot:Amenity Code="NSMR"/>

<hot:Amenity Code="ROSE"/>

<hot:Amenity Code="RTNT"/>

<hot:Amenity Code="SEPA"/>

<hot:Amenity Code="TRAC"/>

<hot:Amenity Code="TNCT"/>

<hot:Amenity Code="VAPK"/>

<hot:Amenity Code="WHAC"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumAmount="AUD268.58" ApproximateMaximumAmount="AUD518.11"/>

</hot:HotelSearchResult>

<hot:HotelSearchResult>

<hot:HotelProperty HotelChain="HI" HotelCode="2149" HotelLocation="LON" Name="HOLIDAY INN KINGSCROSS" VendorLocationKey="ZD8/46d2QYCEtkwCDdxppg==" ParticipationLevel="Integrated Hotel Source Availability participant" Availability="Available" FeaturedProperty="true">

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 36

<hot:PropertyAddress>

<hot:Address>1 KINGS CROSS ROAD</hot:Address>

<hot:Address>LONDON WC1X 9HX</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Hotel" Number="X"/>

<com:PhoneNumber Type="Fax" Number="44-20-79176163"/>

<com:PhoneNumber Type="Business" Number="44-20-78333900"/>

<com:Distance Units="MI" Value="2" Direction="NE"/>

<hot:Amenities>

<hot:Amenity Code="AIDE"/>

<hot:Amenity Code="COBU"/>

<hot:Amenity Code="BQFA"/>

<hot:Amenity Code="BUSE"/>

<hot:Amenity Code="CODE"/>

<hot:Amenity Code="MEFA"/>

<hot:Amenity Code="CHPR"/>

<hot:Amenity Code="CARE"/>

<hot:Amenity Code="CUEX"/>

<hot:Amenity Code="EXFL"/>

<hot:Amenity Code="HECL"/>

<hot:Amenity Code="HADR"/>

<hot:Amenity Code="HAFA"/>

<hot:Amenity Code="HWFE"/>

<hot:Amenity Code="IRBD"/>

<hot:Amenity Code="HSIF"/>

<hot:Amenity Code="INCO"/>

<hot:Amenity Code="INPL"/>

<hot:Amenity Code="JZHT"/>

<hot:Amenity Code="MESE"/>

<hot:Amenity Code="NSMR"/>

<hot:Amenity Code="OUPL"/>

<hot:Amenity Code="ROSE"/>

<hot:Amenity Code="RTNT"/>

<hot:Amenity Code="TRAC"/>

<hot:Amenity Code="WHAC"/>

</hot:Amenities>

</hot:HotelProperty>

<hot:RateInfo ApproximateMinimumAmount="AUD157.68" ApproximateMaximumAmount="AUD268.58"/>

</hot:HotelSearchResult>

… Additional HotelSearchResult elements removed for brevity

</hot:HotelSearchAvailabilityRsp>

</SOAP:Body>

</SOAP:Envelope>

Sample XML style

Hotel Rate and Rule Search with Preferred Currency for Worldspan (1P)

A preferred currency is specified in the Rate and Rule Search request for Worldspan. In the response, the new HotelRateDetail/HotelRateByDate @ApproximateBase and @ApproximateTotal values are returned, if available. In this example, only the @ApproximateBase is returned.

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 37

Request

<SOAP:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsReq TargetBranch="TRGT_BRCH" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:com="http://www.travelport.com/schema/common_v24_0">

<com:BillingPointOfSaleInfo OriginApplication="UAPI"/>

<hot:HotelProperty HotelChain="CP" HotelCode="0616" HotelLocation="LON" Name="CROWNE PLAZA KENSINGTON" VendorLocationKey="ZQaevRZNTNar16mcEOFxww==" ParticipationLevel="Integrated Hotel Source Availability participant" Availability="Available" FeaturedProperty="true">

</hot:HotelProperty>

<hot:HotelDetailsModifiers RateRuleDetail="Complete" NumberOfAdults="2" PreferredCurrency="AUD">

<com:PermittedProviders>

<com:Provider Code="1P"/>

</com:PermittedProviders>

<hot:HotelStay>

<hot:CheckinDate>2013-09-15</hot:CheckinDate>

<hot:CheckoutDate>2013-09-19</hot:CheckoutDate>

</hot:HotelStay>

</hot:HotelDetailsModifiers>

</hot:HotelDetailsReq>

</SOAP:Body>

</SOAP:Envelope>

Response

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Body>

<hot:HotelDetailsRsp TransactionId="BB62F7F10A0771BE01265CF2DC2D650B" ResponseTime="743" xmlns:hotel="http://www.travelport.com/schema/hotel_v24_0" xmlns:common_v24_0="http://www.travelport.com/schema/common_v24_0">

<com:ResponseMessage Code="0" Type="Warning">0000000 NO DATA THIS KEYWORD-24</com:ResponseMessage>

<hot:RequestedHotelDetails>

<hot:HotelProperty HotelChain="CP" HotelCode="0616" HotelLocation="LHR" Name="CROWNE PLAZA KENSINGTON" Availability="Available">

<hot:PropertyAddress>

<hot:Address>100 CROMWELL ROAD</hot:Address>

<hot:Address>LONDON SW7 4ER</hot:Address>

</hot:PropertyAddress>

<com:PhoneNumber Type="Fax" Number="44-20-73730559"/>

<com:PhoneNumber Type="Hotel" Number="44-871-9429022"/>

</hot:HotelProperty>

<hot:HotelDetailItem Name="Credit Cards">

<hot:Text>-CREDIT CARDS ACCEPTED FOR PAYMENT - AMERICAN EXPRESS - DINERS CLUB - JCB - MASTERCARD - VISA</hot:Text>

</hot:HotelDetailItem>

<hot:HotelRateDetail RatePlanType="OSNNG8AL">

<hot:RoomRateDescription Name="Rate Change Indicator">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Total Includes">

<hot:Text>Hotel Total Base Rate, Total Tax and Total Amount are not returned by the Provider</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 38

<hot:Text>ADVANCE SAVER NO REFUNDS</hot:Text>

<hot:Text>1 DOUBLE BED STANDARD NONSMOKING FROM THE</hot:Text>

<hot:Text>COMFORT OF YOUR ROOM ENJOY A LARGE WORK AREA</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Guarantee">

<hot:Text>Deposit Required</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancel">

<hot:Text>Please reference the Cancellation Policy and Miscellaneous descriptions.</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancel Policy Exist">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Extra Charges">

<hot:Text>-TAX INCLUDED</hot:Text>

<hot:Text>VAT 20PCT</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Detail">

<hot:Text>-TOTAL ROOMS 162</hot:Text>

<hot:Text>-NUMBER OF FLOORS 8</hot:Text>

<hot:Text>-NBR OF NONSMOKING ROOMS 162</hot:Text>

<hot:Text>-NBR OF ROOMS FOR PHYSICALLY-CHALLENGED</hot:Text>

<hot:Text>GUESTS 162</hot:Text>

<hot:Text>-ROOM AMENITIES</hot:Text>

<hot:Text>-AVAILABLE IN ALL ROOMS</hot:Text>

<hot:Text>- ALARM CLOCK - BALCONY</hot:Text>

<hot:Text>- PHONE IN BATHROOM - BLURAY</hot:Text>

<hot:Text>- CABLE TV - COLOR TV</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Miscellaneous">

<hot:Text>Miscellaneous text returned </hot:Text>

<hot:Text>CREDIT CARDS - -CREDIT CARDS ACCEPTED FOR PAYMENT - AMERICAN EXPRESS - DINERS CLUB - JCB - MASTERCARD - VISA</hot:Text>

<hot:Text>CANCELLATION/REFUND - ** SEE RATE RULES FOR CANCELLATION/REFUND INFORMATION **</hot:Text>

<hot:Text>EXTRAS/OPTIONS - -TAX INCLUDED VAT 20PCT</hot:Text>

… Additional Text elements removed for brevity

</hot:RoomRateDescription>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-19" ApproximateBase="AUD254.72"/>

<hot:Guarantee GuaranteeType="Deposit"/>

</hot:HotelRateDetail>

<hot:HotelRateDetail RatePlanType="OSNN013A" RateGuaranteed="true">

<hot:RoomRateDescription Name="Rate Change Indicator">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Total Includes">

<hot:Text>Hotel Total Base Rate, Total Tax and Total Amount are not returned by the Provider</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Description">

<hot:Text>BEST FLEXIBLE RATE</hot:Text>

<hot:Text>1 DOUBLE BED STANDARD NONSMOKING FROM THE</hot:Text>

<hot:Text>COMFORT OF YOUR ROOM ENJOY A LARGE WORK AREA</hot:Text>

</hot:RoomRateDescription>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 39

<hot:RoomRateDescription Name="Guarantee">

<hot:Text>Guarantee Required</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancel">

<hot:Text>04P</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Cancel Policy Exist">

<hot:Text>Yes</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Extra Charges">

<hot:Text>-TAX INCLUDED</hot:Text>

<hot:Text>VAT 20PCT</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Room Detail">

<hot:Text>-TOTAL ROOMS 162</hot:Text>

<hot:Text>-NUMBER OF FLOORS 8</hot:Text>

<hot:Text>-NBR OF NONSMOKING ROOMS 162</hot:Text>

<hot:Text>-NBR OF ROOMS FOR PHYSICALLY-CHALLENGED</hot:Text>

<hot:Text>GUESTS 162</hot:Text>

<hot:Text>-ROOM AMENITIES</hot:Text>

<hot:Text>-AVAILABLE IN ALL ROOMS</hot:Text>

<hot:Text>- ALARM CLOCK - BALCONY</hot:Text>

<hot:Text>- PHONE IN BATHROOM - BLURAY</hot:Text>

<hot:Text>- CABLE TV - COLOR TV</hot:Text>

<hot:Text>- DVD PLAYER - DIRECT DIAL PHONE</hot:Text>

<hot:Text>- ELECTRICAL PLUG ADAPTERS- POWER OUTLET AT DESK</hot:Text>

<hot:Text>- HAIR DRYER - IRONING BOARD</hot:Text>

<hot:Text>- MP3LINEIN - MINIBAR</hot:Text>

<hot:Text>- PAYPERVIEW - VOLTAGE CONVERTERS</hot:Text>

<hot:Text>- RADIO - REMOTE CONTROL TV</hot:Text>

<hot:Text>- SAFE - TEMPERATURE CONTROL</hot:Text>

<hot:Text>- ADDITIONAL DESK OUTLET - STEREO</hot:Text>

<hot:Text>- TWO PHONE LINES - VOICE MAIL</hot:Text>

<hot:Text>- WORKDESK LAMP</hot:Text>

</hot:RoomRateDescription>

<hot:RoomRateDescription Name="Miscellaneous">

<hot:Text>POLICY - FAMILY POLICY- CHILDREN STAY FREE IN PARENTS ROOM USING EXISTING BEDDING PLEASE REVIEW HOTEL RATE RULES FOR ADDITIONAL INFORMATION -PET POLICY GUIDE DOGS ARE ALLOWED PLEASE CONTACT THE HOTEL PRIOR TO STAY SO THAT WE CAN ENSURE YOUR STAY IS AS COMFORTABLE AS POSSIBLE. -GENERAL POLICY ALL CONFIRMED RESERVATIONS WHICH OVERLAP SPECIAL EVENT DATES WILL BE SUBJECT TO THAT SPECIAL EVENTS DEPOSIT - CANCEL REQUIREMENTS. COMMISSION PROGRAM - PEGASUS COMMISSION COMMISSION PAID ON ALL MAJOR MARKETING PROGRAMS.AGENCIES IN EACH COUNTRY RECEIVE THEIR COMMISSION CHECKS IN THEIR OWN LOCAL CURRENCY.ONE CHECK WITH A COMPREHENSIVE LISTING OF ALL HOTEL BOOKINGS IS MAILED TO AN AGENCY BY THE 15TH BUSINESS DAY EACH MONTH. -CANCEL POLICY CANCEL POLICIES AND EARLY DEPARTURE FEES VARY BY HOTEL. SINCE A HOTEL CAN SET A CANCELLATION POLICY OF UP TO 30 DAYS IN ADVANCE PLEASE REVIEW POLICY PRIOR TO BOOKING TO AVOID POSSIBLE CHARGE. -GUARANTEE POLICY GUARANTEE REQUIRED FOR ALL ARRIVALS VARY BY HOTEL. PLEASE REVIEW THE AVAILABILITY AND RATE RULES FOR HOTEL GUARANTEE. ACCEPTED FOR GUARANTEE ARE CREDIT CARD AND PRE-APPROVED IATA ARC NUMBERS -DEPOSIT POLICY DEPOSIT POLICIES VARY BY HOTEL SINCE A HOTEL CAN SET A DEPOSIT POLICY OF UP TO 30 DAYS IN ADVANCE PLEASE REVIEW RATE RULES PRIOR TO BOOKING TO AVOID POSSIBLE CHARGE -MINIMUM STAY REQUIREMENTS MIN STAY IS DEFAULTED AT 1 MAX STAY IS DEFAULTED AT 99 -OVERSOLD POLICY HOTEL WILL FIND AND PAY FOR ALTERNATE HOTEL -GROUP POLICY MAXIMUM NUMBER OF ROOMS PER SEGMENT - 4 MAXIMUM NUMBER OF CONSECUTIVE DAYS- 99 GROUP RATES ARE NET NON COMMISSIONABLE AND ARE APPLICABLE TO ALL BONA FIDE GROUPS THAT OCCUPY A MINIMUM OF 10 ROOMS BOOKED IN MULTIPLE SEGMENTS AND - OR MULTIPLE PNRS FOR A RESERVED NIGHT.</hot:Text>

… Additional Text elements removed for brevity

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 40

</hot:RoomRateDescription>

<hot:HotelRateByDate EffectiveDate="2013-09-15" ExpireDate="2013-09-19" ApproximateBase="AUD362.16"/>

<hot:Guarantee GuaranteeType="Guarantee"/>

</hot:HotelRateDetail>

</hot:RequestedHotelDetails>

</hot:HotelDetailsRsp>

</SOAP:Body>

</SOAP:Envelope>

Developer Advisory: Travelport Universal API™ Preferred Currency and Approximate Rates for Hotel

30 July 2013 TRAVELPORT CONFIDENTIAL INFORMATION Page 41

Travelport provides this document for information purposes only and does not guarantee that the information contained in this document is accurate, current or complete.

This document and the products listed herein are subject to change without notice.

© 2013 Travelport. All rights reserved. All other trademarks are the property of their respective owners.