- Created by Pavel A. Smirnov (Deactivated), last modified by Uliana Arefina on 02.09.2023
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
Samples
Fare rules. OW + 1xADT + Direct + S7 flight | v0.52 | flightInfo operation
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <FlightPriceRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>Basic-Auth*</AgentUserID> </AgentUserSender> </Sender> </Party> <Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>FareRules</GroupCode> <SubGroupCode>true</SubGroupCode> </ServiceFilter> </ServiceFilters> </Parameters> <Travelers> <Traveler> <AnonymousTraveler> <PTC Quantity="1">ADT</PTC> </AnonymousTraveler> </Traveler> </Travelers> <Query> <OriginDestination> <Flight> <Departure> <AirportCode>OVB</AirportCode> <Date>2023-03-28</Date> </Departure> <Arrival> <AirportCode>DME</AirportCode> <Date>2023-03-28</Date> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>2508</FlightNumber> </MarketingCarrier> <ClassOfService> <Code>Y</Code> <MarketingName>YBSOW</MarketingName> </ClassOfService> </Flight> </OriginDestination> </Query> </FlightPriceRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:FlightPriceRS Version="2.000"> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:AirlineOffers> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">59164</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">58850</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">314</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">59164</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">314</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">58850</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">Y</ns3:Code> <ns3:MarketingName>YBSOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSOW</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>YBSOW SEG1</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC1"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">58850</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">314</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:DataLists> <ns3:AnonymousTravelerList> <ns3:AnonymousTraveler ObjectKey="SH1"> <ns3:PTC Quantity="1">ADT</ns3:PTC> </ns3:AnonymousTraveler> </ns3:AnonymousTravelerList> <ns3:CarryOnAllowanceList> <ns3:CarryOnAllowance ListKey="CO1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:Descriptions> <ns3:Description> <ns3:Text>10KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> </ns3:CarryOnAllowanceList> <ns3:CheckedBagAllowanceList> <ns3:CheckedBagAllowance ListKey="BG1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>NO</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description/> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> </ns3:CheckedBagAllowanceList> <ns3:DisclosureList> <ns3:Disclosures ListKey="FR1"> <ns3:Description ObjectKey="FR1CAT0"> <ns3:Text>S7 ECONOMY CLASS BASIC FARES - ДЛЯ ЭКОНОМИЧЕСКОГО КЛАССА ОБСЛУЖИВАНИЯ - ДЛЯ ПЕРЕВОЗКИ В ОДНУ СТОРОНУ (OW) ПРИМЕЧАНИЕ. INCLUDED- -CABIN BAGGAGE UP TO 10 KG PER PASSENGER NUMBER OF ITEMS IS NOT LIMITED THE TOTAL SIZE OF ALL ITEMS SHOULD NOT EXCEED 118 CM/55X40X23/ THE TOTAL WEIGHT OF ALL ITEMS SHOULD NOT EXCEED 10 KG -MILES ACCRUAL IN ACCORDANCE WITH AIRLINE RULES NOT OFFERED- -FREE BAGGAGE ALLOWANCE -TRAVEL KIT -PRIORITY CHECK-IN -PRIORITY SECURITY AND PASSPORT CONTROL -PRIORITY BOARDING AT CHARGE- -EXTRA BAG /ALL CHECKED BAGS/ -SEAT SELECTION DURING SALE AT CHARGE /NOT FOR EXTRA SPACE SEAT/ -SEAT SELECTION DURING CHECK-IN AT THE AIRPORT AT CHARGE /NOT FOR EXTRA SPACE SEAT/ -EXTRA SPACE SEAT -SPECIAL MEAL /IF AVAILABLE/ -CARRIAGE OF SKI/SNOWBOARD EQUIPMENT -LOUNGE ACCESS -UPGRADE TO BUSINESS WITHOUT LOUNGE ACCESS /VIA WWW.S7.RU OR DURING CHECK-IN AT THE AIRPORT/ -SMS NOTIFICATION -TICKET REFUNDABILITY </ns3:Text> <ns3:MarkupStyle>00. ПРИМЕНЕНИЕ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT1"> <ns3:Text> ПРИМЕЧАНИЕ. -UNACCOMPANIED CHILDREN ARE NOT ELIGIBLE. -UNACCOMPANIED INFANTS ARE NOT ELIGIBLE. </ns3:Text> <ns3:MarkupStyle>01. ИЗБИРАЕМОСТЬ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT4"> <ns3:Text>ПЕРЕВОЗКА ДОЛЖНА ВЫПОЛНЯТЬСЯ НЕ НА РЕЙСАХ С74000-С74999 И ПЕРЕВОЗКА ДОЛЖНА ВЫПОЛНЯТЬСЯ НА РЕЙСАХ С7 ПРИМЕЧАНИЕ. -NOT VALID ON ANY CODE SHARE FLIGHTS WHERE S7 IS A MARKETING CARRIER. -SEE FARE DISPLAY FOR ROUTING INFORMATION. </ns3:Text> <ns3:MarkupStyle>04. ПРИМЕНЕНИЕ РЕЙСОВ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT5"> <ns3:Text>БРОНИРОВАНИЕ ПРОИЗВОДИТСЯ: ЗА 14 СУТ И БОЛЕЕ ДО ВЫЛЕТА НА ВСЕХ УЧАСТКАХ БРОНИРОВАНИЕ ДОЛЖНО БЫТЬ ПОДТВЕРЖДЕНО ОФОРМЛЕНИЕ ПРОИЗВОДИТСЯ НЕ ПОЗДНЕЕ ЧЕМ: - ЧЕРЕЗ 72 ЧАС ПОСЛЕ БРОНИРОВАНИЯ ИЛИ БРОНИРОВАНИЕ ПРОИЗВОДИТСЯ: ЗА 7 СУТ И БОЛЕЕ ДО ВЫЛЕТА НА ВСЕХ УЧАСТКАХ БРОНИРОВАНИЕ ДОЛЖНО БЫТЬ ПОДТВЕРЖДЕНО ОФОРМЛЕНИЕ ПРОИЗВОДИТСЯ НЕ ПОЗДНЕЕ ЧЕМ: - ЧЕРЕЗ 24 ЧАС ПОСЛЕ БРОНИРОВАНИЯ ИЛИ БРОНИРОВАНИЕ ПРОИЗВОДИТСЯ: ЗА 1 СУТ И БОЛЕЕ ДО ВЫЛЕТА НА ВСЕХ УЧАСТКАХ БРОНИРОВАНИЕ ДОЛЖНО БЫТЬ ПОДТВЕРЖДЕНО ОФОРМЛЕНИЕ ПРОИЗВОДИТСЯ НЕ ПОЗДНЕЕ ЧЕМ: - ЧЕРЕЗ 3 ЧАС ПОСЛЕ БРОНИРОВАНИЯ ИЛИ НА ВСЕХ УЧАСТКАХ БРОНИРОВАНИЕ ДОЛЖНО БЫТЬ ПОДТВЕРЖДЕНО ОФОРМЛЕНИЕ ПРОИЗВОДИТСЯ НЕ ПОЗДНЕЕ ЧЕМ: - ЧЕРЕЗ 20 МИН ПОСЛЕ БРОНИРОВАНИЯ ПРИМЕЧАНИЕ. -DUE TO AUTOMATED TICKETING DEADLINE CONTROL DIFFERENCE COULD EXIST BETWEEN THE FARE RULE LAST TICKETING DATE AND THE SYSTEM GENERATED TICKETING DEADLINE MESSAGE. THE MORE RESTRICTIVE TICKETING DEADLINE APPLIES. </ns3:Text> <ns3:MarkupStyle>05. БРОНИРОВАНИЕ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT7"> <ns3:Text>ОБРАТНАЯ ПЕРЕВОЗКА ИЗ ПУНКТА ПОСЛЕДНЕЙ ОСТАНОВКИ ДОЛЖНА НАЧАТЬСЯ НЕ ПОЗЖЕ ЧЕМ ЧЕРЕЗ 365 СУТ ПОСЛЕ ОТПРАВЛЕНИЯ ИЗ НАЧАЛЬНОГО ПУНКТА ЦЕНОВОЙ ЕДИНИЦЫ </ns3:Text> <ns3:MarkupStyle>07. МАКСИМАЛЬНОЕ ПРЕБЫВАНИЕ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT8"> <ns3:Text>РАЗРЕШЕНЫ НЕ БОЛЕЕ 0 В КАЖДОМ НАПРАВЛЕНИИ ПО ЦЕНЕ 0 ЗА КАЖДУЮ, 0 ЗА КАЖДУЮ </ns3:Text> <ns3:MarkupStyle>08. ОСТАНОВКИ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT10"> <ns3:Text>НЕЗАМКНУТАЯ КРУГОВАЯ ПЕРЕВОЗКА РАЗРЕШАЕТСЯ КОМБИНИРОВАНИЕ ПОЛОВИН ТАРИФОВ ДЛЯ ПОСТРОЕНИЯ ПЕРЕВОЗКИ С ОДНИМ И ДВУМЯ НАЗЕМНЫМИ УЧАСТКАМИ ОГРАНИЧЕНИЯ: протяженность открытого или наземного участка должна быть равна или меньше протяженности самой короткой стороны OJ ПРИМЕЧАНИЕ. COMBINATIONS PERMITTED ONLY WITH S7 BASIC FARES. COMBINATIONS ARE NOT PERMITTED WITH ANY PLUS/ STANDARD/SPA/ALLIANCE FARES OR WITH FARES OF ANOTHER CARRIER. IN CASE OF FARES COMBINATION ON HALF ROUND TRIP BASIS WITH DIFFERENT CONDITIONS A - THE CONDITIONS FOR EACH SEGMENT APPLY FOR CATEGORIES- 2-DAY/TIME 3-SEASONALITY 4-FLIGHT APPLICATIONS 9-TRANSFERS 11-BLACKOUT DATES 17-HIP AND MILEAGE EXCEPTIONS 19-CHILDREN AND INFANT DISCOUNTS B - FOR OTHER CATEGORIES THE MORE RESTRICTIVE CONDITIONS FOR PRICING UNIT APPLY. ЕСЛИ С ТАРИФАМИ С7 ПЕРЕВОЗКА ИЗ ЛЮБОГО ПУНКТА В ЛЮБОЙ ПУНКТ И КОМБИНАЦИЯ С ТАРИФАМИ, ИМЕЮЩИМИ НОМЕР УПТ *SBSC,*SBST,*SBEM,*SBSG,*SBSO,*SALE,*TINK. И КОМБИНАЦИЯ С ТАРИФАМИ , ИМЕЮЩИМИ КОД ТИПА ТАРИФА XAT,XAC,BXN,BXS ДВУХКОМПОНЕНТНАЯ КРУГОВАЯ ПЕРЕВОЗКА РАЗРЕШАЕТСЯ КОМБИНИРОВАНИЕ ПОЛОВИН ТАРИФОВ ПРИМЕЧАНИЕ. COMBINATIONS PERMITTED ONLY WITH S7 BASIC FARES. COMBINATIONS ARE NOT PERMITTED WITH ANY PLUS/ STANDARD/SPA/ALLIANCE FARES OR WITH FARES OF ANOTHER CARRIER. IN CASE OF FARES COMBINATION ON HALF ROUND TRIP BASIS WITH DIFFERENT CONDITIONS A - THE CONDITIONS FOR EACH SEGMENT APPLY FOR CATEGORIES- 2-DAY/TIME 3-SEASONALITY 4-FLIGHT APPLICATIONS 9-TRANSFERS 11-BLACKOUT DATES 17-HIP AND MILEAGE EXCEPTIONS 19-CHILDREN AND INFANT DISCOUNTS B - FOR OTHER CATEGORIES THE MORE RESTRICTIVE CONDITIONS FOR PRICING UNIT APPLY. ЕСЛИ С ТАРИФАМИ С7 ПЕРЕВОЗКА ИЗ ЛЮБОГО ПУНКТА В ЛЮБОЙ ПУНКТ И КОМБИНАЦИЯ С ТАРИФАМИ, ИМЕЮЩИМИ НОМЕР УПТ *SBSC,*SBST,*SBEM,*SBSG,*SBSO,*SALE,*TINK. И КОМБИНАЦИЯ С ТАРИФАМИ , ИМЕЮЩИМИ КОД ТИПА ТАРИФА XAT,XAC,BXN,BXS МНОГОКОМПОНЕНТНАЯ КРУГОВАЯ ПЕРЕВОЗКА РАЗРЕШАЕТСЯ КОМБИНИРОВАНИЕ ПОЛОВИН ТАРИФОВ ПРИМЕЧАНИЕ. COMBINATIONS PERMITTED ONLY WITH S7 BASIC FARES. COMBINATIONS ARE NOT PERMITTED WITH ANY PLUS/ STANDARD/SPA/ALLIANCE FARES OR WITH FARES OF ANOTHER CARRIER. IN CASE OF FARES COMBINATION ON HALF ROUND TRIP BASIS WITH DIFFERENT CONDITIONS A - THE CONDITIONS FOR EACH SEGMENT APPLY FOR CATEGORIES- 2-DAY/TIME 3-SEASONALITY 4-FLIGHT APPLICATIONS 9-TRANSFERS 11-BLACKOUT DATES 17-HIP AND MILEAGE EXCEPTIONS 19-CHILDREN AND INFANT DISCOUNTS B - FOR OTHER CATEGORIES THE MORE RESTRICTIVE CONDITIONS FOR PRICING UNIT APPLY. ЕСЛИ С ТАРИФАМИ С7 ПЕРЕВОЗКА ИЗ ЛЮБОГО ПУНКТА В ЛЮБОЙ ПУНКТ И КОМБИНАЦИЯ С ТАРИФАМИ, ИМЕЮЩИМИ НОМЕР УПТ *SBSC,*SBST,*SBEM,*SBSG,*SBSO,*SALE,*TINK. И КОМБИНАЦИЯ С ТАРИФАМИ , ИМЕЮЩИМИ КОД ТИПА ТАРИФА XAT,XAC,BXN,BXS END-ON-END РАЗРЕШАЮТСЯ КОМБИНАЦИИ END-ON-END ПРИМЕЧАНИЕ. COMBINATIONS PERMITTED ONLY WITH S7 BASIC FARES. COMBINATIONS ARE NOT PERMITTED WITH ANY PLUS/ STANDARD/SPA/ALLIANCE FARES OR WITH FARES OF ANOTHER CARRIER. ЕСЛИ С ТАРИФАМИ С7 ПЕРЕВОЗКА ИЗ ЛЮБОГО ПУНКТА В ЛЮБОЙ ПУНКТ И КОМБИНАЦИЯ С ТАРИФАМИ, ИМЕЮЩИМИ НОМЕР УПТ *SBSC,*SBST,*SBEM,*SBSG,*SBSO,*SALE,*TINK. И КОМБИНАЦИЯ С ТАРИФАМИ , ИМЕЮЩИМИ КОД ТИПА ТАРИФА XAT,XAC,BXN,BXS СТЫКОВОЧНЫЕ ТАРИФЫ РАЗРЕШАЕТСЯ </ns3:Text> <ns3:MarkupStyle>10. ПОСТРОЕНИЯ И КОМБИНАЦИИ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT15"> <ns3:Text> - ПРОДАЖА РАЗРЕШАЕТСЯ - ВАЛИДИРУЮЩИЕ ПЕРЕВОЗЧИКИ:ПУБЛИКУЮЩИЙ ПЕРЕВОЗЧИК РАЗРЕШАЕТСЯ ЭЛЕКТРОННЫЙ БИЛЕТ ПРИМЕЧАНИЕ. SALES PERMITTED ON TICKET STOCK VALIDATED OR PLATED S7/421 ONLY. </ns3:Text> <ns3:MarkupStyle>15. ОГРАНИЧЕНИЯ ПО ПРОДАЖЕ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT16"> <ns3:Text>ОБЩЕЕ ПРАВИЛО - ЕСЛИ НЕ ЗАДАНО ИНОЕ ВОЗВРАТ ЛЮБОЕ ВРЕМЯ БИЛЕТ НЕВОЗВРАТНЫЙ В СЛУЧАЕ ВОЗВРАТ/НЕЯВКА НА РЕЙС/ВОЗВРАТ ПРИМЕЧАНИЕ. ---THESE RULES ARE APPLIED FOR ALL REFUND METHODS INCLUDING VOUCHER/CERTIFICATE--- -REFUND WITHOUT CHARGES IS PERMITTED ONLY FOR INFANTS WITHOUT A SEAT. -RULES FOR CANCELLATION APPLY BY PRICING UNIT. --- -INVOLUNTARY REFUND- -IN CASE OF INVOLUNTARY REFUND VOUCHER/CERTIFICATE ISSUING IS NOT PERMITTED. -FOR FULLY UNUSED TICKET-REFUND THE FARE PAID. -FOR PARTIALLY USED TICKET - REFUND THE APPLICABLE FARE ON THE REFUNDABLE SEGMENT /ONE WAY OR ONE HALF RT/ IT DEPENDS ON FARE CONSTRUCTION/. -REFUND OF ALL UNUSED TAXES/FEES/CHARGES IS PERMITTED. --- -IN ANY CASES- -REFUNDS MUST BE MADE WITHIN 1 YEAR FROM -DATE OF ISSUE - FOR UNUSED TICKETS. -DATE OF DEPARTURE ON FIRST FLIGHT COUPON- FOR PARTLY USED TICKETS. В ДРУГИХ СЛУЧАЯХ ОБМЕН ЛЮБОЕ ВРЕМЯ СБОР РУБ 3250 ДЛЯ ОБМЕН/РЕВАЛИДАЦИЯ ОБМЕН ЛЮБОЕ ВРЕМЯ ОБМЕН НЕ РАЗРЕШЕН В СЛУЧАЕ НЕЯВКА НА РЕЙС ПРИМЕЧАНИЕ. -CHANGES PROVISIONS- -CHANGE IS A ROUTING/DATE/FLIGHT/BOOKING CLASS MODIFICATION. -CHARGE APPLIES PER TRANSACTION. -CHANGES PROVISIONS ARE DEFINED WITH REFERENCE TO THE TIME OF TICKET CHANGES PROCESSING IN THE RESERVATION SYSTEM AND DOES NOT DEPEND ON THE TIME OF SEATS CANCELLATION IN PNR- -IF A TICKET IS PERFORMED FOR CHANGES AT LEAST 40 MINUTES BEFORE THE FLIGHT DEPARTURE THE CHARGE FOR REISSUE/REVALIDATION IS APPLIED. -IF A TICKET IS PERFORMED FOR CHANGES LESS THAN 40 MINUTES BEFORE THE FLIGHT DEPARTURE /NO-SHOW/ CHANGES ARE NOT PERMITTED. -CHILDREN DISCOUNTS ARE NOT APPLIED TO THE CHARGE. -INFANTS WITHOUT A SEAT - WITHOUT CHARGE. -CHARGE IS ALWAYS CONVERTED INTO THE LOCAL CURRENCY USING ACTUAL SYSTEM EXCHANGE RATE ON THE DATE OF REISSUE. -ALL RULE PROVISIONS OF THE NEW FARE INCLUDING ADVANCE PURCHASE/MIN STAY/MAX STAY/SEASONALITY/ ETC MUST BE MET. -CHANGES MAY BE DONE ONLY WITHIN BASIC FARE FAMILY. CHANGES OF THIS FARE TO ANY STANDARD OR PLUS FARE IS NOT PERMITTED. -RULES FOR CHANGES APPLY BY FARE COMPONENT. -IN CASE OF COMBINATION CHARGE THE HIGHEST FEE OF ALL CHANGED FARE COMPONENTS. -WHEN CHANGES ARE MADE NEW FARE AMOUNT FOR THE ENTIRE TICKET SHOULD BE EQUAL OR HIGHER THAN PREVIOUS FARE AMOUNT FOR THE ENTIRE TICKET. FARE AMOUNT - PUBLISHED FARE LEVEL IN CURRENCY OF THE COUNTRY OF COMMENCEMENT OF TRANSPORTATION. -IN CASE OF CHANGES OF A FULLY UNUSED TICKET - CURRENT FARES/TAXES/BSR ON THE DATE OF NEW TICKET ISSUANCE SHOULD BE APPLIED FOR ALL SEGMENTS. -IN CASE OF CHANGES OF A FULLY UNUSED TICKET - IF FARE AMOUNT AND TAXES /IN CURRENCY OF COUNTRY OF COMMENCEMENT OF TRANSPORTATION/ REMAIN THE SAME AND BSR HAS BEEN CHANGED - ONLY TAXES SHOULD BE REPRICED USING BSR ON THE DATE OF NEW TICKET ISSUANCE. -IN CASE OF CHANGES OF A PARTIALLY USED TICKET - HISTORICAL FARES/TAXES/BSR ON THE DATE OF ORIGINAL TICKET ISSUANCE SHOULD BE APPLIED FOR ALL SEGMENTS. -S7 YQ COMPENSATION TAX SHOULD BE ADDITIONALLY COLLECTED FOR ALL NON-SUBSIDY /INCLUDING UNCHANGED AND USED/ SEGMENT/S/ ON THE NEW TICKET EVERY TIME IN CASE OF CHANGES IF THE REISSUE IS PROCESSED IN GDS DIFFERENT FROM S7 TAIS/S7 SMART TICKETING AND SIRENA TRAVEL /S7 SESSION/. --- -FOR UPGRADING- -UPGRADING IS PERMITTED TO ANY HIGHER FARE WITHIN BASIC FARE FAMILY FOR THE CHANGED SEGMENT. -PASSENGER WILL PAY THE DIFFERENCE BETWEEN THE ORIGINAL FARE AND THE NEW FARE OR FARE COMBINATION AND CHARGE FOR REISSUE/REVALIDATION. -IN CASE OF NO-SHOW UPGRADING IS NOT PERMITTED. -IF NEW TICKET IS SUBSEQUENTLY CANCELLED CANCELLATION RULES OF THE FARE SPECIFIED IN THE NEW TICKET WILL APPLY. --- -FOR REROUTING- -REROUTING IS PERMITTED. -CHARGE FOR REISSUE/REVALIDATION IS APPLIED. -IN CASE OF NO-SHOW REROUTING IS NOT PERMITTED. -REROUTING OF DOMESTIC ITINERARY TO INTERNATIONAL ITINERARY IS NOT PERMITTED. -ADDING INTERNATIONAL SEGMENT/S/ TO DOMESTIC SEGMENT/S/ IS NOT PERMITTED. -IN CASE OF REROUTING AND ADDING NEW SEGMENT/S/ TO THE ITINERARY S7 YQ COMPENSATION TAX MUST BE COLLECTED FOR NON-SUBSIDY /INCLUDING UNCHANGED AND USED/ SEGMENT/S/ ON THE NEW TICKET IF THE REISSUE IS PROCESSED IN GDS DIFFERENT FROM S7 TAIS/S7 SMART TICKETING AND SIRENA TRAVEL /S7 SESSION/. --- -CHANGES MUST BE MADE WITHIN 1 YEAR FROM -DATE OF ISSUE FOR UNUSED TICKETS -DATE OF DEPARTURE ON FIRST FLIGHT COUPON- FOR PARTLY USED TICKETS. </ns3:Text> <ns3:MarkupStyle>16. СБОРЫ ПРИ РАСТОРЖЕНИИ (ИЗМЕНЕНИИ УСЛОВИЙ) ДОГОВОРА ПЕРЕВОЗКИ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT18"> <ns3:Text>ПЕРВОНАЧАЛЬНЫЙ И ПЕРЕОФОРМЛЕННЫЙ БИЛЕТ В ГРАФЕ 'РАЗРЕШАЕТСЯ/ЗАПРЕЩАЕТСЯ', ОФОРМЛЯЕМЫЙ НА РУССКОМ ЯЗЫКЕ, ДОЛЖЕН СОДЕРЖАТЬ ТЕКСТ = =S7/NON-REF/CHNG/RESTR/BS= =, ОФОРМЛЯЕМЫЙ НА ЛАТИНИЦЕ, ДОЛЖЕН СОДЕРЖАТЬ ТЕКСТ = =S7/NON-REF/CHNG/RESTR/BS= = </ns3:Text> <ns3:MarkupStyle>18. ВАЖНЫЕ УВЕДОМЛЕНИЯ НА БИЛЕТЕ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT19"> <ns3:Text>- СКИДКА 15.00% ДЛЯ КП=CNN, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=CHR, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=WBC, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=ECH, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=DCD, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=FBD, ВОЗРАСТ 2-12, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 100.0% ДЛЯ КП=INF, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 100.0% ДЛЯ КП=INR, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 100.0% ДЛЯ КП=DNF, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 100.0% ДЛЯ КП=FBJ, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=INS, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=WBS, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=ISR, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=DNS, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. В ДРУГИХ СЛУЧАЯХ - СКИДКА 15.00% ДЛЯ КП=APS, ВОЗРАСТ 0-2, ТРЕБУЕТСЯ X. ПРИМЕЧАНИЕ. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. </ns3:Text> <ns3:MarkupStyle>19. СКИДКИ ДЛЯ ДЕТЕЙ И МЛАДЕНЦЕВ</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT21"> <ns3:Text>- СКИДКА 100.0% ДЛЯ КП=ADT. ПРИМЕЧАНИЕ. DISCOUNT PERMITTED </ns3:Text> <ns3:MarkupStyle>21. СКИДКИ ДЛЯ АГЕНТОВ</ns3:MarkupStyle> </ns3:Description> </ns3:Disclosures> </ns3:DisclosureList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>OVB</ns3:AirportCode> <ns3:Date>2023-03-28</ns3:Date> <ns3:Time>11:45</ns3:Time> <ns3:Terminal> <ns3:Name>A</ns3:Name> </ns3:Terminal> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>DME</ns3:AirportCode> <ns3:Date>2023-03-28</ns3:Date> <ns3:Time>12:10</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2508</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2508</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment> <ns3:AircraftCode>32A</ns3:AircraftCode> <ns3:AirlineEquipCode>Airbus A320</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>1736</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT4H25M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>OVB</ns3:DepartureCode> <ns3:ArrivalCode>DME</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:PenaltyList> <ns3:Penalty ObjectKey="PL1"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3250</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3250</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> </ns3:PenaltyList> <ns3:ServiceList> <ns3:Service ObjectKey="Meal_H"> <ns3:ServiceID Owner="Any">H</ns3:ServiceID> <ns3:Name>Meal</ns3:Name> <ns3:Descriptions> <ns3:Description> <ns3:Text>Hot meal</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:Service> </ns3:ServiceList> </ns3:DataLists> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CurrencyMetadatas> <ns3:CurrencyMetadata MetadataKey="RUB"> <ns3:Application>Sale currency</ns3:Application> <ns3:Decimals>2</ns3:Decimals> </ns3:CurrencyMetadata> </ns3:CurrencyMetadatas> </ns3:OtherMetadata> <ns3:OtherMetadata> <ns3:RuleMetadatas> <ns3:RuleMetadata MetadataKey="RM1"> <ns3:RuleID>FareRules</ns3:RuleID> <ns3:Status>true</ns3:Status> </ns3:RuleMetadata> </ns3:RuleMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:FlightPriceRS> </ns2:Body> </ns2:Envelope>
Fare rules. 2ADT+1CHD+1INF+Domestic+RT+DIRECT | v0.52 | flightInfo operation
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <FlightPriceRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>Basic-Auth*</AgentUserID> </AgentUserSender> </Sender> </Party> <Parameters> <ServiceFilters> <ServiceFilter> <GroupCode>FareRules</GroupCode> <SubGroupCode>true</SubGroupCode> </ServiceFilter> </ServiceFilters> </Parameters> <Travelers> <Traveler> <AnonymousTraveler> <PTC Quantity="2">ADT</PTC> </AnonymousTraveler> </Traveler> <Traveler> <AnonymousTraveler> <PTC Quantity="1">CHD</PTC> </AnonymousTraveler> </Traveler> <Traveler> <AnonymousTraveler> <PTC Quantity="1">INF</PTC> </AnonymousTraveler> </Traveler> </Travelers> <Query> <OriginDestination> <Flight> <Departure> <AirportCode>DME</AirportCode> <Date>2019-06-15</Date> </Departure> <Arrival> <AirportCode>OVB</AirportCode> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>181</FlightNumber> </MarketingCarrier> <ClassOfService> <Code>H</Code> <MarketingName>HFLRT</MarketingName> </ClassOfService> </Flight> </OriginDestination> <OriginDestination> <Flight> <Departure> <AirportCode>OVB</AirportCode> <Date>2019-06-20</Date> </Departure> <Arrival> <AirportCode>DME</AirportCode> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>178</FlightNumber> </MarketingCarrier> <ClassOfService> <Code>H</Code> <MarketingName>HFLRT</MarketingName> </ClassOfService> </Flight> </OriginDestination> </Query> </FlightPriceRQ> </Body> </Envelope>
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:FlightPriceRS Version="2.000"> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success /> <ns3:AirlineOffers> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">218095</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">204325</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">13770</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>FLEX ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">109048</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">6885</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">102163</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 DME-OVB</ns3:Type> <ns3:ReferenceValue>Meal_L</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG1</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG1</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG1</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC1"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">37150</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2334</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC2"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">27863</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2217</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC3"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">0</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> <ns3:OfferPrice OfferItemID="OF1SL2"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">109047</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">6885</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">102162</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG2 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_L</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG2</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH2</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG2</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH3</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD2</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG2"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>FLEX ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG2"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">H</ns3:Code> <ns3:MarketingName>HFLRT</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>HFLRT SEG2</ns3:Type> <ns3:ReferenceValue>FR1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC4"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">37150</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2334</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH2" ObjectKey="FC5"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">27862</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">2217</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> <ns3:FareComponent refs="SH3" ObjectKey="FC6"> <ns3:Parameters Quantity="1" /> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">0</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">0</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:DataLists> <ns3:AnonymousTravelerList> <ns3:AnonymousTraveler ObjectKey="SH1"> <ns3:PTC Quantity="2">ADT</ns3:PTC> </ns3:AnonymousTraveler> <ns3:AnonymousTraveler ObjectKey="SH2"> <ns3:PTC Quantity="1">CHD</ns3:PTC> </ns3:AnonymousTraveler> <ns3:AnonymousTraveler ObjectKey="SH3"> <ns3:PTC Quantity="1">INF</ns3:PTC> </ns3:AnonymousTraveler> </ns3:AnonymousTravelerList> <ns3:CarryOnAllowanceList> <ns3:CarryOnAllowance ListKey="CO1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>10KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> </ns3:CarryOnAllowanceList> <ns3:CheckedBagAllowanceList> <ns3:CheckedBagAllowance ListKey="BG1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>23 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 50 lb/23 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Ski Equipment</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG2"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>10 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 22 lb/10 kg</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> </ns3:CheckedBagAllowanceList> <ns3:DisclosureList> <ns3:Disclosures ListKey="FR1"> <ns3:Description ObjectKey="FR1CAT0"> <ns3:Text> REGULAR EXCURSION FARES H FOR ROUND TRIP FARES</ns3:Text> </ns3:Description> <ns3:Description ObjectKey="FR1CAT1"> <ns3:Text> NOTE - UNACCOMPANIED INFANT NOT ELIGIBLE. UNACCOMPANIED CHILD AGED 2-4 YEARS NOT ELIGIBLE. FOR TRAVEL ON/AFTER 15JUN18 UNACCOMPANIED CHILD AGED 2-11 YEARS NOT ELIGIBLE.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT4"> <ns3:Text> THE FARE COMPONENT MUST NOT BE ON ONE OR MORE OF THE FOLLOWING S7 FLIGHTS 4000 THROUGH 4999. AND THE FARE COMPONENT MUST BE ON ONE OR MORE OF THE FOLLOWING ANY S7 FLIGHT. NOTE - -NOT VALID ON ANY CODE SHARE FLIGHTS WHERE S7 IS A MARKETING CARRIER. -SEE FARE DISPLAY FOR ROUTING INFORMATION.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT5"> <ns3:Text> RESERVATIONS ARE REQUIRED FOR ALL SECTORS. WAITLIST AND STANDBY NOT PERMITTED. WHEN RESERVATIONS ARE MADE AT LEAST 336 HOURS BEFORE DEPARTURE TICKETING MUST BE COMPLETED WITHIN 72 HOURS AFTER RESERVATIONS ARE MADE. OR - RESERVATIONS ARE REQUIRED FOR ALL SECTORS. WAITLIST AND STANDBY NOT PERMITTED. WHEN RESERVATIONS ARE MADE AT LEAST 168 HOURS BEFORE DEPARTURE TICKETING MUST BE COMPLETED WITHIN 24 HOURS AFTER RESERVATIONS ARE MADE. OR - RESERVATIONS ARE REQUIRED FOR ALL SECTORS. WAITLIST AND STANDBY NOT PERMITTED. WHEN RESERVATIONS ARE MADE AT LEAST 24 HOURS BEFORE DEPARTURE TICKETING MUST BE COMPLETED WITHIN 3 HOURS AFTER RESERVATIONS ARE MADE. OR - RESERVATIONS FOR ALL SECTORS AND TICKETING MUST BE COMPLETED AT THE SAME TIME. WAITLIST AND STANDBY NOT PERMITTED. TICKETING MUST BE COMPLETED WITHIN 60 MINUTES AFTER RESERVATIONS ARE MADE.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT7"> <ns3:Text> TRAVEL FROM LAST STOPOVER MUST COMMENCE NO LATER THAN 335 DAYS AFTER DEPARTURE FROM FARE ORIGIN.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT8"> <ns3:Text> STOPOVERS NOT PERMITTED ON THE FARE COMPONENT.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT9"> <ns3:Text> TRANSFERS NOT PERMITTED ON THE FARE COMPONENT FARE BREAK AND EMBEDDED SURFACE SECTORS NOT PERMITTED ON THE FARE COMPONENT. NOTE - -SEE FARE DISPLAY FOR ROUTING INFORMATION.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT10"> <ns3:Text> APPLICABLE ADD-ON CONSTRUCTION IS ADDRESSED IN MISCELLANEOUS PROVISIONS - CATEGORY 23. END-ON-END END-ON-END COMBINATIONS PERMITTED. VALIDATE ALL FARE COMPONENTS. SIDE TRIPS PERMITTED. END-ON-END NOTE - SIDE TRIP COMBINATIONS PERMITTED OPEN JAWS FARES MAY BE COMBINED ON A HALF ROUND TRIP BASIS -TO FORM SINGLE OR DOUBLE OPEN JAWS. A MAXIMUM OF 2 FARE COMPONENTS PERMITTED. MILEAGE OF THE OPEN SEGMENT MUST BE EQUAL/LESS THAN MILEAGE OF THE SHORTEST FLOWN FARE COMPONENT. OPEN JAWS NOTE - IN CASE OF FARES COMBINATION ON HALF ROUND TRIP BASIS WITH DIFFERENT CONDITIONS A - THE CONDITIONS FOR EACH SEGMENT APPLY FOR CATEGORIES- 2-DAY/TIME 3-SEASONALITY 4-FLIGHT APPLICATIONS 9-TRANSFERS 11-BLACKOUT DATES 17-HIP AND MILEAGE EXCEPTIONS 19-CHILDREN AND INFANT DISCOUNTS B - FOR OTHER CATEGORIES THE MORE RESTRICTIVE CONDITIONS FOR PRICING UNIT APPLY. PROVIDED - COMBINATIONS ARE WITH ANY FARE FOR ANY CARRIER IN ANY RULE IN ANY TARIFF. ROUND TRIPS/CIRCLE TRIPS FARES MAY BE COMBINED ON A HALF ROUND TRIP BASIS -TO FORM ROUND TRIPS CIRCLE TRIPS. ROUND TRIPS/CIRCLE TRIPS NOTE - IN CASE OF FARES COMBINATION ON HALF ROUND TRIP BASIS WITH DIFFERENT CONDITIONS A - THE CONDITIONS FOR EACH SEGMENT APPLY FOR CATEGORIES- 2-DAY/TIME 3-SEASONALITY 4-FLIGHT APPLICATIONS 9-TRANSFERS 11-BLACKOUT DATES 17-HIP AND MILEAGE EXCEPTIONS 19-CHILDREN AND INFANT DISCOUNTS B - FOR OTHER CATEGORIES THE MORE RESTRICTIVE CONDITIONS FOR PRICING UNIT APPLY. PROVIDED - COMBINATIONS ARE WITH ANY FARE FOR ANY CARRIER IN ANY RULE IN ANY TARIFF.</ns3:Text> <ns3:MarkupStyle>RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT12"> <ns3:Text> IF INFANT UNDER 02 WITHOUT A SEAT. THERE IS NO CHARGE FOR TRAVEL. THE PROVISIONS BELOW APPLY ONLY AS FOLLOWS - TICKETS MUST BE ISSUED ON S7 OR CY. THERE IS NO CHARGE FOR TRAVEL. FOR TRAVEL ON/AFTER 01APR 19 A FUEL SURCHARGE OF RUB 2100 PER COUPON WILL BE ADDED TO THE APPLICABLE FARE WHEN TRAVEL IS TO/FROM/VIA RUSSIA/ RUSSIA (EAST OF THE URALS).</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT15"> <ns3:Text> IF THE FARE COMPONENT INCLUDES TRAVEL FROM/TO/VIA AREA 2/ AREA 3 ON ONE OR MORE OF THE FOLLOWING S7 FLIGHTS 4000 THROUGH 4999 TICKETS MUST BE ISSUED ON S7. TICKETS MAY BE ISSUED BY ELECTRONIC TICKETING. NOTE - SALES PERMITTED ON TICKET STOCK VALIDATED OR PLATED S7/421 ONLY. OTHERWISE TICKETS MAY BE ISSUED BY ELECTRONIC TICKETING.</ns3:Text> <ns3:MarkupStyle>RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT16"> <ns3:Text> CANCELLATIONS ANY TIME CHARGE RUB 1500 FOR CANCEL/REFUND. CHARGE RUB 5000 FOR NO-SHOW. NOTE - -CANCELLATIONS PROVISIONS- -CHARGE APPLIES PER PRICING UNIT. CHILDREN DISCOUNTS ARE NOT APPLIED TO THE CHARGE. INFANTS WITHOUT A SEAT - WITHOUT CHARGE. -CHARGE IS ALWAYS CONVERTED INTO THE LOCAL CURRENCY USING ACTUAL SYSTEM EXCHANGE RATE ON THE DATE OF TICKET ISSUANCE. -IN CASE OF FULLY UNUSED TICKET - REFUND THE FARE PAID. CHARGE FOR REFUND OR FOR NO-SHOW IS APPLIED. -IN CASE OF PARTLY USED TICKET - REFUND THE DIFFERENCE BETWEEN THE FARE PAID AND THE APPLICABLE ONE WAY FARE. CHARGE FOR REFUND OR FOR NO-SHOW IS APPLIED. APPLICABLE ONE WAY IS THE ONE WAY FARE WITHIN THE SAME FARE FAMILY AND THE SAME OR HIGHER RBD IN EFFECT ON THE DATE OF DEPARTURE AND THE DATE OF ORIGINAL TICKET ISSUE. -RULES FOR CANCELLATION APPLY BY PRICING UNIT. -WHEN COMBINING ON A HALF ROUND TRIP BASIS THE MOST RESTRICTIVE CANCELLATION CONDITIONS APPLY FOR THE ENTIRE PRICING UNIT. -REFUND OF UNUSED TICKETABLE TAXES/FEES/ CHARGES IS PERMITTED. -INVOLUNTARY REFUND- -FOR FULLY UNUSED TICKET-REFUND THE FARE PAID. -FOR PARTIALLY USED TICKET - REFUND THE APPLICABLE FARE ON THE REFUNDABLE SEGMENT/ ONE WAY OR ONE HALF RT/ IT DEPENDS ON FARE CONSTRUCTION/. -REFUND OF ALL UNUSED TAXES/FEES/CHARGES IS PERMITTED. -IN ANY CASES- -REFUNDS MAY BE MADE WITHIN 1 YEAR FROM -DATE OF ISSUE - FOR UNUSED TICKETS. -DATE OF DEPARTURE ON FIRST FLIGHT COUPON- FOR PARTLY USED TICKETS. CHANGES ANY TIME CHANGES PERMITTED FOR REISSUE/REVALIDATION. CHARGE RUB 5000 FOR NO-SHOW. NOTE - -CHANGES PROVISIONS- -CHANGE IS A ROUTING/DATE/FLIGHT/BOOKING CLASS MODIFICATION. -CHARGE APPLIES PER TRANSACTION. CHILDREN DISCOUNTS ARE NOT APPLIED TO THE CHARGE. INFANTS WITHOUT A SEAT - WITHOUT CHARGE. -CHARGE IS ALWAYS CONVERTED INTO THE LOCAL CURRENCY USING ACTUAL SYSTEM EXCHANGE RATE ON THE DATE OF REISSUE. -CHANGES MAY BE DONE ONLY WITHIN FLEX FARE FAMILY. CHANGES OF THIS FARE TO ANY BASIC FARE IS NOT PERMITTED. -RULES FOR CHANGES APPLY BY FARE COMPONENT. -IN CASE OF COMBINATION CHARGE THE HIGHEST FEE OF ALL CHANGED FARE COMPONENTS. -WHEN CHANGES ARE MADE NEW FARE AMOUNT FOR THE ENTIRE TICKET SHOULD BE EQUAL OR HIGHER THAN PREVIOUS FARE AMOUNT FOR THE ENTIRE TICKET. FARE AMOUNT-PUBLISHED FARE LEVEL IN CURRENCY OF THE COUNTRY OF COMMENCEMENT OF TRANSPORTATION. -IN CASE OF CHANGES OF A FULLY UNUSED TICKET -CURRENT FARES/TAXES/BSR ON THE DATE OF NEW TICKET ISSUANCE SHOULD BE APPLIED FOR ALL SEGMENTS. -IN CASE OF CHANGES OF A FULLY UNUSED TICKET IF FARE AMOUNT AND TAXES / IN CURRENCY OF COUNTRY OF COMMENCEMENT OF TRANSPORTATION/ REMAIN THE SAME AND BSR HAS BEEN CHANGED - ONLY TAXES SHOULD BE REPRICED USING BSR ON THE DATE OF NEW TICKET ISSUANCE. -IN CASE OF CHANGES OF A PARTIALLY USED TICKET - HISTORICAL FARES/TAXES/BSR ON THE DATE OF ORIGINAL TICKET ISSUANCE SHOULD BE APPLIED FOR ALL SEGMENTS. -S7 YQ COMPENSATION TAX SHOULD BE ADDITIONALLY COLLECTED FOR ALL /INCLUDING UNCHANGED AND USED/SEGMENT/S/ EVERY TIME IN CASE OF CHANGES IF THE REISSUE IS PROCESSED IN GDS DIFFERENT FROM S7 ARD WEB /S7 SMART TICKETING AND SIRENA TRAVEL/S7 SESSION/. -FOR UPGRADING- -UPGRADING IS PERMITTED TO ANY HIGHER FARE WITHIN FLEX FARE FAMILY /ECONOMY OR BUSINESS CLASS/ FOR THE CHANGED SEGMENT. -PASSENGER WILL PAY THE DIFFERENCE BETWEEN THE ORIGINAL FARE AND THE NEW FARE OR FARE COMBINATION. -IN CASE OF NO-SHOW CHARGE FOR NO-SHOW IS APPLIED. -IF NEW TICKET IS SUBSEQUENTLY CANCELLED CANCELLATION RULES OF THE FARE SPECIFIED IN THE NEW TICKET WILL APPLY. -FOR REROUTING- -REROUTING IS PERMITTED. -IN CASE OF NO-SHOW CHARGE FOR NO-SHOW IS APPLIED. -REROUTING OF DOMESTIC ITINERARY TO INTERNATIONAL ITINERARY IS NOT PERMITTED. -ADDING INTERNATIONAL SEGMENT/S/ TO DOMESTIC SEGMENT/S/ IS NOT PERMITTED. -IN CASE OF REROUTING AND ADDING NEW SEGMENT/S/ TO THE ITINERARY S7 YQ COMPENSATION TAX MUST BE COLLECTED FOR ALL /INCLUDING UNCHANGED AND USED/ SEGMENT/S/ IF THE REISSUE IS PROCESSED IN GDS DIFFERENT FROM S7 ARD WEB /S7 SMART TICKETING AND SIRENA TRAVEL/S7 SESSION/. -CHANGES MAY BE MADE WITHIN 1 YEAR FROM -DATE OF ISSUE FOR UNUSED TICKETS -DATE OF DEPARTURE ON FIRST FLIGHT COUPON- FOR PARTLY USED TICKETS.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT17"> <ns3:Text> THE HIGHER INTERMEDIATE POINT RULE DOES NOT APPLY FOR STOPOVERS. NOTE - HIGHER INTERMEDIATE POINT/MILEAGE SURCHARGE DO NOT APPLY. DIFFERENTIAL DOES NOT APPLY. AND - THE HIGHER INTERMEDIATE POINT RULE DOES NOT APPLY FOR CONNECTIONS. NOTE - HIGHER INTERMEDIATE POINT/MILEAGE SURCHARGE DO NOT APPLY. DIFFERENTIAL DOES NOT APPLY. NOTE - HIGHER INTERMEDIATE POINT/MILEAGE SURCHARGE DO NOT APPLY. DIFFERENTIAL DOES NOT APPLY.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT18"> <ns3:Text> THE ORIGINAL AND THE REISSUED TICKET MUST BE ANNOTATED - S7 ONLY/REF/CHNG/RESTR - IN THE ENDORSEMENT BOX.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT19"> <ns3:Text> ACCOMPANIED CHILD 2-11. ID REQUIRED - CHARGE 75 PERCENT OF THE FARE. TICKET DESIGNATOR - CH AND PERCENT OF DISCOUNT. NOTE - MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. CHILD RESIDENT 2-11. ID REQUIRED - CHARGE 75 PERCENT OF THE FARE. TICKET DESIGNATOR - CH AND PERCENT OF DISCOUNT. NOTE - MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. INFANT UNDER 2 WITHOUT A SEAT. ID REQUIRED - NO CHARGE TICKET DESIGNATOR - IN00. MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. NOTE - PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. INFANT WITHOUT A SEAT RESIDENT UNDER 2. ID REQUIRED - NO CHARGE TICKET DESIGNATOR - IN00. NOTE - MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. INFANT UNDER 2 WITH A SEAT. ID REQUIRED - CHARGE 75 PERCENT OF THE FARE. TICKET DESIGNATOR - CH AND PERCENT OF DISCOUNT. NOTE - MUST BE ACCOMPANIED ON ALL FLIGHTS BY ADULT 18 OR OLDER. PROOF OF AGE/AS EVIDENCED BY A PASSPORT ETC MUST BE PRESENTED AT THE TIME OF TICKETING. --- UNACCOMPANIED INFANT UNDER 2 YEARS- TRAVEL NOT PERMITTED AT THIS FARE. FOR TRAVEL ON/AFTER 15JUN 18 UNACCOMPANIED CHILD 2-11. ID REQUIRED - NO DISCOUNT. NOTE - UNACCOMPANIED CHILD 2-11 YEARS TRAVEL NOT PERMITTED AT THIS FARE.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT21"> <ns3:Text> NOTE - DISCOUNT PERMITTED</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT23"> <ns3:Text> THIS FARE MUST NOT BE USED AS THE HIGH OR THE LOW FARE WHEN CALCULATING A DIFFERENTIAL. THIS FARE MUST NOT BE USED AS THE THROUGH FARE WHEN PRICING A FARE COMPONENT WITH A DIFFERENTIAL.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT31"> <ns3:Text> IN THE EVENT OF CHANGES TO TICKETED FLIGHTS BEFORE DEPARTURE OF JOURNEY NO CHARGE OR HIGHEST FEE OF ALL CHANGED FARE COMPONENTS AND REPRICE USING FARES IN EFFECT TODAY PROVIDED ALL OF THE FOLLOWING CONDITIONS ARE MET- 1. WHEN NO INTL COUPONS REMAIN - ALL NEW TRAVEL MUST BE DOMESTIC 2. CHANGE IS NO LATER THAN 40 MINUTES BEFORE ORIGINAL SCHEDULED FLIGHT 3. S7 -FL FARE FAMILY AND FARE TYPE XEX/XEF/BU/BR/BX ARE USED 4. NEW TKT HAS EQUAL OR HIGHER VALUE THAN PREVIOUS TKT 5. ADV RES IS MEASURED FROM REISSUE DATE TO DEPARTURE OF JOURNEY WHEN CHANGE RESULTS IN LOWER FARE REFUND RESIDUAL THEN ADD-COLLECT - REFUND VIA ORIGINAL FORM OF PAYMENT ENDORSEMENT BOX- NEW ENDORSEMENTS. OR - BEFORE DEPARTURE OF JOURNEY CHARGE RUB 5000 OR HIGHEST FEE OF ALL CHANGED FARE COMPONENTS - DISCOUNTS APPLY - NO FEE FOR INFANTS W/O SEAT AND REPRICE USING FARES IN EFFECT TODAY PROVIDED ALL OF THE FOLLOWING CONDITIONS ARE MET- 1. WHEN NO INTL COUPONS REMAIN - ALL NEW TRAVEL MUST BE DOMESTIC 2. S7 -FL FARE FAMILY AND FARE TYPE XEX/XEF/BU/BR/BX ARE USED 3. NEW TKT HAS EQUAL OR HIGHER VALUE THAN PREVIOUS TKT 4. ADV RES IS MEASURED FROM REISSUE DATE TO DEPARTURE OF JOURNEY WHEN CHANGE RESULTS IN LOWER FARE REFUND RESIDUAL THEN ADD-COLLECT - REFUND VIA ORIGINAL FORM OF PAYMENT ENDORSEMENT BOX- NEW ENDORSEMENTS. OR - AFTER DEPARTURE OF JOURNEY NO CHARGE OR HIGHEST FEE OF ALL CHANGED FARE COMPONENTS AND REPRICE USING FARES IN EFFECT WHEN TKT WAS ISSUED PROVIDED ALL OF THE FOLLOWING CONDITIONS ARE MET- 1. WHEN NO INTL COUPONS REMAIN - ALL NEW TRAVEL MUST BE DOMESTIC 2. FULLY FLOWN FARE NOT REPRICED TO FURTHER POINT 3. CHANGE IS NO LATER THAN 40 MINUTES BEFORE ORIGINAL SCHEDULED FLIGHT 4. S7 -FL FARE FAMILY AND FARE TYPE XEX/XEF/BU/BR/BX ARE USED 5. NEW TKT HAS EQUAL OR HIGHER VALUE THAN PREVIOUS TKT 6. ALL RULE AND BOOKING CODE PROVISIONS ARE MET 7. ADV RES IS MEASURED FROM ORIGINAL TKT DATE TO DEPARTURE OF JOURNEY WHEN CHANGE RESULTS IN LOWER FARE REFUND RESIDUAL THEN ADD-COLLECT - REFUND VIA ORIGINAL FORM OF PAYMENT ENDORSEMENT BOX- NEW ENDORSEMENTS. OR - AFTER DEPARTURE OF JOURNEY CHARGE RUB 5000 OR HIGHEST FEE OF ALL CHANGED FARE COMPONENTS - DISCOUNTS APPLY - NO FEE FOR INFANTS W/O SEAT AND REPRICE USING FARES IN EFFECT WHEN TKT WAS ISSUED PROVIDED ALL OF THE FOLLOWING CONDITIONS ARE MET- 1. WHEN NO INTL COUPONS REMAIN - ALL NEW TRAVEL MUST BE DOMESTIC 2. FULLY FLOWN FARE NOT REPRICED TO FURTHER POINT 3. S7 -FL FARE FAMILY AND FARE TYPE XEX/XEF/BU/BR/BX ARE USED 4. NEW TKT HAS EQUAL OR HIGHER VALUE THAN PREVIOUS TKT 5. ALL RULE AND BOOKING CODE PROVISIONS ARE MET 6. ADV RES IS MEASURED FROM ORIGINAL TKT DATE TO DEPARTURE OF JOURNEY WHEN CHANGE RESULTS IN LOWER FARE REFUND RESIDUAL THEN ADD-COLLECT - REFUND VIA ORIGINAL FORM OF PAYMENT ENDORSEMENT BOX- NEW ENDORSEMENTS.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT33"> <ns3:Text> REFER TO PENALTIES CATEGORY 16</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> <ns3:Description ObjectKey="FR1CAT50"> <ns3:Text> S7 ECONOMY CLASS FLEX FARES APPLICATION AREA THESE FARES APPLY BETWEEN AREA 2 AND AREA 3. CLASS OF SERVICE THESE FARES APPLY FOR ECONOMY CLASS SERVICE. TYPES OF TRANSPORTATION FARES GOVERNED BY THIS RULE CAN BE USED TO CREATE ONE-WAY/ROUND-TRIP/CIRCLE-TRIP/OPEN-JAW/DOUBLE OPEN-JAW JOURNEYS. FARES GOVERNED BY THIS RULE CAN BE USED FOR GROUP TRANSPORTATIONS. SPECIAL FARE APPLICATION RULES FOR GROUP TRANSPORTATIONS CAN BE FOUND AT THE GROUP TRANSPORTATIONS RULES SECTION WWW.S7.RU/INFO/FARES.DOT AT THE WWW.S7.RU. CAPACITY LIMITATIONS THE CARRIER SHALL LIMIT THE NUMBER OF PASSENGERS CARRIED ON ANY ONE FLIGHT AT FARES GOVERNED BY THIS RULE AND SUCH FARES WILL NOT NECESSARILY BE AVAILABLE ON ALL FLIGHTS. THE NUMBER OF SEATS WHICH THE CARRIER SHALL MAKE AVAILABLE ON A GIVEN FLIGHT WILL BE DETERMINED BY THE CARRIERS BEST JUDGMENT OTHER CONDITIONS INCLUDED- - 1 PIECE OF CABIN BAGGAGE. -FOR ADULTS AND CHILDREN- -BAGGAGE ALLOWANCE 1 CHECK BAG UP TO 23KG. -FOR INFANTS -BAGGAGE ALLOWANCE 1 CHECK BAG UP TO 10 KG. - SEAT SELECTION DURING CHECK-IN/VIA WWW.S7.RU AND AT THE AIRPORT/ - 100 PERCENT MILES EARNED. AT CHARGE- - EXTRA BAG. - SEAT SELECTION DURING SALE AT CHARGE/NOT FOR EXTRA SPACE SEAT/. - EXTRA SPACE SEAT. - SPECIAL MEAL /IF AVAILABLE/. - UPGRADE TO BUSINESS WITHOUT LOUNGE ACCESS /VIA WWW.S7.RU OR DURING CHECK-IN AT THE AIRPORT/.</ns3:Text> <ns3:MarkupStyle>GENERAL-RULE</ns3:MarkupStyle> </ns3:Description> </ns3:Disclosures> </ns3:DisclosureList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>DME</ns3:AirportCode> <ns3:Date>2019-06-15</ns3:Date> <ns3:Time>17:00</ns3:Time> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>OVB</ns3:AirportCode> <ns3:Date>2019-06-16</ns3:Date> <ns3:Time>01:05</ns3:Time> <ns3:Terminal> <ns3:Name>A</ns3:Name> </ns3:Terminal> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>181</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>181</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML1"> <ns3:AircraftCode>32N</ns3:AircraftCode> <ns3:AirlineEquipCode>Airbus A320neo</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>1732</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT4H5M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> <ns3:FlightSegment SegmentKey="SEG2"> <ns3:Departure> <ns3:AirportCode>OVB</ns3:AirportCode> <ns3:Date>2019-06-20</ns3:Date> <ns3:Time>06:20</ns3:Time> <ns3:Terminal> <ns3:Name>A</ns3:Name> </ns3:Terminal> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>DME</ns3:AirportCode> <ns3:Date>2019-06-20</ns3:Date> <ns3:Time>06:40</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>178</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>GH</ns3:AirlineID> <ns3:FlightNumber>178</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment refs="ML2"> <ns3:AircraftCode>738</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800 Passenger</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>1732</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT4H20M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>DME</ns3:DepartureCode> <ns3:ArrivalCode>OVB</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> <ns3:OriginDestination OriginDestinationKey="OD2"> <ns3:DepartureCode>OVB</ns3:DepartureCode> <ns3:ArrivalCode>DME</ns3:ArrivalCode> <ns3:FlightReferences>SEG2</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:MediaList> <ns3:Media ListKey="ML2"> <ns3:MediaLink>https://static.s7cdn.online/hermes/IBE/image_airplane/737-800.png</ns3:MediaLink> </ns3:Media> <ns3:Media ListKey="ML1"> <ns3:MediaLink>https://static.s7cdn.online/hermes/IBE/image_airplane/a320-neo.png</ns3:MediaLink> </ns3:Media> </ns3:MediaList> <ns3:PenaltyList> <ns3:Penalty ObjectKey="PL1"> <ns3:Details> <ns3:Detail> <ns3:Type>NO-SHOW</ns3:Type> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">5000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">5000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">1500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">5000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> <ns3:Detail> <ns3:Type>AFTER-DEPARTURE</ns3:Type> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">1500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">5000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> </ns3:PenaltyList> <ns3:ServiceList> <ns3:Service ObjectKey="Meal_L"> <ns3:ServiceID Owner="Any">L</ns3:ServiceID> <ns3:Name>Meal</ns3:Name> <ns3:Descriptions> <ns3:Description> <ns3:Text>Lunch</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:Service> </ns3:ServiceList> </ns3:DataLists> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CurrencyMetadatas> <ns3:CurrencyMetadata MetadataKey="RUB"> <ns3:Application>Sale currency</ns3:Application> <ns3:Decimals>2</ns3:Decimals> </ns3:CurrencyMetadata> </ns3:CurrencyMetadatas> </ns3:OtherMetadata> <ns3:OtherMetadata> <ns3:RuleMetadatas> <ns3:RuleMetadata MetadataKey="RM1"> <ns3:RuleID>FareRules</ns3:RuleID> <ns3:Status>true</ns3:Status> </ns3:RuleMetadata> </ns3:RuleMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:FlightPriceRS> </ns2:Body> </ns2:Envelope>
Search by itinerary with selected flights. OW + 1xADT + Direct + S7 flight | v0.52 | flightInfo operation
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <FlightPriceRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>Basic-Auth*</AgentUserID> </AgentUserSender> </Sender> </Party> <Travelers> <Traveler> <AnonymousTraveler> <PTC Quantity="1">ADT</PTC> </AnonymousTraveler> </Traveler> </Travelers> <Query> <OriginDestination> <Flight> <Departure> <AirportCode>OVB</AirportCode> <Date>2023-10-28</Date> </Departure> <Arrival> <AirportCode>DME</AirportCode> <Date>2023-10-28</Date> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>2502</FlightNumber> </MarketingCarrier> </Flight> </OriginDestination> </Query> </FlightPriceRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:FlightPriceRS Version="2.000"> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:AirlineOffers> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">8701</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">8165</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">8701</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">8165</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NBSOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>NBSOW</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC1"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">8165</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12651</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">12115</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12651</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">12115</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NSTOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>NSTOW</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC2"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">12115</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF3</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">21301</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">20765</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>PLUS ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF3SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">21301</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">20765</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>PLUS ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NPLOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG3</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation/> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC3"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">20765</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF4</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">32666</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">32130</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC BUSINESS</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF4SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">32666</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">32130</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>B</ns3:CabinDesignator> <ns3:MarketingName>BASIC BUSINESS</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="6">D</ns3:Code> <ns3:MarketingName>DBSOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG3</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO2</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>DBSOW</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC4"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">32130</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF5</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">40966</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">40430</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD BUSINESS</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF5SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">40966</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">40430</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>B</ns3:CabinDesignator> <ns3:MarketingName>STANDARD BUSINESS</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="6">D</ns3:Code> <ns3:MarketingName>DSTOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG3</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO2</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>DSTOW</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC5"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">40430</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF6</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">56266</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">55730</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>PLUS BUSINESS</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF6SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">56266</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">55730</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>B</ns3:CabinDesignator> <ns3:MarketingName>PLUS BUSINESS</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="6">D</ns3:Code> <ns3:MarketingName>DPLOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG4</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO2</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation/> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC6"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">55730</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:DataLists> <ns3:AnonymousTravelerList> <ns3:AnonymousTraveler ObjectKey="SH1"> <ns3:PTC Quantity="1">ADT</ns3:PTC> </ns3:AnonymousTraveler> </ns3:AnonymousTravelerList> <ns3:CarryOnAllowanceList> <ns3:CarryOnAllowance ListKey="CO1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:Descriptions> <ns3:Description> <ns3:Text>10KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> <ns3:CarryOnAllowance ListKey="CO2"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:Descriptions> <ns3:Description> <ns3:Text>15KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> </ns3:CarryOnAllowanceList> <ns3:CheckedBagAllowanceList> <ns3:CheckedBagAllowance ListKey="BG1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>NO</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description/> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG2"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>temporarily unknown service</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>23 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 50 lb/23 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Max Length Up to 79 in/200 cm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG3"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>temporarily unknown service</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>32 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 70 lb/32 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 80 li/203 lcm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG4"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>2PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>temporarily unknown service</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>32 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 70 lb/32 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 80 li/203 lcm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> </ns3:CheckedBagAllowanceList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>OVB</ns3:AirportCode> <ns3:Date>2023-10-28</ns3:Date> <ns3:Time>06:15</ns3:Time> <ns3:Terminal> <ns3:Name>A</ns3:Name> </ns3:Terminal> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>DME</ns3:AirportCode> <ns3:Date>2023-10-28</ns3:Date> <ns3:Time>06:40</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2502</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2502</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment> <ns3:AircraftCode>73H</ns3:AircraftCode> <ns3:AirlineEquipCode>Boeing 737-800</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>1736</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT4H25M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>OVB</ns3:DepartureCode> <ns3:ArrivalCode>DME</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:PenaltyList> <ns3:Penalty ObjectKey="PL1"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> <ns3:Penalty ObjectKey="PL2"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">2000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">2000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>cancellationAndRefundPenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> </ns3:PenaltyList> <ns3:ServiceList> <ns3:Service ObjectKey="Meal_H"> <ns3:ServiceID Owner="Any">H</ns3:ServiceID> <ns3:Name>Meal</ns3:Name> <ns3:Descriptions> <ns3:Description> <ns3:Text>Hot meal</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:Service> </ns3:ServiceList> </ns3:DataLists> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CurrencyMetadatas> <ns3:CurrencyMetadata MetadataKey="RUB"> <ns3:Application>Sale currency</ns3:Application> <ns3:Decimals>2</ns3:Decimals> </ns3:CurrencyMetadata> </ns3:CurrencyMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:FlightPriceRS> </ns2:Body> </ns2:Envelope>
Search by itinerary with selected flights and RBD. OW + 1xADT + Direct + S7 flight | v0.52 | flightInfo operation
Check out
operation overview, their main purpose and use cases
references with detailed explanation of input&output parameters and possible errors
other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> <Body> <FlightPriceRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST"> <Document /> <Party> <Sender> <AgentUserSender> <PseudoCity>S7AGN8224</PseudoCity> <AgentUserID>Basic-Auth*</AgentUserID> </AgentUserSender> </Sender> </Party> <Travelers> <Traveler> <AnonymousTraveler> <PTC Quantity="1">ADT</PTC> </AnonymousTraveler> </Traveler> </Travelers> <Query> <OriginDestination> <Flight> <Departure> <AirportCode>OVB</AirportCode> <Date>2023-10-28</Date> </Departure> <Arrival> <AirportCode>DME</AirportCode> <Date>2023-10-28</Date> </Arrival> <MarketingCarrier> <AirlineID>S7</AirlineID> <FlightNumber>2508</FlightNumber> </MarketingCarrier> <ClassOfService> <Code>N</Code> </ClassOfService> </Flight> </OriginDestination> </Query> </FlightPriceRQ> </Body> </Envelope>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST"> <ns2:Body> <ns3:FlightPriceRS Version="2.000"> <ns3:Document> <ns3:Name>1.0</ns3:Name> </ns3:Document> <ns3:Success/> <ns3:AirlineOffers> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF1</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">8701</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">8165</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>BASIC ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF1SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">8701</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">8165</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>BASIC ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NBSOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG1</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>NBSOW</ns3:Type> <ns3:ReferenceValue>PL1</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC1"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">8165</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF2</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12651</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">12115</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>STANDARD ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF2SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">12651</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">12115</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>STANDARD ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NSTOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG2</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>NSTOW</ns3:Type> <ns3:ReferenceValue>PL2</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC2"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">12115</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> <ns3:AirlineOffer> <ns3:OfferID Owner="S7">OF3</ns3:OfferID> <ns3:TotalPrice> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">21301</ns3:Total> <ns3:Details> <ns3:Detail> <ns3:SubTotal Code="RUB">20765</ns3:SubTotal> <ns3:Application>Fare</ns3:Application> </ns3:Detail> </ns3:Details> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalPrice> <ns3:Disclosure> <ns3:Description> <ns3:Text>PLUS ECONOMY</ns3:Text> </ns3:Description> </ns3:Disclosure> <ns3:PricedOffer> <ns3:OfferPrice OfferItemID="OF3SL1"> <ns3:RequestedDate> <ns3:PriceDetail> <ns3:TotalAmount> <ns3:DetailCurrencyPrice> <ns3:Total Code="RUB">21301</ns3:Total> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:DetailCurrencyPrice> </ns3:TotalAmount> <ns3:BaseAmount Code="RUB">20765</ns3:BaseAmount> </ns3:PriceDetail> <ns3:Associations> <ns3:OtherAssociation> <ns3:OtherAssociation> <ns3:Type>SEG1 OVB-DME</ns3:Type> <ns3:ReferenceValue>Meal_H</ns3:ReferenceValue> </ns3:OtherAssociation> </ns3:OtherAssociation> </ns3:Associations> <ns3:Associations> <ns3:AssociatedTraveler> <ns3:TravelerReferences>SH1</ns3:TravelerReferences> </ns3:AssociatedTraveler> <ns3:ApplicableFlight> <ns3:OriginDestinationReferences>OD1</ns3:OriginDestinationReferences> <ns3:FlightSegmentReference ref="SEG1"> <ns3:Cabin> <ns3:CabinDesignator>Y</ns3:CabinDesignator> <ns3:MarketingName>PLUS ECONOMY</ns3:MarketingName> </ns3:Cabin> </ns3:FlightSegmentReference> <ns3:FlightSegmentReference ref="SEG1"> <ns3:ClassOfService> <ns3:Code SeatsLeft="9">N</ns3:Code> <ns3:MarketingName>NPLOW</ns3:MarketingName> </ns3:ClassOfService> <ns3:BagDetailAssociation> <ns3:CheckedBagReferences>BG3</ns3:CheckedBagReferences> <ns3:CarryOnReferences>CO1</ns3:CarryOnReferences> </ns3:BagDetailAssociation> </ns3:FlightSegmentReference> </ns3:ApplicableFlight> <ns3:OtherAssociation/> </ns3:Associations> </ns3:RequestedDate> <ns3:FareDetail> <ns3:FareComponent refs="SH1" ObjectKey="FC3"> <ns3:Parameters Quantity="1"/> <ns3:PriceBreakdown> <ns3:Price> <ns3:BaseAmount Code="RUB">20765</ns3:BaseAmount> <ns3:Taxes> <ns3:Total Code="RUB">536</ns3:Total> </ns3:Taxes> </ns3:Price> </ns3:PriceBreakdown> </ns3:FareComponent> </ns3:FareDetail> </ns3:OfferPrice> </ns3:PricedOffer> </ns3:AirlineOffer> </ns3:AirlineOffers> <ns3:DataLists> <ns3:AnonymousTravelerList> <ns3:AnonymousTraveler ObjectKey="SH1"> <ns3:PTC Quantity="1">ADT</ns3:PTC> </ns3:AnonymousTraveler> </ns3:AnonymousTravelerList> <ns3:CarryOnAllowanceList> <ns3:CarryOnAllowance ListKey="CO1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:Descriptions> <ns3:Description> <ns3:Text>10KG</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CarryOnAllowance> </ns3:CarryOnAllowanceList> <ns3:CheckedBagAllowanceList> <ns3:CheckedBagAllowance ListKey="BG1"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>NO</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description/> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG2"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>temporarily unknown service</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>23 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 50 lb/23 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Max Length Up to 79 in/200 cm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> <ns3:CheckedBagAllowance ListKey="BG3"> <ns3:AllowanceDescription> <ns3:ApplicableParty>Traveler</ns3:ApplicableParty> <ns3:ApplicableBag>1PC</ns3:ApplicableBag> <ns3:Descriptions> <ns3:Description> <ns3:Text>temporarily unknown service</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Fishing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Golf Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Skiing Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Bicycle</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Hockey Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Stroller/Pushchair</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Sporting Equipment</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>32 KG</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 70 lb/32 kg</ns3:Text> </ns3:Description> <ns3:Description> <ns3:Text>Up to 80 li/203 lcm</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:AllowanceDescription> </ns3:CheckedBagAllowance> </ns3:CheckedBagAllowanceList> <ns3:FlightSegmentList> <ns3:FlightSegment SegmentKey="SEG1"> <ns3:Departure> <ns3:AirportCode>OVB</ns3:AirportCode> <ns3:Date>2023-10-28</ns3:Date> <ns3:Time>11:45</ns3:Time> <ns3:Terminal> <ns3:Name>A</ns3:Name> </ns3:Terminal> </ns3:Departure> <ns3:Arrival> <ns3:AirportCode>DME</ns3:AirportCode> <ns3:Date>2023-10-28</ns3:Date> <ns3:Time>12:10</ns3:Time> </ns3:Arrival> <ns3:MarketingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2508</ns3:FlightNumber> </ns3:MarketingCarrier> <ns3:OperatingCarrier> <ns3:AirlineID>S7</ns3:AirlineID> <ns3:FlightNumber>2508</ns3:FlightNumber> </ns3:OperatingCarrier> <ns3:Equipment> <ns3:AircraftCode>32A</ns3:AircraftCode> <ns3:AirlineEquipCode>Airbus A320</ns3:AirlineEquipCode> </ns3:Equipment> <ns3:FlightDetail> <ns3:FlightDistance> <ns3:Value>1736</ns3:Value> <ns3:UOM>Miles</ns3:UOM> </ns3:FlightDistance> <ns3:FlightDuration> <ns3:Value>PT4H25M</ns3:Value> </ns3:FlightDuration> </ns3:FlightDetail> </ns3:FlightSegment> </ns3:FlightSegmentList> <ns3:OriginDestinationList> <ns3:OriginDestination OriginDestinationKey="OD1"> <ns3:DepartureCode>OVB</ns3:DepartureCode> <ns3:ArrivalCode>DME</ns3:ArrivalCode> <ns3:FlightReferences>SEG1</ns3:FlightReferences> </ns3:OriginDestination> </ns3:OriginDestinationList> <ns3:PenaltyList> <ns3:Penalty ObjectKey="PL1"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3500</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> <ns3:Penalty ObjectKey="PL2"> <ns3:Details> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>changePenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">2000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">2000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> <ns3:Detail> <ns3:Type>BEFORE-DEPARTURE</ns3:Type> <ns3:Application> <ns3:Code>cancellationAndRefundPenalty</ns3:Code> </ns3:Application> <ns3:Amounts> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MinimumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> <ns3:Amount> <ns3:CurrencyAmountValue Code="RUB">3000</ns3:CurrencyAmountValue> <ns3:AmountApplication>MaximumPenaltyAmount</ns3:AmountApplication> </ns3:Amount> </ns3:Amounts> </ns3:Detail> </ns3:Details> </ns3:Penalty> </ns3:PenaltyList> <ns3:ServiceList> <ns3:Service ObjectKey="Meal_H"> <ns3:ServiceID Owner="Any">H</ns3:ServiceID> <ns3:Name>Meal</ns3:Name> <ns3:Descriptions> <ns3:Description> <ns3:Text>Hot meal</ns3:Text> </ns3:Description> </ns3:Descriptions> </ns3:Service> </ns3:ServiceList> </ns3:DataLists> <ns3:Metadata> <ns3:Other> <ns3:OtherMetadata> <ns3:CurrencyMetadatas> <ns3:CurrencyMetadata MetadataKey="RUB"> <ns3:Application>Sale currency</ns3:Application> <ns3:Decimals>2</ns3:Decimals> </ns3:CurrencyMetadata> </ns3:CurrencyMetadatas> </ns3:OtherMetadata> </ns3:Other> </ns3:Metadata> </ns3:FlightPriceRS> </ns2:Body> </ns2:Envelope>
- No labels