Order/booking status review¶
General terms¶
Endpoint: /api/Order/Retrieve
The Mixvel_OrderRetrieveRQ request is used to obtain full booking data. The request parameters must be MixOrderID, OrderID, BookingRefID or TicketNumber.
In response to a successful request, the agent receives a Mixvel_OrderViewRS message that will contain the full booking data: data on transportation segments, passenger data, receipts and payment details, as well as information on the current OrderItemID.
Request structure¶
The input data of the request must satisfy the Mixvel_OrderRetrieveRQ.xsd scheme and contain the following basic data (the table shows the main parameters of the message, full parameters can be found in the xsd scheme or in the xml examples of a specific message):
| Parameter XPath | Filling example | Description |
|---|---|---|
| Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/DocFilterCriteria/DocumentNumber | 2985000009968 | Ticket number issued as part of a specific Order. |
| или | ||
| Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/Order/OrderID | 06031-200201-OAC1234 | Unique Order/Booking identifier. |
| или | ||
| Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/MixOrder/MixOrderID | 06031-200201-MAA003 | Unique Orders cart identifier. |
| или | ||
| Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/BookingRefFilterCriteria/BookingRefID | 1WRDXB | Unique booking number identifier. |
Response structure¶
The system response to the booking request corresponds to the Mixvel_OrderViewRS.xsd scheme and contains the following main data (the table displays the main parameters of the message, full parameters can be found in the xsd schema or in the xml examples of a specific message):
| Parameter XPath | Filling example | Description |
|---|---|---|
| Mixvel_OrderViewRS/Response/MixOrder/Order | complex | Order data, including associated and non-associated services, transportation rates, total cost of the order and included services |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ OrderItem |
complex | Reflects the services of a specific passenger and a document confirming the right to services; if changes are made to the Order (including through external systems), OrderItemID is updated |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ TotalPrice |
complex | Total cost of the order, including tariff and fees |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ OrderItem/FareDetail |
complex | Information about the tariff of the current order element of the “Transportation” type |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ OrderItem/Service |
complex | List of services included in the current order element; may include both transportation services and additional associated services |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ OrderItem/Service/PaxRefID |
complex | Passenger ID to which this order item relates |
| Mixvel_OrderViewRS/Response/MixOrder/Order/ OrderItem/Service/ServiceAssociations /ServiceDefinitionRef/ServiceDefinitionRefID |
token | Link to the description and characteristics of the additional service included in this order element |
| Mixvel_OrderViewRS/Response/DataLists/BaggageAllowanceList | complex | Data describing the conditions of baggage transportation for each “Transportation” service included in the order |
| Mixvel_OrderViewRS/Response/DataLists/ContactInfoList | complex | Data describing the contact information of passengers of the order |
| Mixvel_OrderViewRS/Response/DataLists/PaxList | complex | Data describing passengers of the order, their personal information and document data |
| Mixvel_OrderViewRS/Response/DataLists/PaxSegmentList | complex | Data describing passenger segments of transportation, including point of departure and destination, departure time, duration of trip, etc. |
| Mixvel_OrderViewRS/Response/DataLists/ServiceDefinitionList | complex | Information about the services included in the order, including their description, RFIC and RFISC codes, etc. |
| Mixvel_OrderViewRS/Response/DataLists/ValidatingPartyList | complex | Validating carrier/provider details |
| Mixvel_OrderViewRS/Response/TicketDocInfo | complex | Itinerary receipt data for paid order services TicketDocInfo contains a link to a specific passenger in the PaxRefID element; if there are several documents for one passenger, for example, when issuing tickets within M1/M2 or the presence of additional services issued on separate documents, several TicketDocInfo structures will be created to reflect all documents created within MixOrder; all documents will contain a link to the passenger for whom the document was issued; when registering transportation, the TicketDocInfo/Ticket/Coupon structure will contain a link to ServiceID in the OrderItem structure, which contains information about the validating carrier (./Service /ValidatingPartyRefID) and segment associations (./Servcie/ServiceAssociation/PaxSegmentRefID); for an additional service -the Service will also contain information about the validating carrier (./Service/ValidatingPartyRefID), information about the additional service itself will also be added (.../Service/ServiceAssociations/ServiceDefinitionRef/) |
| Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/Coupon /ServiceQty |
1 | Amount of services for a single coupon (EMD) |
| Mixvel_OrderViewRS/Response/PaymentFunctions/Ticket/Coupon /ExcessBaggage/ExcessBaggageMeasure |
23 | Excess baggage information for baggage EMDs |
| Mixvel_OrderViewRS/PaymentFunctions /PaymentProcessingSummary |
complex | Data on received payments for specific order services |
| Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/Coupon /SettlementAuthorizationID |
6060001161956 | SAC code (settlement code for ET and EMD) |
Usage scenario and message examples¶
Request by MixOrderID¶
A request to obtain order data by MixOrderID will look like this:
Show request example
<?xml version="1.0"?>
<Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header xmlns="" />
<Body xmlns="">
<MessageInfo MessageId="f2752f95-d67c-4d36-89a0-d52b10015e9e" TimeSent="2025-01-21T16:05:41.1424732Z" />
<AppData>
<Mixvel_OrderRetrieveRQ xmlns="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request xmlns="">
<OrderFilterCriteria>
<MixOrder>
<MixOrderID>62960-251211-MEB1019</MixOrderID>
</MixOrder>
</OrderFilterCriteria>
</Request>
</Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</Envelope>
In response, the system receives a message Mixvel_OrderViewRS with complete information about the order, payment data and information about issued route receipts.
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0bfd-4aab-7610-8b4d-c6973e96401d" ReplyTo="f2752f95-d67c-4d36-89a0-d52b10015e9e" TimeSent="2025-12-11T05:58:28.5075415Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>df5511ed-4d9d-4603-8b58-0bcde690b15d</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>6d885162-f8fd-408e-bf12-8456f2ccef74</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB 55L X 40W X 25H (08A)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>mail@mail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79217776655</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>+74955556677</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency</ContactInfoID>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74955556677</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="TCH">СПТ</OriginCode>
<OriginDestID>aba36e66-b679-4d7e-b600-5603f40511fb</OriginDestID>
<PaxJourneyRefID>1f096d74-4b3d-419b-b3c5-d017092bbdce</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>1f096d74-4b3d-419b-b3c5-d017092bbdce</PaxJourneyID>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>55</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2040-04-12</ExpiryDate>
<IdentityDocID>5555555555</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1970-02-02</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>IVAN</GivenName>
<MiddleName>IVANOVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>62960-251211-OEB1020</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>ae018dd5-5a4d-413c-97cc-bb2b7c7b957b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6009</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6009</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>25 PCT MILES FOR FARES BPX SOC (06A)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>50 75 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>75 100 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME7)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ (ME1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 100 TO 125 PCT MILES EARNED (M10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ (ME2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 125 TO 150 PCT MILES EARNED (M12)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ (ME3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 125 МИЛЬ (06Y)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>175 PERCENT MILES EARNED (M17)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 200 TO 225 PCT MILES EARNED (M20)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 250 TO 300 PCT MILES EARNED (M25)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY10KG 22LBUPTO 55X40X25CM (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY15KG 33LBUPTO 55X40X25CM (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДО 50Ф 23КГ И ДО 80Д 203СМ (0GP)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 70Ф 32КГ И ДО 80Д 203СМ (0FN)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2Е СВЕРХНОРМАТИВНОЕ МЕСТО (0CD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС (CNS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР (UT2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ ПОСАДКА (0G6)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ БАГАЖ (0LF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ (SVO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС (0NI)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР (UPF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧКЛАДЬ ДО 36Х30Х27 (098)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ ДОСМОТР (FTR)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЯ В РАДИУСЕ 12Ч (SHO)</DescText>
</Desc>
<Name>ECONOMY LITE</Name>
<PriceClassID>574fccf9-c63a-4329-b7c2-8ea5cb2e3288</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>df5511ed-4d9d-4603-8b58-0bcde690b15d</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>5a63996e-6401-4348-8e27-0bde6dade85d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>6d885162-f8fd-408e-bf12-8456f2ccef74</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>bf2f24d5-df67-4a14-b54b-7bb9d3d4d532</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>9cebdabc-b3a4-4fc7-8750-f9cb1191412f</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>62960-251211-MEB1019</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>29480M</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D4WCZ</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-11T08:56:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>62960-251211-OEB1020</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T08:56:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
<PriceClassRefID>574fccf9-c63a-4329-b7c2-8ea5cb2e3288</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>3276cac5-de9a-4d68-8254-81ea967fd908</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-25T08:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9cebdabc-b3a4-4fc7-8750-f9cb1191412f</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>e1d27c66-e9dd-40c8-9a1b-f6400aa6e75b</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9cebdabc-b3a4-4fc7-8750-f9cb1191412f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>5a63996e-6401-4348-8e27-0bde6dade85d</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>8fda4cbc-56dc-47fb-8e48-dfdd54e3823f</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9cebdabc-b3a4-4fc7-8750-f9cb1191412f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>bf2f24d5-df67-4a14-b54b-7bb9d3d4d532</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>da6f97e8-6f4b-4df3-8879-956db4ebb96a</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>aba36e66-b679-4d7e-b600-5603f40511fb</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-11T05:58:28.3606809Z</RelevanceDateTime>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2025-12-11T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>62960-251211-OEB1020</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">5694.00</Amount>
<PaymentID>9dbf3319-72c0-47ab-8352-ee2f29f24065</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>29480M</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D4WCZ</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>P5555555555/DOB02FEB70/NDSA/C482.73/NONREF/HEBO3BPATEH</EndorsementText>
<FareDetail>
<FareCalculationInfo>
<AddInfoText>LED SU MOW5090RUB5090END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>62960-251211-OEB1020</OrderID>
<OrderItemID>3276cac5-de9a-4d68-8254-81ea967fd908</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-12-11T08:57:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99MKS</AgencyID>
<Name>MOSCOW
MIXVEL</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>df5511ed-4d9d-4603-8b58-0bcde690b15d</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2025-12-25</EffectiveDate>
<ExpirationDate>2025-12-25</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>RNOR</FareBasisCode>
<ServiceRefID>e1d27c66-e9dd-40c8-9a1b-f6400aa6e75b</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>28e523b1-1000-400b-9dab-af5f8b5243b3</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://s3.dev.mixvel.com/itinerary.receipts.test/62960-251211-OEB1020.5556170073959.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20251211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251211T055828Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=9460439327f345765757c7088276fb821b5e805f8e40e66fac385aef7806bc1c</URL>
</TicketReceipt>
<RemarkText>PP 5555555555 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>92312345</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>5556170073959</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>9dbf3319-72c0-47ab-8352-ee2f29f24065</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Search for an order by booking or ticket number¶
Mixvel has the ability to search for an order by PNR number and ticket number.
Search for an order by PNR number:
- Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/BookingRefFilterCriteria
| Element | Description |
|---|---|
| .../AirlineDesigCode | Specifying the system code |
| …/BookingRefID | Existing booking link ID |
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-21T18:24:23Z"/>
<AppData>
<o:Mixvel_OrderRetrieveRQ xmlns:o="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request>
<OrderFilterCriteria>
<BookingRefFilterCriteria>
<AirlineDesigCode>15</AirlineDesigCode>
<BookingRefID>24S39K</BookingRefID>
</BookingRefFilterCriteria>
</OrderFilterCriteria>
</Request>
</o:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Search for an order by ticket number:
- Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/DocFilterCriteria
| Element | Description |
|---|---|
| …/DocType | Type of reporting document |
| …/DocumentNumber | MCO, ticket or EMD identification number indicating a previously issued document |
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-21T18:47:56Z"/>
<AppData>
<o:Mixvel_OrderRetrieveRQ xmlns:o="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request>
<OrderFilterCriteria>
<DocFilterCriteria>
<DocType>T</DocType>
<DocumentNumber>5556170212217</DocumentNumber>
</DocFilterCriteria>
</OrderFilterCriteria>
</Request>
</o:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Currency code indication¶
The following optional structure should be used in Mixvel_OrderRetrieveRQ request to point out the currency code:
- MixVel_OrderRetrieveRQ/Request/ResponseParameters/CurParameter/CurCode
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelop xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-21T16:32:25Z"/>
<AppData>
<m:Mixvel_OrderRetrieveRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request>
<OrderFilterCriteria>
<MixOrder>
<MixOrderID>96829-250121-MEO2796</MixOrderID>
</MixOrder>
</OrderFilterCriteria>
<ResponseParameters>
<CurParameter>
<CurCode>USD</CurCode>
</CurParameter>
</ResponseParameters>
</Request>
</m:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Receiving route receipt data¶
To obtain the itinerary receipt data in XML format, it is necessary to include the parameter ShowItinReceipt in the Mixvel_OrderRetrieveRQ and Mixvel_OrderChangeRQ requests:
-
Mixvel_OrderChangeRQ/Request/ResponseParameters/ShowItinReceipt
-
Mixvel_OrderRetrieveRQ/Request/ResponseParameters/ShowItinReceipt
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelop xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-04-24T21:20:16Z"/>
<AppData>
<m:Mixvel_OrderRetrieveRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request>
<OrderFilterCriteria>
<MixOrder>
<MixOrderID>96829-250424-MEX2292</MixOrderID>
</MixOrder>
</OrderFilterCriteria>
<ResponseParameters>
<ShowItinReceipt>true</ShowItinReceipt>
</ResponseParameters>
</Request>
</m:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="b920d0f4-8420-49e4-9217-0ba4dbe4cd1d" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-04-24T21:20:16.9633765Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>06616104-eaf8-474b-8d8a-01aed09670fe</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABBIN BAGGAGE 10KG 40X30X20 (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>2f90584f-f63b-4e86-ace7-d41d12583e3e</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode>LED</DestCode>
<OriginCode>MOW</OriginCode>
<OriginDestID>e690d661-41fb-47b6-812d-daf7ecfdc2f0</OriginDestID>
<PaxJourneyRefID>004b3f7e-270b-4763-8e5b-05cc2b35f6e9</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>004b3f7e-270b-4763-8e5b-05cc2b35f6e9</PaxJourneyID>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>35</AgeMeasure>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2026-01-01</ExpiryDate>
<IdentityDocID>4020825625</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>Ivanov</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1990-01-01</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>Boris</GivenName>
<MiddleName>Alexeevich</MiddleName>
<Surname>Ivanov</Surname>
</Individual>
<OrderRefID>96829-250424-OEX2293</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<ARNK_Ind>false</ARNK_Ind>
<Arrival>
<ScheduledDateTime>2025-07-18T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-07-18T13:40:00</ScheduledDateTime>
<IATA_LocationCode>LED</IATA_LocationCode>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>1c2443b8-5d35-4424-98bf-7a25917b0911</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-07-18T12:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-07-18T12:00:00</ScheduledDateTime>
<IATA_LocationCode>DME</IATA_LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<MarketingCarrierFlightNumberText>295</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<OperatingCarrierFlightNumberText>295</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>SMARTLIGHT</Code>
<Desc>
<Access>N</Access>
<DescText>МЕСТО ДО 10 КГ МЕНЕЕ 203СМ (0E4)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧКЛАДЬ ДО 10КГ 40Х30Х20СМ (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК (0BH)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С 3 ПО 6 РЯДЫ (ST2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НОРМА БАГАЖА ДО 23КГ ДО 203СМ (0GP)</DescText>
</Desc>
<Name>SMART LIGHT</Name>
<PriceClassID>73e24ec1-0400-4183-9ebd-e0d6415bbfe0</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>2f90584f-f63b-4e86-ace7-d41d12583e3e</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>d544c0b2-a24f-421c-b8b2-75a1aee42b1f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>06616104-eaf8-474b-8d8a-01aed09670fe</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>f807b507-b1b9-4f5d-85af-fa6731a8df83</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>97304b0a-bed0-47e4-af5f-ca295f440d2f</ValidatingPartyID>
<ValidatingPartyCode>5N</ValidatingPartyCode>
<ValidatingPartyName>Смартавиа</ValidatingPartyName>
<ValidatingPartyDesigCode>316</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>96829-250424-MEX2292</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>27P121</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>5N</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1K458W</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-04-25T00:19:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>96829-250424-OEX2293</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>ILTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ILTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
</FareRule>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-04-27T00:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
<PriceClassRefID>73e24ec1-0400-4183-9ebd-e0d6415bbfe0</PriceClassRefID>
<RBD>
<RBD_Code>I</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>f0bae503-4502-4852-877c-917b3b24b7f6</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-07-18T09:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>97304b0a-bed0-47e4-af5f-ca295f440d2f</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>bb78b9a2-a6e0-402e-b8c8-09b62c82317f</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>97304b0a-bed0-47e4-af5f-ca295f440d2f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>d544c0b2-a24f-421c-b8b2-75a1aee42b1f</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>07321849-a0f7-45e6-906c-72de7eebddc9</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>97304b0a-bed0-47e4-af5f-ca295f440d2f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>f807b507-b1b9-4f5d-85af-fa6731a8df83</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>612f57ff-5355-46bf-ad9b-ef457f2ef410</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>e690d661-41fb-47b6-812d-daf7ecfdc2f0</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-04-24T21:20:16.8062486Z</RelevanceDateTime>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2025-04-25T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>96829-250424-OEX2293</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">380.00</Amount>
<PaymentID>4de0e51f-0fcc-44e2-a34b-71bacd3c9027</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>27P121</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>5N</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1K458W</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>NDSA/K34.54/BREND SMART LIGHT.TOLKO RUCH KLAD 10KG 40KH30KH20.NEVOZVRA
T
NYI</EndorsementText>
<FareDetail>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>ILTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ILTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
</FareRule>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-04-27T00:19:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
<PriceClassRefID>73e24ec1-0400-4183-9ebd-e0d6415bbfe0</PriceClassRefID>
<RBD>
<RBD_Code>I</RBD_Code>
</RBD>
</FareComponent>
<FareCalculationInfo>
<AddInfoText>MOW 5N LED90RUB90END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>96829-250424-OEX2293</OrderID>
<OrderItemID>f0bae503-4502-4852-877c-917b3b24b7f6</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-04-25T00:20:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99GRS</AgencyID>
<Name>MOSKVA
AO SIRENA TREVEL</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>2f90584f-f63b-4e86-ace7-d41d12583e3e</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2025-07-18</EffectiveDate>
<ExpirationDate>2025-07-18</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>ILTOW</FareBasisCode>
<ServiceRefID>bb78b9a2-a6e0-402e-b8c8-09b62c82317f</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>8f16f083-e216-4337-8bdb-bd7a5312ee44</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://s3.sirena-research.ru/itinerary.receipts.test/96829-250424-OEX2293.3166120001779.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20250424%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250424T212016Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=4c50cd2a3869849eb56eb785f17a809e7fde093f6feb4a0dd2ee1f7761bc28ee</URL>
</TicketReceipt>
<TicketReceiptData>
<ElectronicTicketForm>
<IssuePlace>
<AgencyCodeSession>99ГРС ТКП </AgencyCodeSession>
<AgencyName>ЗАО "СИРЕНА-ТРЭВЕЛ"</AgencyName>
<CityCountry>МОСКВА РФ </CityCountry>
<POS_CodeOperatorCodeCalculationMethod>00118580 5766 0</POS_CodeOperatorCodeCalculationMethod>
</IssuePlace>
<IssueDate>25АПР25</IssueDate>
<IndividualName>IVANOV/BORIS A MR</IndividualName>
<IdentityDocType>ПС4020825625</IdentityDocType>
<TaxType>0</TaxType>
<OriginDest>МОВСПТ</OriginDest>
<CarrierInfo>АО АК СМАРТАВИА</CarrierInfo>
<AirlineInformation>
<BookingRef>27P121</BookingRef>
<CodeType>15</CodeType>
</AirlineInformation>
<BookingRefID>27P121</BookingRefID>
<BookingCarrierEntity>1K458W/5N</BookingCarrierEntity>
<FormSerialNumber>316 6120001779</FormSerialNumber>
<ConjTicketsPRN />
<ConjTickets />
<LastIssue> </LastIssue>
<TourCodeType />
<OrigIssue> </OrigIssue>
<ItineraryType>
<LocationCityName>МОСКВА</LocationCityName>
<IATA_LocationCode>МОВ</IATA_LocationCode>
<Carrier>5N </Carrier>
<FlightNumber>295</FlightNumber>
<RBD_Code>I</RBD_Code>
<DateInf>18ИЮЛ</DateInf>
<TimeInf>1200</TimeInf>
<StatusCode> OK</StatusCode>
<TaxCodeType>ILTOW</TaxCodeType>
<MinVis>18ИЮЛ25</MinVis>
<MaxVis>18ИЮЛ25</MaxVis>
<LuggNormType>НЕТ</LuggNormType>
<ArrivalTime>1340</ArrivalTime>
<ArriavalDate>18ИЮЛ</ArriavalDate>
<ArrivalDate>18ИЮЛ</ArrivalDate>
<AirportName>ДОМОДЕДОВО</AirportName>
<AirportCode>DME</AirportCode>
</ItineraryType>
<ItineraryType>
<LocationCityName>САНКТ-ПЕТЕРБУРГ</LocationCityName>
<IATA_LocationCode>СПТ</IATA_LocationCode>
<AirportName>ПУЛКОВО 1</AirportName>
<AirportCode>ПЛК</AirportCode>
</ItineraryType>
<EndorsementsRestrictions>НДСА/К34.54/БРЕНД SMART LIGHT.ТОЛЬКО РУЧ КЛАДЬ 10КГ 40Х30Х20.НЕВОЗВРАТНЫЙ </EndorsementsRestrictions>
<PaymentProcessingDetailsPaymentMethod>НАЛ</PaymentProcessingDetailsPaymentMethod>
<PaymentDocInf />
<TaxSummaryType>MOW 5N LED90RUB90END PS290РУБ</TaxSummaryType>
<Tax>90.00РУБ</Tax>
<TaxSummary>90.00</TaxSummary>
<TaxAmountCurCode>РУБ</TaxAmountCurCode>
<EquivTaxPD> </EquivTaxPD>
<TaxRU> </TaxRU>
<TaxX>XT290РУБ</TaxX>
<TotalAmount>380РУБ</TotalAmount>
<TotalSumAmount>380РУБ</TotalSumAmount>
<BarCode>M1IVANOV/BORIS E1K458W DMELED5N 295 199I 49>50000316/6120001779 27P121PS4020825625 </BarCode>
<QRLink>https://www.tch.ru/_vti_bin/INTEGRAV/GetEticket.aspx?31661200017792025042510C66EB4AC2621C2</QRLink>
</ElectronicTicketForm>
</TicketReceiptData>
<RemarkText>PP 4020825625 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>00118580</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>3166120001779</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>4de0e51f-0fcc-44e2-a34b-71bacd3c9027</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Refund receipt¶
Refund Receipt is made up after manual or automatic return is done; and also - when returning a EMD. It is available in the response:
- Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/RefundReceiptData
To deliver the Refund Receipt in the response of the method Mixvel_OrderViewRS, it’s necessary to point out the parameter ShowItinReceipt in the requests Mixvel_OrderChangeRQ and Mixvel_OrderRetrieveRQ:
-
Mixvel_OrderChangeRQ/Request/ResponseParameters/ShowItinReceipt
-
Mixvel_OrderRetrieveRQ/Request/ResponseParameters/ShowItinReceipt
Example of Mixvel_OrderRertrieveRQ:
Show request example
<?xml version="1.0"?>
<Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header xmlns=""/>
<Body xmlns="">
<MessageInfo MessageId="f2752f95-d67c-4d36-89a0-d52b10015e9e" TimeSent="2025-01-21T17:41:02.1424732Z"/>
<AppData>
<Mixvel_OrderRetrieveRQ xmlns="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request xmlns="">
<OrderFilterCriteria>
<MixOrder>
<MixOrderID>62960-251211-MEB1033</MixOrderID>
</MixOrder>
</OrderFilterCriteria>
<ResponseParameters>
<ShowItinReceipt>true</ShowItinReceipt>
</ResponseParameters>
</Request>
</Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</Envelope>
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0c06-8625-7077-b2df-cc0f7c84e2c3" ReplyTo="f2752f95-d67c-4d36-89a0-d52b10015e9e" TimeSent="2025-12-11T06:08:33.8562899Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>9edaf33c-9a06-402e-aad5-f02bcf84f067</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>9cfa4fce-e05a-4cde-a2b4-6e4b2cb4a1ef</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>SU WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10 KG/33LB NOT EXCEEDING 55 CM IN LENGTH 40 CM IN WIDTH AND 25 CM IN HEIGHT. PLEASE VISIT WWW.AEROFLOT.RU FOR FULL DETAILS OF SU HAND BAGGAGE POLICY. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LB 55L X 40W X 25H (08A)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>mail@mail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79217776655</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>+74955556677</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency</ContactInfoID>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74955556677</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="TCH">СПТ</OriginCode>
<OriginDestID>41f961bd-b442-4244-b64f-a6b4e11545f6</OriginDestID>
<PaxJourneyRefID>37b8581c-bac9-4393-a08e-c1027f32dd12</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H45M</Duration>
<PaxJourneyID>37b8581c-bac9-4393-a08e-c1027f32dd12</PaxJourneyID>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>55</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2040-04-12</ExpiryDate>
<IdentityDocID>5555555555</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1970-02-02</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>IVAN</GivenName>
<MiddleName>IVANOVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>62960-251211-OEB1034</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T12:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<TerminalName>A</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>14df0246-253d-4f48-a0f5-c56337743fe9</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T11:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H45M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<FranchiseCarrierInfo>
<CarrierDesigCode>FV</CarrierDesigCode>
<FranchiseCarrierFlightNumberText>6009</FranchiseCarrierFlightNumberText>
</FranchiseCarrierInfo>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6009</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>NB</Code>
<Desc>
<Access>N</Access>
<DescText>25 PCT MILES FOR FARES BPX SOC (06A)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>50 75 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME5)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>75 100 ПРОЦ ЗАРАБОТАННЫХ МИЛЬ (ME7)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОТ 75 ДО 125 ПРЦН ЗАРАБОТ МИЛ (ME1)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 100 TO 125 PCT MILES EARNED (M10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 100 ДО 150 ПРЦН ЗАРАБОТ МИЛ (ME2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 125 TO 150 PCT MILES EARNED (M12)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТ 150 ДО 200 ПРЦН ЗАРАБОТ МИЛ (ME3)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 125 МИЛЬ (06Y)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НАЧИСЛЕНИЕ 150 ПРОЦ МИЛЬ (06M)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>175 PERCENT MILES EARNED (M17)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 200 TO 225 PCT MILES EARNED (M20)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>FM 250 TO 300 PCT MILES EARNED (M25)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>CARRY10KG 22LBUPTO 55X40X25CM (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>CARRY15KG 33LBUPTO 55X40X25CM (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДО 50Ф 23КГ И ДО 80Д 203СМ (0GP)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 70Ф 32КГ И ДО 80Д 203СМ (0FN)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2Е СВЕРХНОРМАТИВНОЕ МЕСТО (0CD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ИЗМЕНЕНИЕ ПРИ НЕЯВКЕ НА РЕЙС (CNS)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ДО ЗАКРЫТ РЕГИСТРАЦИИ (RBC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ЗАКРЫТ РЕГИСТРАЦ (RBA)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ОТКРЫТАЯ ДАТА ОБРАТНО (ORD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО КОМФОРТ ПРИ РЕГИСТР (UT2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ ПОСАДКА (0G6)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ БАГАЖ (0LF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНАЯ РЕГИСТРАЦИЯ (03P)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОСТУП В ЗАЛ ОЖИДАНИЯ ШРМ (SVO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>БИЗНЕС ЗАЛ (0BX)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПОВЫШ КЛАССА ОБСЛ С МИЛ БОНУС (0NI)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ОСТАНОВКА (STO)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОСТУП В ИНТЕРНЕТ (0CL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ОСНОВНОЕ МЕСТО (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОВЫШ ДО БИЗНЕС ПРИ РЕГИСТР (UPF)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧКЛАДЬ ДО 36Х30Х27 (098)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПРИОРИТЕТНЫЙ ДОСМОТР (FTR)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЯ В РАДИУСЕ 12Ч (SHO)</DescText>
</Desc>
<Name>ECONOMY LITE</Name>
<PriceClassID>cf78c51c-0fcd-4966-8249-2c070e021f8d</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>9edaf33c-9a06-402e-aad5-f02bcf84f067</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>305c7a99-3b6f-48c7-8676-15e3e242ab2a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>9cfa4fce-e05a-4cde-a2b4-6e4b2cb4a1ef</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>4d6ec277-ad21-4149-a2c1-ca4d4542d21c</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>123ba7fc-d2bf-4704-bdfb-beb946421602</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>62960-251211-MEB1033</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294837</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D4WDL</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-11T09:07:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>62960-251211-OEB1034</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>RNOR</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>RNOR</FareBasisCode>
<FareRule>
<RuleCode>ENR1</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-13T09:07:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
<PriceClassRefID>cf78c51c-0fcd-4966-8249-2c070e021f8d</PriceClassRefID>
<RBD>
<RBD_Code>R</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>e7233b86-4fef-47e4-9ebb-ce46e75aeafa</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-25T08:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>123ba7fc-d2bf-4704-bdfb-beb946421602</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>1322f7fd-ed67-472c-a89a-0584f8366229</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>123ba7fc-d2bf-4704-bdfb-beb946421602</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>305c7a99-3b6f-48c7-8676-15e3e242ab2a</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>22d5ca14-b58a-4e98-a2a9-0b06d355e6c6</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>123ba7fc-d2bf-4704-bdfb-beb946421602</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>4d6ec277-ad21-4149-a2c1-ca4d4542d21c</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>a2f2bd22-f8e9-44f5-8f54-a0e2cf101f18</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>41f961bd-b442-4244-b64f-a6b4e11545f6</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-11T06:08:33.6931919Z</RelevanceDateTime>
<ReservationGuideline>
<ReservationLang>EN</ReservationLang>
</ReservationGuideline>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">482.73</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2025-12-11T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>62960-251211-OEB1034</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">5694.00</Amount>
<PaymentID>c8ae9870-4f83-46eb-95b1-755f6cbecd6e</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294837</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>SU</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D4WDL</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>P5555555555/DOB02FEB70/NDSA/C482.73/NONREF/HEBO3BPATEH</EndorsementText>
<FareDetail>
<FareCalculationInfo>
<AddInfoText>LED SU MOW5090RUB5090END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">5090.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">120.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">484.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">604.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">5694.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>62960-251211-OEB1034</OrderID>
<OrderItemID>e7233b86-4fef-47e4-9ebb-ce46e75aeafa</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-12-11T09:07:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99MKS</AgencyID>
<Name>MOSCOW
MIXVEL</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>9edaf33c-9a06-402e-aad5-f02bcf84f067</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2025-12-25</EffectiveDate>
<ExpirationDate>2025-12-25</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>RNOR</FareBasisCode>
<ServiceRefID>1322f7fd-ed67-472c-a89a-0584f8366229</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>b70c8fd5-385f-4532-a04c-ac8fb350722a</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://s3.dev.mixvel.com/itinerary.receipts.test/62960-251211-OEB1034.5556170073966.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20251211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251211T060833Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=670b84c3f7970327e8d6f12ab96cf50ab0f826258daef97f66c00db00ea6f428</URL>
</TicketReceipt>
<TicketReceiptData>
<ElectronicTicketForm>
<IssuePlace>
<AgencyCodeSession>99МКС ТКП </AgencyCodeSession>
<AgencyName>ООО МИКСВЕЛ </AgencyName>
<CityCountry>МОСКВА РФ </CityCountry>
<POS_CodeOperatorCodeCalculationMethod>92312345 0011 0</POS_CodeOperatorCodeCalculationMethod>
</IssuePlace>
<IssueDate>11ДЕК25</IssueDate>
<IndividualName>IVANOV/IVAN I MR</IndividualName>
<IdentityDocType>ПС5555555555</IdentityDocType>
<TaxType>0</TaxType>
<OriginDest>СПТМОВ</OriginDest>
<CarrierInfo>ПАО АЭРОФЛОТ</CarrierInfo>
<AirlineInformation>
<BookingRef>294837</BookingRef>
<CodeType>15</CodeType>
</AirlineInformation>
<BookingRefID>294837</BookingRefID>
<BookingCarrierEntity>0D4WDL/SU</BookingCarrierEntity>
<FormSerialNumber>555 6170073966</FormSerialNumber>
<ConjTicketsPRN />
<ConjTickets />
<LastIssue> </LastIssue>
<TourCodeType />
<OrigIssue> </OrigIssue>
<ItineraryType>
<LocationCityName>САНКТ-ПЕТЕРБУРГ</LocationCityName>
<LocationCode Standard="IATA">СПТ</LocationCode>
<Carrier>SU </Carrier>
<FlightNumber>6009</FlightNumber>
<RBD_Code>R</RBD_Code>
<DateInf>25ДЕК</DateInf>
<TimeInf>1100</TimeInf>
<StatusCode> OK</StatusCode>
<TaxCodeType>RNOR</TaxCodeType>
<MinVis>25ДЕК25</MinVis>
<MaxVis>25ДЕК25</MaxVis>
<LuggNormType>НЕТ</LuggNormType>
<ArrivalTime>1245</ArrivalTime>
<ArriavalDate>25ДЕК</ArriavalDate>
<ArrivalDate>25ДЕК</ArrivalDate>
<AirportName>ПУЛКОВО 1</AirportName>
<AirportCode>ПЛК</AirportCode>
</ItineraryType>
<ItineraryType>
<LocationCityName>МОСКВА</LocationCityName>
<LocationCode Standard="IATA">МОВ</LocationCode>
<AirportName>ВНУКОВО A</AirportName>
<AirportCode>ВНК</AirportCode>
</ItineraryType>
<EndorsementsRestrictions>P5555555555/DOB02FEB70/НДСА/К482.73/NONREF/HEBO3BPATEH </EndorsementsRestrictions>
<PaymentProcessingDetailsPaymentMethod>НАЛ</PaymentProcessingDetailsPaymentMethod>
<PaymentDocInf />
<TaxSummaryType>LED SU MOW5090RUB5090END YR120РУБ RI484РУБ</TaxSummaryType>
<Tax>5090.00РУБ</Tax>
<TaxSummary>5090.00</TaxSummary>
<TaxAmountCurCode>РУБ</TaxAmountCurCode>
<EquivTaxPD> </EquivTaxPD>
<TaxRU> </TaxRU>
<TaxX>XT604РУБ</TaxX>
<TotalAmount>5694РУБ</TotalAmount>
<TotalSumAmount>5694РУБ</TotalSumAmount>
<BarCode>M1IVANOV/IVAN E0D4WDL LEDVKOSU 6009 359R 49>50000555/6170073966 294837PS5555555555 </BarCode>
<QRLink>https://www.tch.ru/_vti_bin/INTEGRAV/GetEticket.aspx?555617007396620251211BFD6840B93296632</QRLink>
</ElectronicTicketForm>
</TicketReceiptData>
<RemarkText>PP 5555555555 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>92312345</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>5556170073966</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>c8ae9870-4f83-46eb-95b1-755f6cbecd6e</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Viewing the order data from another GDS¶
To execute this request the optional elements CarrierFlightNumber and Surname are available in MixVel_OrderRetrieveRQ in the structure ExternalOrder:
-
Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/ExternalOrder/CarrierFlightNumber
-
Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/ExternalOrder/Surname
As well as the BookingRefID and AirlineDesigCode elements required for the request (optional according to the scheme):
-
Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/ExternalOrder/BookingRefID
-
Mixvel_OrderRetrieveRQ/Request/OrderFilterCriteria/ExternalOrder/AirlineDesigCode
In Mixvel_OrderViewRS there is also the structure ExtrenalOrder which serves to deliver information about the booking from another GDS:
- Mixvel_OrderViewRS/Response/ExternalOrder
In case of viewing the info about the PNR from another GDS the agent receives the structures DataLists and ExternalOrder in the response MixVel_OrderViewRS.
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelop xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-22T12:40:53Z"/>
<AppData>
<m:Mixvel_OrderRetrieveRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request>
<OrderFilterCriteria>
<ExternalOrder>
<AirlineDesigCode>SU</AirlineDesigCode>
<BookingRefID>0C888T</BookingRefID>
<CarrierFlightNumber>6568</CarrierFlightNumber>
<Surname>IVANOV</Surname>
</ExternalOrder>
</OrderFilterCriteria>
</Request>
</m:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0d5c-673a-71e3-9c3a-c0ca44d3d6d2" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-12-11T12:22:01.4502399Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-0</ContactInfoID>
<OtherAddress>
<ContactTypeCode>mobile</ContactTypeCode>
<OtherAddressText>79998887763</OtherAddressText>
</OtherAddress>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<EmailAddressText>TEST@TEST.COM</EmailAddressText>
</EmailAddress>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<EmailAddressText>NOREPLY@SIRENA-TRAVEL.RU</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>79998889999</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="TCH">ПЛК</DestCode>
<OriginCode Standard="TCH">СОЧ</OriginCode>
<OriginDestID>9ce3ffae-27c8-46e4-853a-b3f992e9b570</OriginDestID>
<PaxJourneyRefID>f133f64f-1630-4e33-8d54-0fee0be323b1</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H25M</Duration>
<PaxJourneyID>f133f64f-1630-4e33-8d54-0fee0be323b1</PaxJourneyID>
<PaxSegmentRefID>541bc48f-2e18-45b0-811f-1f18a6480cf4</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<IdentityDoc>
<ExpiryDate>2040-04-12</ExpiryDate>
<IdentityDocID>5555655555</IdentityDocID>
<IdentityDocTypeCode>ПС</IdentityDocTypeCode>
<IssuingCountryCode>РФ</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1997-07-06</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>IVAN IVANOVICH</GivenName>
<Surname>IVANOV</Surname>
</Individual>
<PaxID>5c1ff993-f366-417b-a867-fbad5c872e21</PaxID>
<PTC>ААА</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-02-01T12:25:00</ScheduledDateTime>
<LocationCode Standard="TCH">ПЛК</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
</Arrival>
<Dep>
<ScheduledDateTime>2025-02-01T08:00:00</ScheduledDateTime>
<LocationCode Standard="TCH">СОЧ</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT4H25M</Duration>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6568</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6568</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>541bc48f-2e18-45b0-811f-1f18a6480cf4</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
</DataLists>
<ExternalOrder>
<ExternalOrderItem>
<FareDetail>
<FareComponent>
<PaxSegmentRefID>541bc48f-2e18-45b0-811f-1f18a6480cf4</PaxSegmentRefID>
<RBD>
<RBD_Code>Z</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>5c1ff993-f366-417b-a867-fbad5c872e21</PaxRefID>
</FareDetail>
<OwnerCode>TCH</OwnerCode>
<Service>
<PaxRefID OriginRef="1">5c1ff993-f366-417b-a867-fbad5c872e21</PaxRefID>
<ServiceAssociations>
<PaxSegmentRefID>541bc48f-2e18-45b0-811f-1f18a6480cf4</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>3fcab8ae-a33f-41e6-817a-6cfe57516e68</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
</ExternalOrderItem>
<OriginDestRefID>9ce3ffae-27c8-46e4-853a-b3f992e9b570</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
</ExternalOrder>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
A parameter that displays a manual order changes¶
In scheme Mixvel_OrderViewRS there is a sign indicating manual intervention in the order (for example, the order was paid, an exchange was made, splitting through the terminal).
- Mixvel_OrderViewRS/Response/MixOrder/Order/ManualChange
| Element | Description | Example |
|---|---|---|
| …/ManualChange | ID indicating that there were some changes in the order using the terminal | the number of the console that made the changes МОВАМ9 |
Example of Mixvel_OrderRetrieveRQ:
Show request example
<?xml version="1.0" encoding="UTF-8"?>
<MixEnv:Envelop xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body id="ID1">
<MessageInfo MessageId="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2026-01-23T11:04:52Z"/>
<AppData>
<m:Mixvel_OrderRetrieveRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderRetrieveRQ/1_00">
<Request xmlns="">
<OrderFilterCriteria>
<MixOrder>
<MixOrderID>01138-260123-MYE2651</MixOrderID>
</MixOrder>
</OrderFilterCriteria>
</Request>
</m:Mixvel_OrderRetrieveRQ>
</AppData>
</Body>
</MixEnv:Envelop>
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019bea87-3eef-74eb-993a-906a7f1b3edb" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2026-01-23T11:04:52.1261455Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>8fcd3e92-f7e4-4e63-b4be-e02050fee508</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY UPTO 5KG 55LX40WX20H (09O)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>FISHING ROD (FSH)</Name>
</Excluded>
<Excluded>
<Name>BILLIARD CUE (KIY)</Name>
</Excluded>
<Excluded>
<Name>TREKKING POLES (POL)</Name>
</Excluded>
<Excluded>
<Name>TENNIS RACKET (RTE)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>8f1e39e5-d3c3-490d-ba6f-626951c5fec3</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>ContactInfo-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>a@mixvel.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79219999956</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>ContactInfo-2</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>b@mixvel.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79219999999</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency-1</ContactInfoID>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>16fe7d3a-1935-4e98-9334-b2d78f9356d8</OriginDestID>
<PaxJourneyRefID>965b7652-64fe-4d49-9e55-c26ab797fdaa</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H30M</Duration>
<PaxJourneyID>965b7652-64fe-4d49-9e55-c26ab797fdaa</PaxJourneyID>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>45</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>ContactInfo-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2033-02-06</ExpiryDate>
<IdentityDocID>7698123456</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<ResidenceCountryCode>RU</ResidenceCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1980-06-12</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>YURIY</GivenName>
<MiddleName>DANILOVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>01138-260123-OYE2658</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
<Pax>
<AgeMeasure>25</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>ContactInfo-2</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2028-02-11</ExpiryDate>
<IdentityDocID>7698127856</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<ResidenceCountryCode>RU</ResidenceCountryCode>
<Surname>PETROV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>2000-10-29</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>OLEG</GivenName>
<MiddleName>YIRIEVICH</MiddleName>
<Surname>PETROV</Surname>
</Individual>
<OrderRefID>01138-260123-OYE2658</OrderRefID>
<PaxID>Pax-2</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-29T00:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-29T00:55:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8572a5c4-5ff6-4358-bf6b-feee7e871775</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-28T23:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<TerminalName>B</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-28T23:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<MarketingCarrierFlightNumberText>522</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>N4</CarrierDesigCode>
<OperatingCarrierFlightNumberText>522</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YLT</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ ДО 5КГ 55Х40Х20СМ (09O)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ ДО 10КГ 55Х40Х20СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ ДО 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 30КГ И ДО 203СМ (0FL)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 30КГ И ДО 203СМ (0FL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПИТАНИЯ (0LO)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ПИТАНИЕ И НАПИТКИ (MLS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕМИАЛЬНОГО МЕСТА (05Z)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР СТАНДАРТНОГО МЕСТА (050)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 10КГ ДО 203СМ (02S)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 20КГ ДО 203СМ (0LL)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 30КГ ДО 203СМ (0FJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП БАГАЖ ДО 50КГ ДО 203СМ (0JW)</DescText>
</Desc>
<Name>ЭКОНОМ ЛАЙТ</Name>
<PriceClassID>73a306f1-27cc-4b94-8a48-948b9ee3103f</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>8f1e39e5-d3c3-490d-ba6f-626951c5fec3</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>7a692b16-fec1-4ed5-bcc0-506ddaee9ae2</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>8fcd3e92-f7e4-4e63-b4be-e02050fee508</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>13508b40-3392-49f3-b094-619ffd2cbba1</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<OtherServiceInfoID>21463694-be71-4e50-b184-56287309e029</OtherServiceInfoID>
<OrderRefID>01138-260123-OYE2658</OrderRefID>
<Text>299593->29959B</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>0ca03ae7-f883-4c35-9f71-0b4e766d393f</ValidatingPartyID>
<ValidatingPartyCode>N4</ValidatingPartyCode>
<ValidatingPartyName>Северный Ветер</ValidatingPartyName>
<ValidatingPartyDesigCode>216</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>01138-260123-MYE2657</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>299593</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>N4</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KSC5P</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2026-01-23T14:03:00</CreationDateTime>
<ManualChanges>МОВАИК</ManualChanges>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>01138-260123-OYE2658</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>FLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FLTOW</FareBasisCode>
<FareRule>
<RuleCode>0200</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2026-01-23T14:33:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">355.55</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</Price>
<PriceClassRefID>73a306f1-27cc-4b94-8a48-948b9ee3103f</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-2</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">355.55</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>c69bb1bc-e3eb-4adf-9d86-81ae3d29b43f</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<Price>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">355.55</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="14">Pax-2</PaxRefID>
<ValidatingPartyRefID>0ca03ae7-f883-4c35-9f71-0b4e766d393f</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>4820b221-c476-4e18-8bfc-2045943972b9</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="14">Pax-2</PaxRefID>
<ValidatingPartyRefID>0ca03ae7-f883-4c35-9f71-0b4e766d393f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>7a692b16-fec1-4ed5-bcc0-506ddaee9ae2</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>369389f0-653a-4c06-9bd3-1ee7f41eef7f</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="14">Pax-2</PaxRefID>
<ValidatingPartyRefID>0ca03ae7-f883-4c35-9f71-0b4e766d393f</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>13508b40-3392-49f3-b094-619ffd2cbba1</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>6a7eb232-695d-4c37-be6a-7992fab8c5f1</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>16fe7d3a-1935-4e98-9334-b2d78f9356d8</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2026-01-23T11:04:51.2545573Z</RelevanceDateTime>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">355.55</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2026-01-23T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>01138-260123-OYE2658</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">3911.00</Amount>
<PaymentID>a9e928ad-71bb-414b-a878-1f0a07059738</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
<PaymentProcessingSummary>
<Amount CurCode="RUB">3911.00</Amount>
<PaymentID>92ebc857-189f-4710-a2d0-f60d56aacd02</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-2</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>299593</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>N4</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KSC5P</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>NDSA/K355.55/VOZVRAT ZAPRESHCHEN/PITANIE NE PREDOSTAVLIAETSIA/RUCH KL
1M 40X
30X20SM DO 10KG / BAGAZH-0</EndorsementText>
<FareDetail>
<FareCalculationInfo>
<AddInfoText>MOW N4 LED1850RUB1850END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>01138-260123-OYE2658</OrderID>
<OrderItemID>c69bb1bc-e3eb-4adf-9d86-81ae3d29b43f</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2026-01-23T14:03:00</IssueDateTime>
<PaxRefID>Pax-2</PaxRefID>
<ServicingAgency>
<AgencyID>99GRS</AgencyID>
<Name>MOSCOW
SIRENA TRAVEL JSC</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>8f1e39e5-d3c3-490d-ba6f-626951c5fec3</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2026-01-28</EffectiveDate>
<ExpirationDate>2026-01-28</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>FLTOW</FareBasisCode>
<ServiceRefID>4820b221-c476-4e18-8bfc-2045943972b9</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://minio-test.mixvel.com/itinerary.receipts.demo/01138-260123-OYE2658.2166170103796.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20260123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260123T110452Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=0762651ee1f5228fbd7d48acc9b9127206421b9676f52b4114b542aaa8802709</URL>
</TicketReceipt>
<RemarkText>PP 7698127856 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>92199332</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>2166170103796</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>92ebc857-189f-4710-a2d0-f60d56aacd02</PaymentInfoRefID>
</TicketDocInfo>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>299593</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>N4</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KSC5P</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>NDSA/K355.55/VOZVRAT ZAPRESHCHEN/PITANIE NE PREDOSTAVLIAETSIA/RUCH KL
1M 40X
30X20SM DO 10KG / BAGAZH-0</EndorsementText>
<FareDetail>
<FareCalculationInfo>
<AddInfoText>MOW N4 LED1850RUB1850END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">1850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1350.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2061.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">3911.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>01138-260123-OYE2658</OrderID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2026-01-23T14:03:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99GRS</AgencyID>
<Name>MOSCOW
SIRENA TRAVEL JSC</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>8f1e39e5-d3c3-490d-ba6f-626951c5fec3</BaggageAllowanceRefID>
<CouponNumber>1.0</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2026-01-28</EffectiveDate>
<ExpirationDate>2026-01-28</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>FLTOW</FareBasisCode>
<SoldAirlineInfo>
<PaxSegmentRefID>d0a071e3-539e-4082-a8dd-c9a8b5c5b747</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://minio-test.mixvel.com/itinerary.receipts.demo/01138-260123-OYE2658.2166170103795.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20260123%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20260123T110452Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=52cb2de964c49db7ec9cddc382863aa29294ace30f247242cdefc6b940c5672d</URL>
</TicketReceipt>
<RemarkText>PP 7698123456 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>92199332</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>2166170103795</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>a9e928ad-71bb-414b-a878-1f0a07059738</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
The sign that forced return is possible¶
The sign that forced return is possible is delivered through the structure:
- Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/InvoluntaryRefundAvailable
| Element | Description |
|---|---|
| InvoluntaryRefundAvailable | It’s the sign of possibility of forced return which is set by the carrier |
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0d66-226c-76f8-b8ea-7dc3e3049d66" ReplyTo="d867fb61-da7e-459e-9cf4-2d529fa350b2" TimeSent="2025-12-11T12:32:40.2283594Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>813bbf8f-3aaf-4017-b638-1c13d1f3d5c3</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>13c44c60-aed5-4092-822f-c201cfc71094</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABBIN BAGGAGE 10KG 40X30X20 (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<EmailAddressText>AGENCY@GMAIL.COM</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>79983413413</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>12e2d4ff-d42f-4f53-b096-d7387669d9f2</OriginDestID>
<PaxJourneyRefID>26234e32-61ee-41ac-8540-e3ef67573956</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT1H40M</Duration>
<PaxJourneyID>26234e32-61ee-41ac-8540-e3ef67573956</PaxJourneyID>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>35</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2030-01-01</ExpiryDate>
<IdentityDocID>4020825625</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1990-01-01</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>BORIS</GivenName>
<MiddleName>ALEXEEVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>62960-251211-OEB2060</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-23T13:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-23T13:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>738</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>57f5b798-ebd9-435a-8701-2647e37cea37</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-23T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-23T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT1H40M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<MarketingCarrierFlightNumberText>295</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>5N</CarrierDesigCode>
<OperatingCarrierFlightNumberText>295</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>SMARTLIGHT</Code>
<Desc>
<Access>N</Access>
<DescText>МЕСТО ДО 10 КГ МЕНЕЕ 203СМ (0E4)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧКЛАДЬ ДО 10КГ 40Х30Х20СМ (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК (0BH)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С 3 ПО 6 РЯДЫ (ST2)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>НОРМА БАГАЖА ДО 23КГ ДО 203СМ (0GP)</DescText>
</Desc>
<Name>SMART LIGHT</Name>
<PriceClassID>0d48227a-c7ac-48d3-93e7-67e0a3cc7549</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>13c44c60-aed5-4092-822f-c201cfc71094</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>60a847ba-4656-4cd4-af28-c206b389418f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>813bbf8f-3aaf-4017-b638-1c13d1f3d5c3</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>7de8c4f5-b250-4f2b-82ce-e64af5a04b3c</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>72ee5bc2-14d9-4431-bc64-032b22baf8a2</ValidatingPartyID>
<ValidatingPartyCode>5N</ValidatingPartyCode>
<ValidatingPartyName>Смартавиа</ValidatingPartyName>
<ValidatingPartyDesigCode>316</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>62960-251211-MEB2059</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294VZX</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>5N</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN58S</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-11T15:30:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>62960-251211-OEB2060</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>ILTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>ILTOW</FareBasisCode>
<FareRule>
<RuleCode>0125</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-12T15:30:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
<PriceClassRefID>0d48227a-c7ac-48d3-93e7-67e0a3cc7549</PriceClassRefID>
<RBD>
<RBD_Code>I</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>d5236f68-7257-42cf-8358-f62b20fce328</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-23T09:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>72ee5bc2-14d9-4431-bc64-032b22baf8a2</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>8a75fe64-6f29-44f8-b86f-82b2f655051c</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>72ee5bc2-14d9-4431-bc64-032b22baf8a2</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>7de8c4f5-b250-4f2b-82ce-e64af5a04b3c</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>cad62a1b-544c-49c7-a54a-16593d24e66e</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>72ee5bc2-14d9-4431-bc64-032b22baf8a2</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>60a847ba-4656-4cd4-af28-c206b389418f</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>a0078387-415a-453a-8144-b8a9551b9bc1</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>12e2d4ff-d42f-4f53-b096-d7387669d9f2</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-11T12:32:39.4157137Z</RelevanceDateTime>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">34.54</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2025-12-11T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>62960-251211-OEB2060</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">380.00</Amount>
<PaymentID>c90d137a-98cf-415c-beee-12a8b14e2f44</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294VZX</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>5N</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN58S</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>NDSA/K34.54/BREND SMART LIGHT.TOLKO RUCH KLAD 10KG 40KH30KH20.NEVOZVRA
T
NYI</EndorsementText>
<FareDetail>
<FareCalculationInfo>
<AddInfoText>MOW 5N LED90RUB90END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">90.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">290.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>PS</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">290.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">380.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>62960-251211-OEB2060</OrderID>
<OrderItemID>d5236f68-7257-42cf-8358-f62b20fce328</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-12-11T15:32:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99MKS</AgencyID>
<Name>MOSCOW
MIXVEL</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>813bbf8f-3aaf-4017-b638-1c13d1f3d5c3</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2025-12-23</EffectiveDate>
<ExpirationDate>2025-12-23</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>ILTOW</FareBasisCode>
<ServiceRefID>8a75fe64-6f29-44f8-b86f-82b2f655051c</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>52d63759-a831-4232-98a0-749569ec4f63</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://s3.dev.mixvel.com/itinerary.receipts.test/62960-251211-OEB2060.3166170074658.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20251211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251211T123240Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=0a965145cf8fba6c86089b5b00309e41bcf55be1cb7842e829f362c3f85af500</URL>
</TicketReceipt>
<RemarkText>PP 4020825625 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>92312345</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>3166170074658</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>c90d137a-98cf-415c-beee-12a8b14e2f44</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Indication of on-board catering in the order¶
The optional MealType element displays information about the meal type provided for the subclass booked by the passenger (multiple meal types are possible). The meal type structure is added to the Mixvel_OrderViewRS message if a meal is provided:
- Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/FareDetail/FareComponent/MealType
Information about the type of food will be present in the response only if the carrier provides this information.
| Parameter XPath | Filling example | Description |
|---|---|---|
| Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/FareDetail/FareComponent/MealType | complex | Information about on-board catering |
| .../MealType/MealTypeCode | H | Meal type code |
| .../MealType/MealTypeDescription | Hot Meal | Text description of the meal type |
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0d68-a4da-73e8-8f42-d10170cbde77" ReplyTo="def1476c-9fb9-4775-90a5-e178f786c098" TimeSent="2025-12-11T12:35:22.1993747Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>e2ff9705-d856-44fd-a144-ad56b1c9824d</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>95f2f332-4acb-4b7e-abc2-8dca540207ae</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText>U6 WILL ACCEPT ONE PIECE OF CARRY ON BAGGAGE UP TO 10KG NOT EXCEEDING 55CM IN LENGTH 40CM IN WIDTH AND 20CM IN HEIGHT. </CommentText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CARRY10KG 22LBUPTO 45LI 115LCM (0MJ)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Inch">45</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">115</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">22</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">DME</OriginCode>
<OriginDestID>905e5966-5142-45e8-af00-85a22277b619</OriginDestID>
<PaxJourneyRefID>ee62b288-a3c0-42d4-9c3a-2fa5dfe23d93</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT3H45M</Duration>
<PaxJourneyID>ee62b288-a3c0-42d4-9c3a-2fa5dfe23d93</PaxJourneyID>
<PaxSegmentRefID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>35</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2030-01-01</ExpiryDate>
<IdentityDocID>4020825625</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1990-01-01</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>BORIS</GivenName>
<MiddleName>ALEXEEVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>62960-251211-OEB2068</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-23T10:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-23T10:45:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>931e2185-0fbc-403d-a371-a580889dd5f8</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-23T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-23T07:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT3H45M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<MarketingCarrierFlightNumberText>155</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>U6</CarrierDesigCode>
<OperatingCarrierFlightNumberText>155</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>PR</Code>
<Desc>
<Access>F</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЕ ПОСЛЕ ВЫЛЕТА (06J)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ВОЗВРАТ ДО ВЫЛЕТА (06K)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 10КГ22Ф ДО 45Д 115СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ 15КГ 33Ф ДО 45Д115СМ (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП СВЕРХ МЕСТО БАГАЖА ДО 10КГ (0CF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>1АЯ ДОП СВЕРХ СУМКА ДО 23КГ (0CC)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>2АЯ ДОП СВЕРХ СУМКА ДО 23КГ (0CD)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 10КГ22Ф ДО 45Д 115СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ 15КГ 33Ф ДО 45Д115СМ (0MK)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОП СВЕРХ МЕСТО БАГАЖА ДО 10КГ (0CF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПРЕВЫШЕНИЕ БАГАЖА ОТ10ДО23КГ (0CZ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>1АЯ ДОП СВЕРХ СУМКА ДО 23КГ (0CC)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>2АЯ ДОП СВЕРХ СУМКА ДО 23КГ (0CD)</DescText>
</Desc>
<Name>ПРОМО</Name>
<PriceClassID>b11d109a-3812-4867-8e62-9de2551f55ad</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>95f2f332-4acb-4b7e-abc2-8dca540207ae</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>261859a9-28a4-4a69-ac74-013580074013</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>e2ff9705-d856-44fd-a144-ad56b1c9824d</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>69d4ac42-4545-485b-9162-eb6bf16e5304</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<OtherServiceInfoID>7e6362c6-d5f7-4502-ac24-151614bd6dca</OtherServiceInfoID>
<OrderRefID>62960-251211-OEB2068</OrderRefID>
<Text>PP:FBC=EPROW*1/ONETICK</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>51b28f30-eb05-4662-8963-bf9ce20c28a4</ValidatingPartyID>
<ValidatingPartyCode>U6</ValidatingPartyCode>
<ValidatingPartyName>Уральские Авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>262</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>62960-251211-MEB2067</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>1H</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294VWF</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>U6</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN58Z</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-11T15:35:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>62960-251211-OEB2068</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>EPROW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>EPROW</FareBasisCode>
<FareRule>
<RuleCode>1500</RuleCode>
<FareType>OW</FareType>
</FareRule>
<MealType>
<MealTypeCode>R</MealTypeCode>
<MealTypeDescription>Refreshments - Complimentary</MealTypeDescription>
</MealType>
<PaxSegmentRefID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">3950.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T23:59:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1700.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6649.00</TotalAmount>
</Price>
<PriceClassRefID>b11d109a-3812-4867-8e62-9de2551f55ad</PriceClassRefID>
<RBD>
<RBD_Code>E</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3950.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1700.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6649.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>e929c20f-c64b-4cc9-83ac-edc4cf1e1c5a</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T20:59:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3950.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1700.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6649.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>51b28f30-eb05-4662-8963-bf9ce20c28a4</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>a76518df-1a78-44be-b223-5d2765302bdb</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>51b28f30-eb05-4662-8963-bf9ce20c28a4</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>69d4ac42-4545-485b-9162-eb6bf16e5304</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>0a744733-59cb-440f-97d1-7f133fc25624</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>51b28f30-eb05-4662-8963-bf9ce20c28a4</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>893f0f17-a819-456f-8915-4c375c5bf360</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>261859a9-28a4-4a69-ac74-013580074013</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>e6c51636-9075-4660-9296-aff71124b5b1</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>905e5966-5142-45e8-af00-85a22277b619</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-11T12:35:22.1046517Z</RelevanceDateTime>
<StatusCode>OPENED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">3950.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">1000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">400.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">300.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">1700.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">6649.00</TotalAmount>
</TotalPrice>
</Order>
<TotalAmount CurCode="RUB">6649.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>62960-251211-OEB2068</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">6649.00</Amount>
<PaymentID>0533310c-7ab6-47ee-87db-fb6ad88321c7</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
The FF form of payment indication¶
Delivery of the form of payment FF from the airline UTair - FF = MILES AND PROMOCODES UT at requesting Mixvel_OrderRertrieveRQ:
- Mixvel_OrderViewRS/Response/ PaymentFunctions/PaymentProcessingSummary/PaymentProcessingDetailsPaymentMethod/ LoyaltyRedemption/DocType
An example of displaying FOP FF in Mixvel_OrderViewRS:
Show response example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="1d2583bb-2c9d-465f-bdc9-1710de31318c" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-01-16T11:06:21.6750041Z"/>
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
...
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>96829-250116-OKT8849</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">4120.00</Amount>
<PaymentID>0f395e6c-c0d1-4054-89e8-2b362a5f4397</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<LoyaltyRedemption>
<DocType>FF</DocType>
</LoyaltyRedemption>
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
...
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Section Notes¶
Note 1:
After the release of electronic documents and updating of order information, information is received about the period during which the cancellation procedure for a newly created order (VOID) is possible. The information comes in the structure Mixvel_OrderViewRS/Response/MixOrder/Order/VoidTimelimitUtc.
Note 2:
The Mixvel_OrderViewRS message displays the CouponStatusCode element, that shows the current statuses of ticket coupons and EMD.
- Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/Coupon/CouponStatusCode
Examples of displaying statuses:
О - Open for Use;
E – Exchanged;
R – Refunded
V - Void etc.
Example of displaying an element in Mixvel_OrderViewRS:
...
<Ticket>
<Coupon>
<BaggageAllowanceRefID>39478151-89c7-496a-90c1-ec1bcc83826a</BaggageAllowanceRefID>
<CouponNumber>1.0</CouponNumber>
<CouponStatusCode>R</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2025-02-09</EffectiveDate>
<ExpirationDate>2025-02-09</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>RFOR</FareBasisCode>
<SettlementAuthorizationID> 5550001364797</SettlementAuthorizationID>
<SoldAirlineInfo>
<PaxSegmentRefID>7ee6de53-615a-437c-962a-8c4b7c4a29dc</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>link</URL>
</TicketReceipt>
<RemarkText>PP 4510000562 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>00118580</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>5556101212868</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
...
Note 3:
ElectronicRegistration - Electronic Registration Status:
Mixvel_OrderViewRS/Response/TicketDocInfo/ElectronicRegistration
| MixVel Value | Description |
|---|---|
| Cancelled | ER Canceled |
| Registered | ER Established |
| Impossible | ER Impossible |
| Not confirmed | Returned after booking but before confirmation. Intermediate status, set before ER is established. |
| Unknown | For all other statuses |
Note 4:
In the scheme Mixvel_OrderViewRS there is the parameter TourCode to deliver the code of the tour in the tariffs with discounts:
- Mixvel_OrderViewRS/Response/TicketDocInfo/FareDetail/TourCode
Example of Mixvel_OrderViewRS:
Show response example
<?xml version="1.0" encoding="utf-8"?>
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header />
<Body>
<MessageInfo MessageId="019b0d83-66c5-70c7-8c7a-162a12d3bac5" ReplyTo="d867fb61-da7e-459e-9cf4-2d529fa350b2" TimeSent="2025-12-11T13:04:39.6899071Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>c83d38da-85ae-40d7-827c-9887c527b077</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 5KG 40X30X20CM (0L5)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">30</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">20</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Excluded>
<Name>CARRY ON UPTO 10KG 55X40X25CM (08A)</Name>
</Excluded>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>087d0839-8ad5-4ebc-9752-e7b13a9edfb9</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>BAG UPTO 20KG 203LCM (0C2)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">20</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>BAG UPTO 10 KG 55X40X25CM (0IJ)</Name>
<LimitValue>1</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Length</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">55</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Width</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">40</MaxMeasure>
</DimensionAllowance>
<DimensionAllowance>
<BaggageDimensionCategory>Height</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">25</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>agency@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79983413413</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>a738fc20-c187-4363-8c79-5c9e10882ae2</OriginDestID>
<PaxJourneyRefID>74fff67c-fa7b-4d65-831d-2aed7b868fc6</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>74fff67c-fa7b-4d65-831d-2aed7b868fc6</PaxJourneyID>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>35</AgeMeasure>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<AdditionalDoc>
<AdditionalDocID>ZZM</AdditionalDocID>
<AdditionalDocTypeCode>NS</AdditionalDocTypeCode>
</AdditionalDoc>
<ExpiryDate>2030-01-01</ExpiryDate>
<IdentityDocID>4020825625</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>Ivanov</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1990-01-01</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>Boris</GivenName>
<MiddleName>Alexeevich</MiddleName>
<Surname>Ivanov</Surname>
</Individual>
<OrderRefID>01138-251211-OTX8078</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<IATA_LocationCode Standard="IATA">AER</IATA_LocationCode>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-02-21T09:00:00</ScheduledDateTime>
<IATA_LocationCode Standard="IATA">AER</IATA_LocationCode>
<LocationCode Standard="IATA">AER</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>747</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a3963948-301c-4092-8e15-43ba16608d3a</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<IATA_LocationCode Standard="IATA">VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-02-21T07:00:00</ScheduledDateTime>
<IATA_LocationCode Standard="IATA">VKO</IATA_LocationCode>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">852</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>821</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>821</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>OP</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО 5КГ 40Х30Х20СM (0L5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ (08A)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ (0C2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ (0IJ)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЯЕМЫЙ БИЛЕТ (059)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТНЫЙ БИЛЕТ (056)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА (0B5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ШАШЛЫК ИЗ ГОВЯДИНЫ С ОВОЩАМИ (OB5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР МЕСТА 1 (STR)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Name>ОПТИМУМ</Name>
<PriceClassID>ab783fc2-5a0e-4437-9bc3-60074bc8e74f</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>087d0839-8ad5-4ebc-9752-e7b13a9edfb9</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>292be2fc-b3ff-4458-b293-e99a0eb48871</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>c83d38da-85ae-40d7-827c-9887c527b077</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>0199b409-c14d-48a6-9362-25d43a6bcf1e</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<RemarkList>
<Remark>
<RemarkID>b6b29835-692b-4ebd-bc7d-ffe750bcd49d</RemarkID>
<Type>oths</Type>
<Text>ИДТZZM</Text>
<StatusCode>HK</StatusCode>
<OrderRefID>01138-251211-OTX8078</OrderRefID>
</Remark>
</RemarkList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>24b46d0f-6a2a-420b-b7f9-44d9cc847bc4</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>01138-251211-MTX8077</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294G8T</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN5NW</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-11T16:04:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="0">1</TicketDocsCount>
<OrderID>01138-251211-OTX8078</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0195</RuleCode>
</FareRule>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T16:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</Price>
<PriceClassRefID>ab783fc2-5a0e-4437-9bc3-60074bc8e74f</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>ba720f76-5e65-4783-97b5-2f6087bc8bba</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2026-02-21T04:00:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</Price>
<Remark>
<RemarkID>b6b29835-692b-4ebd-bc7d-ffe750bcd49d</RemarkID>
<Type>oths</Type>
<Text>ИДТZZM</Text>
<StatusCode>HK</StatusCode>
</Remark>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>24b46d0f-6a2a-420b-b7f9-44d9cc847bc4</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>af701d27-75dd-4a98-9c73-cd12863caf3a</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>24b46d0f-6a2a-420b-b7f9-44d9cc847bc4</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>292be2fc-b3ff-4458-b293-e99a0eb48871</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>b03dafd4-3d62-4280-a31f-89c1180b5ea3</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>24b46d0f-6a2a-420b-b7f9-44d9cc847bc4</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>0199b409-c14d-48a6-9362-25d43a6bcf1e</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>073e287e-bbb6-48f1-9179-b49322075afe</ServiceID>
</Service>
</OrderItem>
<OriginDestRefID>a738fc20-c187-4363-8c79-5c9e10882ae2</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-11T13:04:38.547445Z</RelevanceDateTime>
<StatusCode>CLOSED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</TotalPrice>
<VoidTimelimitUtc>2025-12-11T20:59:00Z</VoidTimelimitUtc>
</Order>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>01138-251211-OTX8078</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">7830.00</Amount>
<PaymentID>f5a9256b-9fe2-447c-af82-6d02f753d826</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
<PaymentProcessingSummary>
<Amount CurCode="RUB">999.00</Amount>
<PaymentID>fa1dbf1c-241a-4088-8017-bb30ecf891a3</PaymentID>
<PaymentStatusCode>CLOSED</PaymentStatusCode>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
<PaxRefID>Pax-1</PaxRefID>
</PaymentProcessingSummary>
</PaymentFunctions>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294G8T</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN5NW</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<EndorsementText>PSPT PS/4020825625/RF/NDSA/K711.82/NEVOZVRATEN/BEZ PITANIIA</EndorsementText>
<FareDetail>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>FSTDOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>FSTDOW</FareBasisCode>
<FareRule>
<RuleCode>0195</RuleCode>
</FareRule>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T16:04:00</BaseAmountGuaranteeTimeLimitDateTime>
<Commission>
<Amount CurCode="RUB">999.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">8829.00</TotalAmount>
</Price>
<PriceClassRefID>ab783fc2-5a0e-4437-9bc3-60074bc8e74f</PriceClassRefID>
<RBD>
<RBD_Code>F</RBD_Code>
</RBD>
</FareComponent>
<FareCalculationInfo>
<AddInfoText>MOW UT AER5800RUB5800END</AddInfoText>
</FareCalculationInfo>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">5800.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">2000.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YQ</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">30.00</Amount>
<QualifierCode>700</QualifierCode>
<TaxCode>YR</TaxCode>
</Tax>
<Tax>
<Amount CurCode="RUB">711.82</Amount>
<QualifierCode>6</QualifierCode>
<TaxCode>VAT Fare</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">2030.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">7830.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>01138-251211-OTX8078</OrderID>
<OrderItemID>ba720f76-5e65-4783-97b5-2f6087bc8bba</OrderItemID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-12-11T16:04:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<ServicingAgency>
<AgencyID>99GRS</AgencyID>
<Name>MOSCOW
SIRENA TRAVEL JSC</Name>
</ServicingAgency>
<Ticket>
<Coupon>
<BaggageAllowanceRefID>087d0839-8ad5-4ebc-9752-e7b13a9edfb9</BaggageAllowanceRefID>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<CouponValidityPeriod>
<EffectiveDate>2026-02-21</EffectiveDate>
<ExpirationDate>2026-02-21</ExpirationDate>
</CouponValidityPeriod>
<FareBasisCode>FSTDOW</FareBasisCode>
<ServiceRefID>af701d27-75dd-4a98-9c73-cd12863caf3a</ServiceRefID>
<SoldAirlineInfo>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://minio-test.mixvel.com/itinerary.receipts.demo/01138-251211-OTX8078.2986170074712.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20251211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251211T130439Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=8f86c7419b5b148d5a970d700aa77d26a7e08a1859a1a208bc14026ba90914ea</URL>
</TicketReceipt>
<RemarkText>PP 4020825625 RU</RemarkText>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketSalesPoint>00118580</TicketSalesPoint>
<TicketDocTypeCode>T</TicketDocTypeCode>
<TicketNumber>2986170074712</TicketNumber>
<InvoluntaryRefundAvailable>false</InvoluntaryRefundAvailable>
</Ticket>
<PaymentInfoRefID>f5a9256b-9fe2-447c-af82-6d02f753d826</PaymentInfoRefID>
</TicketDocInfo>
<TicketDocInfo>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>15</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294G8T</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>UT</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN5NW</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<FareDetail>
<FarePriceType>
<FarePriceTypeCode>Sell</FarePriceTypeCode>
<Price>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</Price>
</FarePriceType>
</FareDetail>
<OrderRef>
<OrderID>01138-251211-OTX8078</OrderID>
<OwnerCode>TCH</OwnerCode>
</OrderRef>
<IssueDateTime>2025-12-11T16:04:00</IssueDateTime>
<PaxRefID>Pax-1</PaxRefID>
<Ticket>
<ConnectedDocNumber>2986170074712</ConnectedDocNumber>
<Coupon>
<CouponNumber>1</CouponNumber>
<CouponStatusCode>O</CouponStatusCode>
<RemarkText>СБОР АГЕНТСТВА</RemarkText>
<RFIC>D</RFIC>
<RFISC>98J</RFISC>
<RFISC_Desc>РАЗНЫЕ ПЛАТЫ</RFISC_Desc>
<ServiceQty>1</ServiceQty>
<ServiceGroupType>XSF</ServiceGroupType>
<SoldAirlineInfo>
<PaxSegmentRefID>40cc2cf5-242f-4821-9a3f-7e20446ce2a8</PaxSegmentRefID>
</SoldAirlineInfo>
</Coupon>
<TicketReceipt>
<URL>https://minio-test.mixvel.com/itinerary.receipts.demo/01138-251211-OTX8078.2986170074712.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=minio%2F20251211%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20251211T130439Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&response-content-type=application%2Fpdf&X-Amz-Signature=8f86c7419b5b148d5a970d700aa77d26a7e08a1859a1a208bc14026ba90914ea</URL>
</TicketReceipt>
<ReportingTypeCode>TCH</ReportingTypeCode>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<TicketNumber>99C1006955686</TicketNumber>
</Ticket>
<PaymentInfoRefID>fa1dbf1c-241a-4088-8017-bb30ecf891a3</PaymentInfoRefID>
</TicketDocInfo>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Note 5:
If an order is occupied by a user in a third-party system (for example, opened in a blue terminal), then when working with such an order, an error will be received:
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="b3019260-3275-45e3-8c98-d9eaca1a97b5" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-07-10T12:55:26.9507919Z"/>
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Error>
<ErrorType>BadRequest</ErrorType>
<Code>MIX-103045</Code>
<DescText>Заказ занят другим пользователем. Повторите операцию позже.</DescText> <!--The order is taken by another user. Try the operation later.-->
</Error>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
An error or warning is returned for methods Mixvel_OrderRetrieveRQ, Mixvel_OrderChangeRQ, Mixvel_OrderImportRQ, Mixvel_OrderReshopRQ, Mixvel_OrderCancelRQ, Mixvel_SeatAvailability, Mixvel_ServiceListRQ. To continue working with the order, you must release the order.