The Create Itinerary (CreateReservationRQ) API is used to create a Passenger Name Record (PNR) and create an itinerary with tour and rail segments.
Target Audience
Travel Agency
Airline Carrier
API Version
1.19.19
Authentication
Session Token
Service Action Code
CreateReservationRQ
This API makes it possible to add new Logical Records (LREC) to a PNR using name and segment associations. The response returns either all PNR information or limited PNR data restricted by using dedicated View and Subject Areas.
Sample Request
<ns7:CreateReservationRQ EchoToken="" xmlns:ns1="http://www.ebxml.org/namespaces/messageHeader" xmlns:ns2="http://www.w3.org/1999/xlink" xmlns:ns3="http://www.w3.org/2000/09/xmldsig#" xmlns:ns5="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns6="http://schemas.xmlsoap.org/ws/2002/12/secext" xmlns:ns7="http://webservices.sabre.com/pnrbuilder/v1_19" xmlns:or="http://services.sabre.com/res/or/v1_14" Version="1.19.19">
<ns7:RequestType commitTransaction="false" initialIgnore="false">Stateful</ns7:RequestType>
<ns7:ReturnOptions RetrievePNR="true"/>
<ns7:NewReservation>
<ns7:Itinerary>
<ns7:Product>
<or:ProductDetails>
<or:ProductName type="HHL">Lodging</or:ProductName>
<or:Lodging>
<or:ResGlobalInfo>
<or:BookingInfo RequestorID="SG11111" CorpDiscount="CD1234567" PromotionalCode="XJKGHLDE">
<or:BookingKey>c2b8d515-59f9-4a60-ae7e-78bf4e3b38b3</or:BookingKey>
</or:BookingInfo>
</or:ResGlobalInfo>
<or:Rooms>
<or:Room SegmentNumber="1" NonSmoking="true" BedTypeCode="3" AccessibilityInformation="3" RoomIndex="1">
<or:Guests>
<or:Guest LastName="ABONNES" Title="Mr" FirstName="VALIDE" Email="abn_valid@test.com" Type="10" Age="30" Index="1" LeadGuest="true" FrequentFlyerNumber="FLY12345" LoyaltyId="LOY12345">
<or:Contact Phone="528444380000" Mobile="123456789"/>
</or:Guest>
</or:Guests>
<or:SpecialInstructions>
<or:SpecialInstruction>RoadSide View Needed</or:SpecialInstruction>
</or:SpecialInstructions>
</or:Room>
</or:Rooms>
<or:SpecialInstructions>
<or:SpecialInstruction>Need a bunsen burner in the room.</or:SpecialInstruction>
</or:SpecialInstructions>
<or:PaymentInformation Type="DEPOSIT">
<or:FormOfPaymentReference newRef="8"/>
</or:PaymentInformation>
<or:POS>
<or:Source AgencyName="SABRE" ISOCountryCode="US" PseudoCityCode="TM71">
<or:RequestorID Type="5"/>
<or:AgencyAddress>
<or:AddressLine1>Wadowicka 6</or:AddressLine1>
<or:AddressLine2>Entrance D</or:AddressLine2>
<or:CityName CityCode="KRK">Krakow</or:CityName>
<or:StateProv StateCode="MP">StateProv</or:StateProv>
<or:PostalCode>30-718</or:PostalCode>
<or:CountryName Code="PL">Poland</or:CountryName>
</or:AgencyAddress>
<or:AgencyContact Phone="1229500001" Mobile="599000303" Fax="1229500002"/>
</or:Source>
</or:POS>
</or:Lodging>
</or:ProductDetails>
</ns7:Product>
</ns7:Itinerary>
<ns7:DkNumber>123456</ns7:DkNumber>
<ns7:ReceivedFrom>
<ns7:Name>PM</ns7:Name>
</ns7:ReceivedFrom>
<ns7:OpenReservationElement id="8" type="FP">
<or:FormOfPayment migrated="true">
<or:PaymentCard>
<or:PaymentType>CC</or:PaymentType>
<or:CardCode>VI</or:CardCode>
<or:CardNumber tokenized="true">4012I2183TV21881</or:CardNumber>
<or:ExpiryMonth>--01</or:ExpiryMonth>
<or:ExpiryYear>2025</or:ExpiryYear>
<or:FullCardHolderName>
<or:FirstName>ABONNES</or:FirstName>
<or:LastName>VALIDE</or:LastName>
<or:Email>abn_valid@test.com</or:Email>
</or:FullCardHolderName>
<or:Address>
<or:AddressLine>Wadowicka 6</or:AddressLine>
<or:AddressLine>Entrance D</or:AddressLine>
<or:CityName>CityName</or:CityName>
<or:StateProvince code="KR"/>
<or:StateProvinceCodes>
<or:Code>KR</or:Code>
</or:StateProvinceCodes>
<or:PostCode>30-415</or:PostCode>
<or:CountryCodes>
<or:Code>PL</or:Code>
</or:CountryCodes>
</or:Address>
<or:Phone>
<or:PhoneNumber>42342-234-24</or:PhoneNumber>
</or:Phone>
</or:PaymentCard>
</or:FormOfPayment>
</ns7:OpenReservationElement>
</ns7:NewReservation>
</ns7:CreateReservationRQ>
<ns7:RequestType commitTransaction="false" initialIgnore="false">Stateful</ns7:RequestType>
<ns7:ReturnOptions RetrievePNR="true"/>
<ns7:NewReservation>
<ns7:Itinerary>
<ns7:Product>
<or:ProductDetails>
<or:ProductName type="HHL">Lodging</or:ProductName>
<or:Lodging>
<or:ResGlobalInfo>
<or:BookingInfo RequestorID="SG11111" CorpDiscount="CD1234567" PromotionalCode="XJKGHLDE">
<or:BookingKey>c2b8d515-59f9-4a60-ae7e-78bf4e3b38b3</or:BookingKey>
</or:BookingInfo>
</or:ResGlobalInfo>
<or:Rooms>
<or:Room SegmentNumber="1" NonSmoking="true" BedTypeCode="3" AccessibilityInformation="3" RoomIndex="1">
<or:Guests>
<or:Guest LastName="ABONNES" Title="Mr" FirstName="VALIDE" Email="abn_valid@test.com" Type="10" Age="30" Index="1" LeadGuest="true" FrequentFlyerNumber="FLY12345" LoyaltyId="LOY12345">
<or:Contact Phone="528444380000" Mobile="123456789"/>
</or:Guest>
</or:Guests>
<or:SpecialInstructions>
<or:SpecialInstruction>RoadSide View Needed</or:SpecialInstruction>
</or:SpecialInstructions>
</or:Room>
</or:Rooms>
<or:SpecialInstructions>
<or:SpecialInstruction>Need a bunsen burner in the room.</or:SpecialInstruction>
</or:SpecialInstructions>
<or:PaymentInformation Type="DEPOSIT">
<or:FormOfPaymentReference newRef="8"/>
</or:PaymentInformation>
<or:POS>
<or:Source AgencyName="SABRE" ISOCountryCode="US" PseudoCityCode="TM71">
<or:RequestorID Type="5"/>
<or:AgencyAddress>
<or:AddressLine1>Wadowicka 6</or:AddressLine1>
<or:AddressLine2>Entrance D</or:AddressLine2>
<or:CityName CityCode="KRK">Krakow</or:CityName>
<or:StateProv StateCode="MP">StateProv</or:StateProv>
<or:PostalCode>30-718</or:PostalCode>
<or:CountryName Code="PL">Poland</or:CountryName>
</or:AgencyAddress>
<or:AgencyContact Phone="1229500001" Mobile="599000303" Fax="1229500002"/>
</or:Source>
</or:POS>
</or:Lodging>
</or:ProductDetails>
</ns7:Product>
</ns7:Itinerary>
<ns7:DkNumber>123456</ns7:DkNumber>
<ns7:ReceivedFrom>
<ns7:Name>PM</ns7:Name>
</ns7:ReceivedFrom>
<ns7:OpenReservationElement id="8" type="FP">
<or:FormOfPayment migrated="true">
<or:PaymentCard>
<or:PaymentType>CC</or:PaymentType>
<or:CardCode>VI</or:CardCode>
<or:CardNumber tokenized="true">4012I2183TV21881</or:CardNumber>
<or:ExpiryMonth>--01</or:ExpiryMonth>
<or:ExpiryYear>2025</or:ExpiryYear>
<or:FullCardHolderName>
<or:FirstName>ABONNES</or:FirstName>
<or:LastName>VALIDE</or:LastName>
<or:Email>abn_valid@test.com</or:Email>
</or:FullCardHolderName>
<or:Address>
<or:AddressLine>Wadowicka 6</or:AddressLine>
<or:AddressLine>Entrance D</or:AddressLine>
<or:CityName>CityName</or:CityName>
<or:StateProvince code="KR"/>
<or:StateProvinceCodes>
<or:Code>KR</or:Code>
</or:StateProvinceCodes>
<or:PostCode>30-415</or:PostCode>
<or:CountryCodes>
<or:Code>PL</or:Code>
</or:CountryCodes>
</or:Address>
<or:Phone>
<or:PhoneNumber>42342-234-24</or:PhoneNumber>
</or:Phone>
</or:PaymentCard>
</or:FormOfPayment>
</ns7:OpenReservationElement>
</ns7:NewReservation>
</ns7:CreateReservationRQ>
Sample Response
<stl19:CreateReservationRS xmlns:stl19="http://webservices.sabre.com/pnrbuilder/v1_19" xmlns:ns6="http://services.sabre.com/res/orr/v0" xmlns:or114="http://services.sabre.com/res/or/v1_14" xmlns:raw="http://tds.sabre.com/itinerary" xmlns:ns4="http://webservices.sabre.com/pnrconn/ReaccSearch" Version="1.19.19">
<stl19:Success>OK</stl19:Success>
<stl19:Reservation numberInParty="1" numberOfInfants="0" NumberInSegment="1">
<stl19:BookingDetails>
<stl19:RecordLocator>QIHEPL</stl19:RecordLocator>
<stl19:CreationTimestamp>2023-07-04T10:02:00</stl19:CreationTimestamp>
<stl19:SystemCreationTimestamp>2023-07-04T10:02:00</stl19:SystemCreationTimestamp>
<stl19:CreationAgentID>-KR</stl19:CreationAgentID>
<stl19:UpdateTimestamp>2023-07-04T10:03:49</stl19:UpdateTimestamp>
<stl19:PNRSequence>5</stl19:PNRSequence>
<stl19:FlightsRange Start="2023-09-27T12:15:00" End="2023-09-27T14:25:00"/>
<stl19:DivideSplitDetails/>
<stl19:EstimatedPurgeTimestamp>2023-09-27T00:00:00</stl19:EstimatedPurgeTimestamp>
<stl19:UpdateToken>a1eAjlTD0m7hwMz4ye2HYGfL0b7Wse24FasNZyHT7ttl5DamMCsJ3Q==</stl19:UpdateToken>
<stl19:ACSIssuedBagTags>false</stl19:ACSIssuedBagTags>
<stl19:VeryImportantTraveler>false</stl19:VeryImportantTraveler>
</stl19:BookingDetails>
<stl19:POS AirExtras="false" InhibitCode="U">
<stl19:Source BookingSource="TM61" AgentSine="-KR" PseudoCityCode="TM61" ISOCountry="US" AgentDutyCode="*" AirlineVendorID="AA" HomePseudoCityCode="HDQ" PrimeHostID="1S"/>
</stl19:POS>
<stl19:PassengerReservation>
<stl19:Passengers>
<stl19:Passenger id="6" nameType="S" passengerType="ADT" nameId="01.01" nameAssocId="1" elementId="pnr-6.1">
<stl19:LastName>ABONNES</stl19:LastName>
<stl19:FirstName>VALIDE</stl19:FirstName>
<stl19:Seats/>
</stl19:Passenger>
</stl19:Passengers>
<stl19:Segments>
<stl19:Poc>
<stl19:Airport>FCO</stl19:Airport>
<stl19:Departure>2023-09-27T12:15:00</stl19:Departure>
</stl19:Poc>
<stl19:Segment sequence="1" id="3">
<stl19:Air id="3" sequence="1" segmentAssociationId="2" isPast="false" DayOfWeekInd="3" ArrivalDayOfWeekInd="3" CodeShare="false" SpecialMeal="false" SmokingAllowed="false" ResBookDesigCode="Y" isIgnored="false">
<stl19:DepartureAirport>FCO</stl19:DepartureAirport>
<stl19:DepartureAirportCodeContext>IATA</stl19:DepartureAirportCodeContext>
<stl19:ArrivalAirport>CDG</stl19:ArrivalAirport>
<stl19:ArrivalAirportCodeContext>IATA</stl19:ArrivalAirportCodeContext>
<stl19:OperatingAirlineCode>AF</stl19:OperatingAirlineCode>
<stl19:OperatingAirlineShortName>AIR FRANCE</stl19:OperatingAirlineShortName>
<stl19:OperatingFlightNumber>1105</stl19:OperatingFlightNumber>
<stl19:EquipmentType>321</stl19:EquipmentType>
<stl19:MarketingAirlineCode>AF</stl19:MarketingAirlineCode>
<stl19:MarketingFlightNumber>1105</stl19:MarketingFlightNumber>
<stl19:OperatingClassOfService>Y</stl19:OperatingClassOfService>
<stl19:MarketingClassOfService>Y</stl19:MarketingClassOfService>
<stl19:MarriageGrp>
<stl19:Ind>0</stl19:Ind>
<stl19:Group>0</stl19:Group>
<stl19:Sequence>0</stl19:Sequence>
</stl19:MarriageGrp>
<stl19:Seats/>
<stl19:AirlineRefId>DCAF*3L9D5B</stl19:AirlineRefId>
<stl19:Eticket>true</stl19:Eticket>
<stl19:DepartureDateTime>2023-09-27T12:15:00</stl19:DepartureDateTime>
<stl19:ArrivalDateTime>2023-09-27T14:25:00</stl19:ArrivalDateTime>
<stl19:FlightNumber>1105</stl19:FlightNumber>
<stl19:ClassOfService>Y</stl19:ClassOfService>
<stl19:ActionCode>HK</stl19:ActionCode>
<stl19:PreviousActionCode>NN</stl19:PreviousActionCode>
<stl19:NumberInParty>1</stl19:NumberInParty>
<stl19:SegmentSpecialRequests/>
<stl19:inboundConnection>false</stl19:inboundConnection>
<stl19:outboundConnection>false</stl19:outboundConnection>
<stl19:ScheduleChangeIndicator>false</stl19:ScheduleChangeIndicator>
<stl19:SegmentBookedDate>2023-07-04T10:02:00</stl19:SegmentBookedDate>
<stl19:Banner>MARKETED BY AIR FRANCE</stl19:Banner>
<stl19:Informational>false</stl19:Informational>
<stl19:TimeSinceBooked>0h12m</stl19:TimeSinceBooked>
</stl19:Air>
</stl19:Segment>
<stl19:Segment sequence="2" id="31">
<stl19:Hotel id="31" sequence="2" isPast="false">
<or114:Reservation DayOfWeekInd="3" NumberInParty="01">
<or114:LineNumber>2</or114:LineNumber>
<or114:LineType>HHL</or114:LineType>
<or114:LineStatus>HK</or114:LineStatus>
<or114:POSRequestorID>99999999</or114:POSRequestorID>
<or114:SpecialPrefs>
<or114:Text>ROADSIDE VIEW NEEDED</or114:Text>
</or114:SpecialPrefs>
<or114:RoomType>
<or114:RoomTypeCode>AP7</or114:RoomTypeCode>
<or114:NumberOfUnits>1</or114:NumberOfUnits>
<or114:ShortText>AP7A00</or114:ShortText>
</or114:RoomType>
<or114:RoomRates>
<or114:AmountBeforeTax>203.15</or114:AmountBeforeTax>
<or114:CurrencyCode>EUR</or114:CurrencyCode>
</or114:RoomRates>
<or114:GuestCounts>
<or114:GuestCount>1</or114:GuestCount>
<or114:ExtraGuestCount>0</or114:ExtraGuestCount>
<or114:RollAwayCount>0</or114:RollAwayCount>
<or114:CribCount>0</or114:CribCount>
<or114:ReserveUnderName>ABONNES VALIDE</or114:ReserveUnderName>
<or114:Name>ABONNES VALIDE</or114:Name>
</or114:GuestCounts>
<or114:TimeSpanStart>2023-09-27T00:00:00</or114:TimeSpanStart>
<or114:TimeSpanDuration>1</or114:TimeSpanDuration>
<or114:TimeSpanEnd>2023-09-28T00:00:00</or114:TimeSpanEnd>
<or114:Guarantee>
<or114:Text>GDPSTVI4XXXXXXXXXXX1881EXP 01 25-VALIDE</or114:Text>
</or114:Guarantee>
<or114:ChainCode>MC</or114:ChainCode>
<or114:HotelCode>30737</or114:HotelCode>
<or114:HotelCityCode>CDG</or114:HotelCityCode>
<or114:HotelName>PARIS CDG AIRPORT MARRIOTT</or114:HotelName>
<or114:HotelTotalPricing>
<or114:TotalTax Amount="2.88">
<or114:Tax Id="1">2.88 CITY MUNICIPAL TAX</or114:Tax>
</or114:TotalTax>
<or114:ApproximateTotal AmountAndCurrency="206.03 EUR"/>
<or114:Disclaimer Id="1">INCLUDES TAXES AND SURCHARG</or114:Disclaimer>
</or114:HotelTotalPricing>
</or114:Reservation>
<or114:AdditionalInformation>
<or114:ConfirmationNumber DirectConnect="true">81009970-</or114:ConfirmationNumber>
<or114:Address>
<or114:AddressLine>5 ALLEE DU VERGER ZONE HOTELIE</or114:AddressLine>
<or114:CountryCode>FR</or114:CountryCode>
<or114:City>ROISSY EN FRANCE</or114:City>
<or114:ZipCode>95700</or114:ZipCode>
</or114:Address>
<or114:ContactNumbers>
<or114:PhoneNumber>33-1-34385353</or114:PhoneNumber>
<or114:FaxNumber>33-1-34385354</or114:FaxNumber>
</or114:ContactNumbers>
<or114:CancelPenaltyPolicyCode>NOR</or114:CancelPenaltyPolicyCode>
<or114:CustLoyaltyMembershipID>FLY12345</or114:CustLoyaltyMembershipID>
<or114:IDNumber>LOY12345</or114:IDNumber>
<or114:CorporateIDNumber>CD1234567</or114:CorporateIDNumber>
<or114:Commission>
<or114:Indicator>C</or114:Indicator>
<or114:Text>COMMISSIONABLE</or114:Text>
</or114:Commission>
</or114:AdditionalInformation>
<or114:SegmentText>203.15EUR/HTP-206.03 EUR/TX1-2.88 CITY MUNICIPAL TAX/CMN-C/CMT-COMMISSIONABLE/AGT-99999999/G-DPSTVI4XXXXXXXXXXX1881EXP 01 25-VALIDE/ID-LOY12345/FT-FLY12345/CD-CD1234567/NM-ABONNES VALIDE/C-NOR/HFN-PARIS CDG AIRPORT MARRIOTT/HSA-5 ALLEE DU VERGER ZONE HOTELIE/HCY-ROISSY EN FRANCE/HCC-FR/HPC-95700/HPH-33-1-34385353/HFX-33-1-34385354/TTX-2.88/UID-709BD1F72E100CTS2/PI-POP/RD-PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO/DS1-INCLUDES TAXES AND SURCHARG/IUR-X/SI-ROADSIDE VIEW NEEDED/CF-81009970-</or114:SegmentText>
</stl19:Hotel>
<stl19:Product sequence="2" id="31">
<or114:ProductBase>
<or114:SegmentReference>31</or114:SegmentReference>
</or114:ProductBase>
<or114:ProductDetails productCategory="AGTLCSSEGMENT" productType="HHL" vendorCode="MC" statusCode="HK" startPoint="CDG" startDateTime="2023-09-27T00:00:00" endPoint="CDG" endDateTime="2023-09-28T00:00:00">
<or114:ProductName type="HHL">Lodging</or114:ProductName>
<or114:Lodging LegacyCompatible="false">
<or114:ResGlobalInfo>
<or114:BookingInfo Status="39" RequestorID="SG11111" CorpDiscount="CD1234567" InfoSource="100" TransactionId="709bd1f72e100CTS2">
<or114:BookingKey>c2b8d515-59f9-4a60-ae7e-78bf4e3b38b3</or114:BookingKey>
<or114:HotelReservationIds>
<or114:HotelReservation Id="81009970" Type="40"/>
<or114:HotelReservation Id="QIHEPL" Type="24"/>
<or114:HotelReservation Id="99999999" Type="5"/>
</or114:HotelReservationIds>
</or114:BookingInfo>
<or114:HotelInfo HotelCode="100100488" CodeContext="GLOBAL" GlobalChainCode="MC" HotelName="PARIS CDG AIRPORT MARRIOTT" BrandCode="10002" SabreRating="4.0" ChainName="Marriott Hotels" BrandName="Marriott Hotels" SupplierChainCode="MC" SourceHotelCode="30737">
<or114:LocationInfo Latitude="49.00438" Longitude="2.52099">
<or114:Address>
<or114:AddressLine1>5 Allee Du Verger Zone Hotelie</or114:AddressLine1>
<or114:CityName CityCode="CDG">Roissy en France</or114:CityName>
<or114:PostalCode>95700</or114:PostalCode>
<or114:CountryName Code="FR">France</or114:CountryName>
</or114:Address>
<or114:Contact Phone="33-1-34385353" Fax="33-1-34385354"/>
</or114:LocationInfo>
<or114:Amenities>
<or114:Amenity Code="137" Description="Complimentary in-room coffee or tea"/>
<or114:Amenity Code="15" Description="Car rental desk"/>
<or114:Amenity Code="165" Description="Lounges/bars"/>
<or114:Amenity Code="179" Description="Wireless internet connection in public areas"/>
<or114:Amenity Code="198" Description="Non-smoking rooms (generic)"/>
<or114:Amenity Code="2006" Description="Refrigerator"/>
<or114:Amenity Code="2007" Description="In Room Safe"/>
<or114:Amenity Code="2014" Description="Family Room one"/>
<or114:Amenity Code="2016" Description="Rollaway adult"/>
<or114:Amenity Code="2017" Description="Crib charge"/>
<or114:Amenity Code="2018" Description="Extra person"/>
<or114:Amenity Code="215" Description="Exhibition/convention floor"/>
<or114:Amenity Code="22" Description="Concierge desk"/>
<or114:Amenity Code="228" Description="Business center"/>
<or114:Amenity Code="24" Description="Conference facilities"/>
<or114:Amenity Code="259" Description="High speed internet access" ComplimentaryInd="false"/>
<or114:Amenity Code="260" Description="Interior corridors"/>
<or114:Amenity Code="261" Description="High speed wireless"/>
<or114:Amenity Code="44" Description="Game room warning"/>
<or114:Amenity Code="48" Description="Health club"/>
<or114:Amenity Code="76" Description="Error Restaurant"/>
<or114:Amenity Code="77" Description="Room service"/>
<or114:Amenity Code="96" Description="Dry cleaning"/>
</or114:Amenities>
<or114:PropertyTypeInfo>
<or114:PropertyType Code="9" Description="Conference center"/>
</or114:PropertyTypeInfo>
</or114:HotelInfo>
<or114:StayDateRange StartDate="2023-09-27" EndDate="2023-09-28"/>
<or114:Total AmountAfterTax="206.03" CurrencyCode="EUR" Changed="false" SupplierChangedAmount="203.15"/>
<or114:AdditionalDetails>
<or114:AdditionalDetail Code="14">
<or114:Text>ADVANCE PURCHASE/NON-REFUNDABLE RATE- SEE RATE RULES</or114:Text>
<or114:Text>MARKETING MESSAGE LINE1</or114:Text>
<or114:Text>MARKETING MESSAGE LINE2</or114:Text>
<or114:Text>MARKETING MESSAGE LINE3</or114:Text>
<or114:Text>MARKETING MESSAGE LINE4</or114:Text>
</or114:AdditionalDetail>
</or114:AdditionalDetails>
<or114:Commission CommissionIndicator="true" Type="Variable">
<or114:CommissionDescription>
<or114:Text>COMMISSIONABLE</or114:Text>
</or114:CommissionDescription>
</or114:Commission>
</or114:ResGlobalInfo>
<or114:Rooms NumberOfRooms="1">
<or114:Room RoomType="PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY." InvBlockCode="AP7A00" SegmentNumber="4" NonSmoking="false" BedTypeCode="3" RoomIndex="1">
<or114:Guests>
<or114:Guest Type="10" Email="abn_valid@test.com" Age="30" Index="1" LeadGuest="true" FrequentFlyerNumber="FLY12345" LoyaltyId="LOY12345" Title="Mr" FirstName="VALIDE" LastName="ABONNES">
<or114:Contact Phone="528444380000" Mobile="123456789"/>
</or114:Guest>
</or114:Guests>
<or114:RoomDescription Name="PREPAY NONREF NO CHNG">
<or114:Text>PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY.</or114:Text>
</or114:RoomDescription>
<or114:RatePlan RatePlanName="PREPAY NONREF NO CHNG" PrepaidIndicator="false">
<or114:RatePlanDescription>
<or114:Text>PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY.</or114:Text>
</or114:RatePlanDescription>
<or114:RatePlanInclusions>
<or114:RatePlanInclusionDescription Name="Internet services"/>
</or114:RatePlanInclusions>
<or114:MealsIncluded>
<or114:MealIncluded/>
</or114:MealsIncluded>
<or114:RateInfo AmountBeforeTax="203.15" AmountAfterTax="206.03" CurrencyCode="EUR" NightlyRate="203.15">
<or114:AdditionalDetails>
<or114:AdditionalDetail Code="32">
<or114:Text>INCLUDES TAXES AND SURCHARGES</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="20">
<or114:Text>ADVANCE PURCHASE RATE</or114:Text>
<or114:Text>BOOK 03 DAYS BEFORE ARRIVAL</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="6">
<or114:Text>CREDIT CARD DEPOSITS ONLY</or114:Text>
<or114:Text>206.03 EUR DEPOSIT DUE</or114:Text>
<or114:Text>01 DAYS AFTER BOOKING</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="7">
<or114:Text>NO CHANGES ALLOWED</or114:Text>
<or114:Text>CANCEL PERMITTED UP TO 01 DAYS AFTER BOOKING</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="14">
<or114:Text>A DAILY CITY TAX OF EUR 2.88 PER PERSON WILL BE ADDED TO THE</or114:Text>
<or114:Text>ROOM RATE.</or114:Text>
<or114:Text>COMMITMENT-HTTPS//CLEAN*MARRIOTT*COM</or114:Text>
</or114:AdditionalDetail>
</or114:AdditionalDetails>
<or114:Taxes Amount="2.88" CurrencyCode="EUR">
<or114:TaxGroups>
<or114:TaxGroup Code="3" Amount="2.88" CurrencyCode="EUR">
<or114:TaxDescription>
<or114:Text>CITY / MUNICIPAL TAX</or114:Text>
</or114:TaxDescription>
</or114:TaxGroup>
</or114:TaxGroups>
</or114:Taxes>
<or114:CancelPenalties>
<or114:CancelPenalty Refundable="false">
<or114:PenaltyDescription>
<or114:Text>UP TO 01 DAYS AFTER BOOKING</or114:Text>
</or114:PenaltyDescription>
</or114:CancelPenalty>
</or114:CancelPenalties>
<or114:Guarantee GuaranteeType="DEP">
<or114:GuaranteesAccepted>
<or114:GuaranteeAccepted GuaranteeTypeCode="5"/>
</or114:GuaranteesAccepted>
</or114:Guarantee>
</or114:RateInfo>
</or114:RatePlan>
<or114:SpecialInstructions>
<or114:SpecialInstruction>RoadSide View Needed</or114:SpecialInstruction>
</or114:SpecialInstructions>
</or114:Room>
</or114:Rooms>
<or114:SpecialInstructions>
<or114:SpecialInstruction>Need a bunsen burner in the room.</or114:SpecialInstruction>
</or114:SpecialInstructions>
<or114:PaymentInformation Type="DEPOSIT">
<or114:FormOfPaymentReference newRef="8"/>
</or114:PaymentInformation>
<or114:POS>
<or114:Source AgencyName="SABRE" ISOCountryCode="US" PseudoCityCode="TM71">
<or114:RequestorID Type="5" Id="99999999" IdContext="IATA"/>
<or114:AgencyAddress>
<or114:AddressLine1>Wadowicka 6</or114:AddressLine1>
<or114:AddressLine2>Entrance D</or114:AddressLine2>
<or114:CityName CityCode="KRK">Krakow</or114:CityName>
<or114:StateProv StateCode="MP">StateProv</or114:StateProv>
<or114:PostalCode>30-718</or114:PostalCode>
<or114:CountryName Code="PL">Poland</or114:CountryName>
</or114:AgencyAddress>
<or114:AgencyContact Phone="1229500001" Mobile="599000303" Fax="1229500002"/>
</or114:Source>
</or114:POS>
</or114:Lodging>
</or114:ProductDetails>
</stl19:Product>
</stl19:Segment>
</stl19:Segments>
<stl19:TicketingInfo>
<stl19:FutureTicketing id="9" index="1" elementId="pnr-9">
<stl19:Code>TAW</stl19:Code>
</stl19:FutureTicketing>
</stl19:TicketingInfo>
<stl19:ItineraryPricing/>
</stl19:PassengerReservation>
<stl19:DKNumbers>
<stl19:DKNumber>123456</stl19:DKNumber>
</stl19:DKNumbers>
<stl19:ReceivedFrom>
<stl19:Name>PM</stl19:Name>
</stl19:ReceivedFrom>
<stl19:PhoneNumbers>
<stl19:PhoneNumber id="8" index="1" elementId="pnr-8">
<stl19:CityCode>BWI</stl19:CityCode>
<stl19:Number>8888</stl19:Number>
</stl19:PhoneNumber>
</stl19:PhoneNumbers>
<stl19:EmailAddresses/>
<stl19:SubscriptionCards>
<stl19:SubscriptionCard id="17">
<stl19:NameAssociation>
<stl19:AssociatedName>1</stl19:AssociatedName>
</stl19:NameAssociation>
<stl19:SubscriptionCardNumber>999426244</stl19:SubscriptionCardNumber>
<stl19:SubscriptionCardAirline>AF</stl19:SubscriptionCardAirline>
<stl19:FrequentFlyerNumber/>
<stl19:RejectedCard>false</stl19:RejectedCard>
<stl19:DateValidFrom>2021-10-19</stl19:DateValidFrom>
<stl19:DateValidTo>2023-10-18</stl19:DateValidTo>
<stl19:SubscriptionCardSegments>
<stl19:SubscriptionCardSegment>
<stl19:ValidSegmentAssociation>true</stl19:ValidSegmentAssociation>
<stl19:Segment>
<stl19:CarrierCode>AF</stl19:CarrierCode>
<stl19:FlightNumber>1105</stl19:FlightNumber>
<stl19:DepartureDate>2023-09-27</stl19:DepartureDate>
<stl19:BoardPoint>FCO</stl19:BoardPoint>
<stl19:OffPoint>CDG</stl19:OffPoint>
<stl19:ClassOfService>Y</stl19:ClassOfService>
</stl19:Segment>
<stl19:AssociatedItinerarySegment>2</stl19:AssociatedItinerarySegment>
<stl19:SubscriptionOrDiscountCode>RPFM</stl19:SubscriptionOrDiscountCode>
<stl19:PassengerTypeCode>CFM</stl19:PassengerTypeCode>
</stl19:SubscriptionCardSegment>
</stl19:SubscriptionCardSegments>
</stl19:SubscriptionCard>
</stl19:SubscriptionCards>
<stl19:GenericSpecialRequests id="13" type="A" msgType="S">
<stl19:Code>ADTK</stl19:Code>
<stl19:FreeText>TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</stl19:FreeText>
<stl19:AirlineCode>1S</stl19:AirlineCode>
<stl19:FullText>ADTK 1S TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="15" type="A" msgType="S">
<stl19:Code>OTHS</stl19:Code>
<stl19:FreeText>MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</stl19:FreeText>
<stl19:AirlineCode>1S</stl19:AirlineCode>
<stl19:FullText>OTHS 1S MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="23" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="24" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="25" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="26" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="27" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TTX 2.88 TTL TAX</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TTX 2.88 TTL TAX</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="28" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="29" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="30" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:AssociationMatrices>
<stl19:AssociationMatrix>
<stl19:Name>PssIDType</stl19:Name>
<stl19:Parent ref="pnr-31"/>
<stl19:Child ref="pnr-23"/>
<stl19:Child ref="pnr-24"/>
<stl19:Child ref="pnr-25"/>
<stl19:Child ref="pnr-26"/>
<stl19:Child ref="pnr-27"/>
<stl19:Child ref="pnr-28"/>
<stl19:Child ref="pnr-29"/>
<stl19:Child ref="pnr-30"/>
<stl19:Child ref="pnr-or-12"/>
</stl19:AssociationMatrix>
</stl19:AssociationMatrices>
<stl19:OpenReservationElements>
<or114:OpenReservationElement id="13" type="SRVC" elementId="pnr-13">
<or114:ServiceRequest airlineCode="1S" code="ADTK" serviceType="SSR" ssrType="AFX">
<or114:FreeText>TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</or114:FreeText>
<or114:FullText>ADTK 1S TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="15" type="SRVC" elementId="pnr-15">
<or114:ServiceRequest airlineCode="1S" code="OTHS" serviceType="SSR" ssrType="AFX">
<or114:FreeText>MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</or114:FreeText>
<or114:FullText>OTHS 1S MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="23" type="SRVC" elementId="pnr-23">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="24" type="SRVC" elementId="pnr-24">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="25" type="SRVC" elementId="pnr-25">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="26" type="SRVC" elementId="pnr-26">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="27" type="SRVC" elementId="pnr-27">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TTX 2.88 TTL TAX</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TTX 2.88 TTL TAX</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="28" type="SRVC" elementId="pnr-28">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="29" type="SRVC" elementId="pnr-29">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="30" type="SRVC" elementId="pnr-30">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
</stl19:OpenReservationElements>
</stl19:Reservation>
</stl19:CreateReservationRS>
<stl19:Success>OK</stl19:Success>
<stl19:Reservation numberInParty="1" numberOfInfants="0" NumberInSegment="1">
<stl19:BookingDetails>
<stl19:RecordLocator>QIHEPL</stl19:RecordLocator>
<stl19:CreationTimestamp>2023-07-04T10:02:00</stl19:CreationTimestamp>
<stl19:SystemCreationTimestamp>2023-07-04T10:02:00</stl19:SystemCreationTimestamp>
<stl19:CreationAgentID>-KR</stl19:CreationAgentID>
<stl19:UpdateTimestamp>2023-07-04T10:03:49</stl19:UpdateTimestamp>
<stl19:PNRSequence>5</stl19:PNRSequence>
<stl19:FlightsRange Start="2023-09-27T12:15:00" End="2023-09-27T14:25:00"/>
<stl19:DivideSplitDetails/>
<stl19:EstimatedPurgeTimestamp>2023-09-27T00:00:00</stl19:EstimatedPurgeTimestamp>
<stl19:UpdateToken>a1eAjlTD0m7hwMz4ye2HYGfL0b7Wse24FasNZyHT7ttl5DamMCsJ3Q==</stl19:UpdateToken>
<stl19:ACSIssuedBagTags>false</stl19:ACSIssuedBagTags>
<stl19:VeryImportantTraveler>false</stl19:VeryImportantTraveler>
</stl19:BookingDetails>
<stl19:POS AirExtras="false" InhibitCode="U">
<stl19:Source BookingSource="TM61" AgentSine="-KR" PseudoCityCode="TM61" ISOCountry="US" AgentDutyCode="*" AirlineVendorID="AA" HomePseudoCityCode="HDQ" PrimeHostID="1S"/>
</stl19:POS>
<stl19:PassengerReservation>
<stl19:Passengers>
<stl19:Passenger id="6" nameType="S" passengerType="ADT" nameId="01.01" nameAssocId="1" elementId="pnr-6.1">
<stl19:LastName>ABONNES</stl19:LastName>
<stl19:FirstName>VALIDE</stl19:FirstName>
<stl19:Seats/>
</stl19:Passenger>
</stl19:Passengers>
<stl19:Segments>
<stl19:Poc>
<stl19:Airport>FCO</stl19:Airport>
<stl19:Departure>2023-09-27T12:15:00</stl19:Departure>
</stl19:Poc>
<stl19:Segment sequence="1" id="3">
<stl19:Air id="3" sequence="1" segmentAssociationId="2" isPast="false" DayOfWeekInd="3" ArrivalDayOfWeekInd="3" CodeShare="false" SpecialMeal="false" SmokingAllowed="false" ResBookDesigCode="Y" isIgnored="false">
<stl19:DepartureAirport>FCO</stl19:DepartureAirport>
<stl19:DepartureAirportCodeContext>IATA</stl19:DepartureAirportCodeContext>
<stl19:ArrivalAirport>CDG</stl19:ArrivalAirport>
<stl19:ArrivalAirportCodeContext>IATA</stl19:ArrivalAirportCodeContext>
<stl19:OperatingAirlineCode>AF</stl19:OperatingAirlineCode>
<stl19:OperatingAirlineShortName>AIR FRANCE</stl19:OperatingAirlineShortName>
<stl19:OperatingFlightNumber>1105</stl19:OperatingFlightNumber>
<stl19:EquipmentType>321</stl19:EquipmentType>
<stl19:MarketingAirlineCode>AF</stl19:MarketingAirlineCode>
<stl19:MarketingFlightNumber>1105</stl19:MarketingFlightNumber>
<stl19:OperatingClassOfService>Y</stl19:OperatingClassOfService>
<stl19:MarketingClassOfService>Y</stl19:MarketingClassOfService>
<stl19:MarriageGrp>
<stl19:Ind>0</stl19:Ind>
<stl19:Group>0</stl19:Group>
<stl19:Sequence>0</stl19:Sequence>
</stl19:MarriageGrp>
<stl19:Seats/>
<stl19:AirlineRefId>DCAF*3L9D5B</stl19:AirlineRefId>
<stl19:Eticket>true</stl19:Eticket>
<stl19:DepartureDateTime>2023-09-27T12:15:00</stl19:DepartureDateTime>
<stl19:ArrivalDateTime>2023-09-27T14:25:00</stl19:ArrivalDateTime>
<stl19:FlightNumber>1105</stl19:FlightNumber>
<stl19:ClassOfService>Y</stl19:ClassOfService>
<stl19:ActionCode>HK</stl19:ActionCode>
<stl19:PreviousActionCode>NN</stl19:PreviousActionCode>
<stl19:NumberInParty>1</stl19:NumberInParty>
<stl19:SegmentSpecialRequests/>
<stl19:inboundConnection>false</stl19:inboundConnection>
<stl19:outboundConnection>false</stl19:outboundConnection>
<stl19:ScheduleChangeIndicator>false</stl19:ScheduleChangeIndicator>
<stl19:SegmentBookedDate>2023-07-04T10:02:00</stl19:SegmentBookedDate>
<stl19:Banner>MARKETED BY AIR FRANCE</stl19:Banner>
<stl19:Informational>false</stl19:Informational>
<stl19:TimeSinceBooked>0h12m</stl19:TimeSinceBooked>
</stl19:Air>
</stl19:Segment>
<stl19:Segment sequence="2" id="31">
<stl19:Hotel id="31" sequence="2" isPast="false">
<or114:Reservation DayOfWeekInd="3" NumberInParty="01">
<or114:LineNumber>2</or114:LineNumber>
<or114:LineType>HHL</or114:LineType>
<or114:LineStatus>HK</or114:LineStatus>
<or114:POSRequestorID>99999999</or114:POSRequestorID>
<or114:SpecialPrefs>
<or114:Text>ROADSIDE VIEW NEEDED</or114:Text>
</or114:SpecialPrefs>
<or114:RoomType>
<or114:RoomTypeCode>AP7</or114:RoomTypeCode>
<or114:NumberOfUnits>1</or114:NumberOfUnits>
<or114:ShortText>AP7A00</or114:ShortText>
</or114:RoomType>
<or114:RoomRates>
<or114:AmountBeforeTax>203.15</or114:AmountBeforeTax>
<or114:CurrencyCode>EUR</or114:CurrencyCode>
</or114:RoomRates>
<or114:GuestCounts>
<or114:GuestCount>1</or114:GuestCount>
<or114:ExtraGuestCount>0</or114:ExtraGuestCount>
<or114:RollAwayCount>0</or114:RollAwayCount>
<or114:CribCount>0</or114:CribCount>
<or114:ReserveUnderName>ABONNES VALIDE</or114:ReserveUnderName>
<or114:Name>ABONNES VALIDE</or114:Name>
</or114:GuestCounts>
<or114:TimeSpanStart>2023-09-27T00:00:00</or114:TimeSpanStart>
<or114:TimeSpanDuration>1</or114:TimeSpanDuration>
<or114:TimeSpanEnd>2023-09-28T00:00:00</or114:TimeSpanEnd>
<or114:Guarantee>
<or114:Text>GDPSTVI4XXXXXXXXXXX1881EXP 01 25-VALIDE</or114:Text>
</or114:Guarantee>
<or114:ChainCode>MC</or114:ChainCode>
<or114:HotelCode>30737</or114:HotelCode>
<or114:HotelCityCode>CDG</or114:HotelCityCode>
<or114:HotelName>PARIS CDG AIRPORT MARRIOTT</or114:HotelName>
<or114:HotelTotalPricing>
<or114:TotalTax Amount="2.88">
<or114:Tax Id="1">2.88 CITY MUNICIPAL TAX</or114:Tax>
</or114:TotalTax>
<or114:ApproximateTotal AmountAndCurrency="206.03 EUR"/>
<or114:Disclaimer Id="1">INCLUDES TAXES AND SURCHARG</or114:Disclaimer>
</or114:HotelTotalPricing>
</or114:Reservation>
<or114:AdditionalInformation>
<or114:ConfirmationNumber DirectConnect="true">81009970-</or114:ConfirmationNumber>
<or114:Address>
<or114:AddressLine>5 ALLEE DU VERGER ZONE HOTELIE</or114:AddressLine>
<or114:CountryCode>FR</or114:CountryCode>
<or114:City>ROISSY EN FRANCE</or114:City>
<or114:ZipCode>95700</or114:ZipCode>
</or114:Address>
<or114:ContactNumbers>
<or114:PhoneNumber>33-1-34385353</or114:PhoneNumber>
<or114:FaxNumber>33-1-34385354</or114:FaxNumber>
</or114:ContactNumbers>
<or114:CancelPenaltyPolicyCode>NOR</or114:CancelPenaltyPolicyCode>
<or114:CustLoyaltyMembershipID>FLY12345</or114:CustLoyaltyMembershipID>
<or114:IDNumber>LOY12345</or114:IDNumber>
<or114:CorporateIDNumber>CD1234567</or114:CorporateIDNumber>
<or114:Commission>
<or114:Indicator>C</or114:Indicator>
<or114:Text>COMMISSIONABLE</or114:Text>
</or114:Commission>
</or114:AdditionalInformation>
<or114:SegmentText>203.15EUR/HTP-206.03 EUR/TX1-2.88 CITY MUNICIPAL TAX/CMN-C/CMT-COMMISSIONABLE/AGT-99999999/G-DPSTVI4XXXXXXXXXXX1881EXP 01 25-VALIDE/ID-LOY12345/FT-FLY12345/CD-CD1234567/NM-ABONNES VALIDE/C-NOR/HFN-PARIS CDG AIRPORT MARRIOTT/HSA-5 ALLEE DU VERGER ZONE HOTELIE/HCY-ROISSY EN FRANCE/HCC-FR/HPC-95700/HPH-33-1-34385353/HFX-33-1-34385354/TTX-2.88/UID-709BD1F72E100CTS2/PI-POP/RD-PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO/DS1-INCLUDES TAXES AND SURCHARG/IUR-X/SI-ROADSIDE VIEW NEEDED/CF-81009970-</or114:SegmentText>
</stl19:Hotel>
<stl19:Product sequence="2" id="31">
<or114:ProductBase>
<or114:SegmentReference>31</or114:SegmentReference>
</or114:ProductBase>
<or114:ProductDetails productCategory="AGTLCSSEGMENT" productType="HHL" vendorCode="MC" statusCode="HK" startPoint="CDG" startDateTime="2023-09-27T00:00:00" endPoint="CDG" endDateTime="2023-09-28T00:00:00">
<or114:ProductName type="HHL">Lodging</or114:ProductName>
<or114:Lodging LegacyCompatible="false">
<or114:ResGlobalInfo>
<or114:BookingInfo Status="39" RequestorID="SG11111" CorpDiscount="CD1234567" InfoSource="100" TransactionId="709bd1f72e100CTS2">
<or114:BookingKey>c2b8d515-59f9-4a60-ae7e-78bf4e3b38b3</or114:BookingKey>
<or114:HotelReservationIds>
<or114:HotelReservation Id="81009970" Type="40"/>
<or114:HotelReservation Id="QIHEPL" Type="24"/>
<or114:HotelReservation Id="99999999" Type="5"/>
</or114:HotelReservationIds>
</or114:BookingInfo>
<or114:HotelInfo HotelCode="100100488" CodeContext="GLOBAL" GlobalChainCode="MC" HotelName="PARIS CDG AIRPORT MARRIOTT" BrandCode="10002" SabreRating="4.0" ChainName="Marriott Hotels" BrandName="Marriott Hotels" SupplierChainCode="MC" SourceHotelCode="30737">
<or114:LocationInfo Latitude="49.00438" Longitude="2.52099">
<or114:Address>
<or114:AddressLine1>5 Allee Du Verger Zone Hotelie</or114:AddressLine1>
<or114:CityName CityCode="CDG">Roissy en France</or114:CityName>
<or114:PostalCode>95700</or114:PostalCode>
<or114:CountryName Code="FR">France</or114:CountryName>
</or114:Address>
<or114:Contact Phone="33-1-34385353" Fax="33-1-34385354"/>
</or114:LocationInfo>
<or114:Amenities>
<or114:Amenity Code="137" Description="Complimentary in-room coffee or tea"/>
<or114:Amenity Code="15" Description="Car rental desk"/>
<or114:Amenity Code="165" Description="Lounges/bars"/>
<or114:Amenity Code="179" Description="Wireless internet connection in public areas"/>
<or114:Amenity Code="198" Description="Non-smoking rooms (generic)"/>
<or114:Amenity Code="2006" Description="Refrigerator"/>
<or114:Amenity Code="2007" Description="In Room Safe"/>
<or114:Amenity Code="2014" Description="Family Room one"/>
<or114:Amenity Code="2016" Description="Rollaway adult"/>
<or114:Amenity Code="2017" Description="Crib charge"/>
<or114:Amenity Code="2018" Description="Extra person"/>
<or114:Amenity Code="215" Description="Exhibition/convention floor"/>
<or114:Amenity Code="22" Description="Concierge desk"/>
<or114:Amenity Code="228" Description="Business center"/>
<or114:Amenity Code="24" Description="Conference facilities"/>
<or114:Amenity Code="259" Description="High speed internet access" ComplimentaryInd="false"/>
<or114:Amenity Code="260" Description="Interior corridors"/>
<or114:Amenity Code="261" Description="High speed wireless"/>
<or114:Amenity Code="44" Description="Game room warning"/>
<or114:Amenity Code="48" Description="Health club"/>
<or114:Amenity Code="76" Description="Error Restaurant"/>
<or114:Amenity Code="77" Description="Room service"/>
<or114:Amenity Code="96" Description="Dry cleaning"/>
</or114:Amenities>
<or114:PropertyTypeInfo>
<or114:PropertyType Code="9" Description="Conference center"/>
</or114:PropertyTypeInfo>
</or114:HotelInfo>
<or114:StayDateRange StartDate="2023-09-27" EndDate="2023-09-28"/>
<or114:Total AmountAfterTax="206.03" CurrencyCode="EUR" Changed="false" SupplierChangedAmount="203.15"/>
<or114:AdditionalDetails>
<or114:AdditionalDetail Code="14">
<or114:Text>ADVANCE PURCHASE/NON-REFUNDABLE RATE- SEE RATE RULES</or114:Text>
<or114:Text>MARKETING MESSAGE LINE1</or114:Text>
<or114:Text>MARKETING MESSAGE LINE2</or114:Text>
<or114:Text>MARKETING MESSAGE LINE3</or114:Text>
<or114:Text>MARKETING MESSAGE LINE4</or114:Text>
</or114:AdditionalDetail>
</or114:AdditionalDetails>
<or114:Commission CommissionIndicator="true" Type="Variable">
<or114:CommissionDescription>
<or114:Text>COMMISSIONABLE</or114:Text>
</or114:CommissionDescription>
</or114:Commission>
</or114:ResGlobalInfo>
<or114:Rooms NumberOfRooms="1">
<or114:Room RoomType="PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY." InvBlockCode="AP7A00" SegmentNumber="4" NonSmoking="false" BedTypeCode="3" RoomIndex="1">
<or114:Guests>
<or114:Guest Type="10" Email="abn_valid@test.com" Age="30" Index="1" LeadGuest="true" FrequentFlyerNumber="FLY12345" LoyaltyId="LOY12345" Title="Mr" FirstName="VALIDE" LastName="ABONNES">
<or114:Contact Phone="528444380000" Mobile="123456789"/>
</or114:Guest>
</or114:Guests>
<or114:RoomDescription Name="PREPAY NONREF NO CHNG">
<or114:Text>PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY.</or114:Text>
</or114:RoomDescription>
<or114:RatePlan RatePlanName="PREPAY NONREF NO CHNG" PrepaidIndicator="false">
<or114:RatePlanDescription>
<or114:Text>PREPAY NON-REFUNDABLE NON-CHANGEABLE, PREPAY IN FULL, NO CHANGES, DELUXE, GUEST ROOM, 1 KING MAX OCCUPANCY- 2 GUESTS DELUXE, 1 KING, MINI FRIDGE, 28SQM/301SQFT, LIVING/SITTING AREA, WIRELESS INTERNET, FOR A FEE, WIRED INTERNET, FOR A FEE A CREDIT CARD IS REQUIRED FOR PAYMENT TO GUARANTEE THE PREPAY NON-REFUNDABLE NON-CHANGEABLE RATE. PREPAY RATES WILL BE CHARGED THE FULL COST OF THE RESERVATION WITHIN 24 HOURS OF MAKING THE RESERVATION. IF PAYMENT IS UNSUCCESSFUL WITHIN 48 HOURS OF MAKING THE RESERVATION, THE HOTEL RESERVES THE RIGHT TO CANCEL THE RESERVATION. DATE CHANGES TO THE RESERVATION ARE NOT ALLOWED. CANCELLATION WILL RESULT IN FORFEITURE OF THE PREPAYMENT. THE CREDIT CARD USED AT THE TIME OF MAKING THE RESERVATION MUST BE VALID FOR THE ENTIRE STAY.</or114:Text>
</or114:RatePlanDescription>
<or114:RatePlanInclusions>
<or114:RatePlanInclusionDescription Name="Internet services"/>
</or114:RatePlanInclusions>
<or114:MealsIncluded>
<or114:MealIncluded/>
</or114:MealsIncluded>
<or114:RateInfo AmountBeforeTax="203.15" AmountAfterTax="206.03" CurrencyCode="EUR" NightlyRate="203.15">
<or114:AdditionalDetails>
<or114:AdditionalDetail Code="32">
<or114:Text>INCLUDES TAXES AND SURCHARGES</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="20">
<or114:Text>ADVANCE PURCHASE RATE</or114:Text>
<or114:Text>BOOK 03 DAYS BEFORE ARRIVAL</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="6">
<or114:Text>CREDIT CARD DEPOSITS ONLY</or114:Text>
<or114:Text>206.03 EUR DEPOSIT DUE</or114:Text>
<or114:Text>01 DAYS AFTER BOOKING</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="7">
<or114:Text>NO CHANGES ALLOWED</or114:Text>
<or114:Text>CANCEL PERMITTED UP TO 01 DAYS AFTER BOOKING</or114:Text>
</or114:AdditionalDetail>
<or114:AdditionalDetail Code="14">
<or114:Text>A DAILY CITY TAX OF EUR 2.88 PER PERSON WILL BE ADDED TO THE</or114:Text>
<or114:Text>ROOM RATE.</or114:Text>
<or114:Text>COMMITMENT-HTTPS//CLEAN*MARRIOTT*COM</or114:Text>
</or114:AdditionalDetail>
</or114:AdditionalDetails>
<or114:Taxes Amount="2.88" CurrencyCode="EUR">
<or114:TaxGroups>
<or114:TaxGroup Code="3" Amount="2.88" CurrencyCode="EUR">
<or114:TaxDescription>
<or114:Text>CITY / MUNICIPAL TAX</or114:Text>
</or114:TaxDescription>
</or114:TaxGroup>
</or114:TaxGroups>
</or114:Taxes>
<or114:CancelPenalties>
<or114:CancelPenalty Refundable="false">
<or114:PenaltyDescription>
<or114:Text>UP TO 01 DAYS AFTER BOOKING</or114:Text>
</or114:PenaltyDescription>
</or114:CancelPenalty>
</or114:CancelPenalties>
<or114:Guarantee GuaranteeType="DEP">
<or114:GuaranteesAccepted>
<or114:GuaranteeAccepted GuaranteeTypeCode="5"/>
</or114:GuaranteesAccepted>
</or114:Guarantee>
</or114:RateInfo>
</or114:RatePlan>
<or114:SpecialInstructions>
<or114:SpecialInstruction>RoadSide View Needed</or114:SpecialInstruction>
</or114:SpecialInstructions>
</or114:Room>
</or114:Rooms>
<or114:SpecialInstructions>
<or114:SpecialInstruction>Need a bunsen burner in the room.</or114:SpecialInstruction>
</or114:SpecialInstructions>
<or114:PaymentInformation Type="DEPOSIT">
<or114:FormOfPaymentReference newRef="8"/>
</or114:PaymentInformation>
<or114:POS>
<or114:Source AgencyName="SABRE" ISOCountryCode="US" PseudoCityCode="TM71">
<or114:RequestorID Type="5" Id="99999999" IdContext="IATA"/>
<or114:AgencyAddress>
<or114:AddressLine1>Wadowicka 6</or114:AddressLine1>
<or114:AddressLine2>Entrance D</or114:AddressLine2>
<or114:CityName CityCode="KRK">Krakow</or114:CityName>
<or114:StateProv StateCode="MP">StateProv</or114:StateProv>
<or114:PostalCode>30-718</or114:PostalCode>
<or114:CountryName Code="PL">Poland</or114:CountryName>
</or114:AgencyAddress>
<or114:AgencyContact Phone="1229500001" Mobile="599000303" Fax="1229500002"/>
</or114:Source>
</or114:POS>
</or114:Lodging>
</or114:ProductDetails>
</stl19:Product>
</stl19:Segment>
</stl19:Segments>
<stl19:TicketingInfo>
<stl19:FutureTicketing id="9" index="1" elementId="pnr-9">
<stl19:Code>TAW</stl19:Code>
</stl19:FutureTicketing>
</stl19:TicketingInfo>
<stl19:ItineraryPricing/>
</stl19:PassengerReservation>
<stl19:DKNumbers>
<stl19:DKNumber>123456</stl19:DKNumber>
</stl19:DKNumbers>
<stl19:ReceivedFrom>
<stl19:Name>PM</stl19:Name>
</stl19:ReceivedFrom>
<stl19:PhoneNumbers>
<stl19:PhoneNumber id="8" index="1" elementId="pnr-8">
<stl19:CityCode>BWI</stl19:CityCode>
<stl19:Number>8888</stl19:Number>
</stl19:PhoneNumber>
</stl19:PhoneNumbers>
<stl19:EmailAddresses/>
<stl19:SubscriptionCards>
<stl19:SubscriptionCard id="17">
<stl19:NameAssociation>
<stl19:AssociatedName>1</stl19:AssociatedName>
</stl19:NameAssociation>
<stl19:SubscriptionCardNumber>999426244</stl19:SubscriptionCardNumber>
<stl19:SubscriptionCardAirline>AF</stl19:SubscriptionCardAirline>
<stl19:FrequentFlyerNumber/>
<stl19:RejectedCard>false</stl19:RejectedCard>
<stl19:DateValidFrom>2021-10-19</stl19:DateValidFrom>
<stl19:DateValidTo>2023-10-18</stl19:DateValidTo>
<stl19:SubscriptionCardSegments>
<stl19:SubscriptionCardSegment>
<stl19:ValidSegmentAssociation>true</stl19:ValidSegmentAssociation>
<stl19:Segment>
<stl19:CarrierCode>AF</stl19:CarrierCode>
<stl19:FlightNumber>1105</stl19:FlightNumber>
<stl19:DepartureDate>2023-09-27</stl19:DepartureDate>
<stl19:BoardPoint>FCO</stl19:BoardPoint>
<stl19:OffPoint>CDG</stl19:OffPoint>
<stl19:ClassOfService>Y</stl19:ClassOfService>
</stl19:Segment>
<stl19:AssociatedItinerarySegment>2</stl19:AssociatedItinerarySegment>
<stl19:SubscriptionOrDiscountCode>RPFM</stl19:SubscriptionOrDiscountCode>
<stl19:PassengerTypeCode>CFM</stl19:PassengerTypeCode>
</stl19:SubscriptionCardSegment>
</stl19:SubscriptionCardSegments>
</stl19:SubscriptionCard>
</stl19:SubscriptionCards>
<stl19:GenericSpecialRequests id="13" type="A" msgType="S">
<stl19:Code>ADTK</stl19:Code>
<stl19:FreeText>TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</stl19:FreeText>
<stl19:AirlineCode>1S</stl19:AirlineCode>
<stl19:FullText>ADTK 1S TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="15" type="A" msgType="S">
<stl19:Code>OTHS</stl19:Code>
<stl19:FreeText>MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</stl19:FreeText>
<stl19:AirlineCode>1S</stl19:AirlineCode>
<stl19:FullText>OTHS 1S MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="23" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="24" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="25" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="26" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="27" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TTX 2.88 TTL TAX</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TTX 2.88 TTL TAX</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="28" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="29" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:GenericSpecialRequests id="30" type="G" msgType="O">
<stl19:FreeText>HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</stl19:FreeText>
<stl19:AirlineCode>MC</stl19:AirlineCode>
<stl19:FullText>MC HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</stl19:FullText>
</stl19:GenericSpecialRequests>
<stl19:AssociationMatrices>
<stl19:AssociationMatrix>
<stl19:Name>PssIDType</stl19:Name>
<stl19:Parent ref="pnr-31"/>
<stl19:Child ref="pnr-23"/>
<stl19:Child ref="pnr-24"/>
<stl19:Child ref="pnr-25"/>
<stl19:Child ref="pnr-26"/>
<stl19:Child ref="pnr-27"/>
<stl19:Child ref="pnr-28"/>
<stl19:Child ref="pnr-29"/>
<stl19:Child ref="pnr-30"/>
<stl19:Child ref="pnr-or-12"/>
</stl19:AssociationMatrix>
</stl19:AssociationMatrices>
<stl19:OpenReservationElements>
<or114:OpenReservationElement id="13" type="SRVC" elementId="pnr-13">
<or114:ServiceRequest airlineCode="1S" code="ADTK" serviceType="SSR" ssrType="AFX">
<or114:FreeText>TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</or114:FreeText>
<or114:FullText>ADTK 1S TO AF BY 11JUL 1100 BWI OTHERWISE WILL BE XLD</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="15" type="SRVC" elementId="pnr-15">
<or114:ServiceRequest airlineCode="1S" code="OTHS" serviceType="SSR" ssrType="AFX">
<or114:FreeText>MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</or114:FreeText>
<or114:FullText>OTHS 1S MISSING SSR CTCM MOBILE OR SSR CTCE EMAIL OR SSR CTCR NON-CONSENT FOR AF</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="23" type="SRVC" elementId="pnr-23">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D PREPAY NONREF NO CHNG</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="24" type="SRVC" elementId="pnr-24">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 C UP TO 01 DAYS AFTER BOOKING</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="25" type="SRVC" elementId="pnr-25">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D PREPAY NON-REFUNDABLE NON-CH</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="26" type="SRVC" elementId="pnr-26">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 D ANGEABLE, PREPAY IN FULL, NO</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="27" type="SRVC" elementId="pnr-27">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TTX 2.88 TTL TAX</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TTX 2.88 TTL TAX</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="28" type="SRVC" elementId="pnr-28">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TX 2.88 CITY / MUNICIPAL TAX</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="29" type="SRVC" elementId="pnr-29">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TP 206.03 EUR APPROX. TTL PRIC</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
<or114:OpenReservationElement id="30" type="SRVC" elementId="pnr-30">
<or114:ServiceRequest airlineCode="MC" serviceType="OSI" ssrType="GFX">
<or114:FreeText>HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</or114:FreeText>
<or114:FullText>MC HHL 100100488 AP7A00 TD INCLUDES TAXES AND SURCHARG</or114:FullText>
</or114:ServiceRequest>
</or114:OpenReservationElement>
</stl19:OpenReservationElements>
</stl19:Reservation>
</stl19:CreateReservationRS>