Additional services list request¶
General terms¶
Endpoint: /api/ServiceList
To get the list of additional services (baggage, meals, insurances, etc.) the Mixvel_ServiceListRQ query is used. To get a seat map, the method Mixvel_SeatAvailabilityRQ is used.
The request is used to price additional services, applicable both to a previously created Offer and to a previously created Order.
Correspondingly, the request contains the identifiers of either the Offer or the created Order (booking).
Request structure¶
| Parameter XPath | Filling example | Description | ||
|---|---|---|---|---|
| Mixvel_ServiceListRQ / Request / CoreRequest / OfferRequest / Offer / | complex | OfferID identifier is transmitted to receive additional services to a previously obtained Offer. | ||
| Mixvel_ServiceListRQ / Request / CoreRequest / OrderRequest / Order / MixOrder / | complex | MixOrderID identifiers are transmitted to receive additional services to the previously created Order. |
Response structure¶
| Parameter XPath | Filling example | Description | ||
|---|---|---|---|---|
| Mixvel_ServiceListRS / Response / ALaCarteOffer | complex | List of Offers for additional services. ALaCarteOffer is grouped according to ServiceCategory. For information on the available categories, please refer to the current release schemes. | ||
| Mixvel_ServiceListRS / Response / DataLists / | complex | Lists of data of passengers, flights, airports, services descriptions. Offers refer to specific DataLists in their structure. | ||
| Mixvel_ServiceListRS / Response / DataLists / ContactInfoList / | complex | Contact information of passengers, service providers. | ||
| Mixvel_ServiceListRS / Response / DataLists / PaxJourneyList / | complex | Groups of flights, each able to provide one or another service. | ||
| Mixvel_SeatAvailabilityRS / Response / DataLists / OriginDestList / | complex | Station/airport data. | ||
| Mixvel_ServiceListRS / Response / DataLists / PaxList | complex | Passengers’ data. | ||
| Mixvel_ServiceListRS / Response / DataLists / PaxSegmentList | complex | Flights data. | ||
| Mixvel_ServiceListRS / Response / DataLists / ServiceDefinitionList | complex | Service description. | ||
| Mixvel_ServiceListRS / Response / DataLists / ValidatingPartyList | complex | Validating Carrier Data. |
Usage scenario and message examples¶
Obtaining a list of services for a commercial offer¶
The agent sends a request for evaluation and preparation of commercial offers for the purchase of additional services on the previously received offer (from the method response [Mixvel_AirShoppingRS])(../commercial/airshopping.md) or Mixvel_OfferPriceRS):
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="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-01-14T15:47:09Z"/>
<AppData>
<Shop:Mixvel_ServiceListRQ xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRQ/1_00">
<Request>
<CoreRequest>
<OfferRequest>
<Offer>
<OfferID>98b68f8b-d520-4355-9814-45b27595c2f1</OfferID>
</Offer>
</OfferRequest>
</CoreRequest>
</Request>
</Shop:Mixvel_ServiceListRQ>
</AppData>
</Body>
</MixEnv:Envelope>
As a result of the request in the ServiceListRS message, the system returned 3 Offers for service - of transporting an animal, excess baggage and an additional special meal.
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="019b1c2e-6572-7560-a86e-0e974a9958a1" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-12-14T09:26:03.9455721Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>11d65773-4f55-41bd-8ca7-01e9df1e7fb0</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6331485c-c120-473d-9249-b6f18b0c7e63</ServiceDefinitionRefID>
<ServiceID>beaa4954-cb83-4991-9307-77492b78f3da</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b81dc546-bdce-4255-bf0e-4a45fac4a48a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5e8b96fc-6bb3-44cc-8189-d9d09a29f4e3</ServiceDefinitionRefID>
<ServiceID>c29d9560-5d4e-4e9e-b853-0f3bc69ab2dd</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c15d4e7c-565d-4bc8-87cb-b4baaeddbfdc</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ae732696-ffcf-4b44-8af8-fb83a18510e7</ServiceDefinitionRefID>
<ServiceID>fd2da4dd-c8a6-4786-a8eb-1f073e7c7d8a</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bf6ddef1-0425-4a51-8551-0961fa0da738</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a9226222-49ed-47b3-85f8-00bf1d9065bc</ServiceDefinitionRefID>
<ServiceID>f36d067f-9bc8-47a0-9589-a64b295721a4</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f203348d-59ad-4f55-bd62-714aa9d875bb</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>c808ea56-a6b9-4473-ace4-d5655907bcb4</ServiceDefinitionRefID>
<ServiceID>bac683e6-8e3a-46b7-9e89-6b38163bd0bb</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e7e23869-121d-4270-bb13-6a4165ea621e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>1b8d5dcf-3d6c-43e2-8c68-6acce6eac1ac</ServiceDefinitionRefID>
<ServiceID>e03eb3a8-6500-4312-b026-8971fbbb0a05</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">9395.00</BaseAmount>
<TotalAmount CurCode="RUB">9395.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c28cec46-d6ed-4248-812b-1cb81b5a961e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e72e5e53-a910-433b-81a2-421484c74c7d</ServiceDefinitionRefID>
<ServiceID>f5751c17-3786-4018-9078-182618938768</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fb38bb4f-061b-4f90-9579-4e7be19d95e9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3b713942-78ac-49f5-8e18-eeb39fb02eb6</ServiceDefinitionRefID>
<ServiceID>9d61f3d4-6c84-4084-85ce-1a76bd5d4524</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>92148688-e52a-4487-8007-806413ba9f1e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>aa83437a-e5ee-4424-9055-01c6106312ce</ServiceDefinitionRefID>
<ServiceID>8eeb35d7-a359-4380-9a7d-662f70c450b0</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4099.00</BaseAmount>
<TotalAmount CurCode="RUB">4099.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2c2f790c-dde7-4131-82e3-01c0419a7984</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>b93d815a-6bd7-4160-ad53-082ff00c66a1</ServiceDefinitionRefID>
<ServiceID>d5fc8c7c-e9b7-406d-af8d-9997ab8be0f6</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4099.00</BaseAmount>
<TotalAmount CurCode="RUB">4099.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1ac8bc3a-931d-4755-a477-a1c53f739b9e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9465e00f-6c8b-4f2d-8a9a-1ee78b960c59</ServiceDefinitionRefID>
<ServiceID>6550c506-218d-4baa-a7d3-69c430e9aa03</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5099.00</BaseAmount>
<TotalAmount CurCode="RUB">5099.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4ab62f78-82ef-4617-805a-8df476433863</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>700bc06d-752f-4a52-948d-c6d491bba300</ServiceDefinitionRefID>
<ServiceID>0d4dacd7-18a7-42f6-9414-b5eba283277f</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5099.00</BaseAmount>
<TotalAmount CurCode="RUB">5099.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6a9b8208-1a7d-4d30-b169-800cf4fc5f62</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>0ac7c0cd-5357-495d-89f2-32c72128e1a3</ServiceDefinitionRefID>
<ServiceID>5f51cd16-599f-4d68-a9ba-fc18f2181f96</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>345fc5e1-8579-4f6d-a03a-f79cc5c25a5a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>d29162d4-cc99-4a7f-a1ca-083673a3b4bf</ServiceDefinitionRefID>
<ServiceID>f3adf22f-a7c6-40ec-a181-72347d1e6e4f</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e5a6fc4e-7fc6-4ed7-99f8-defaafd7e8c8</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>8aedb6ea-3086-4e95-ab41-22f60aac3a7a</ServiceDefinitionRefID>
<ServiceID>8f78aaa1-f4f9-4c40-b0ad-67ddb32e25b8</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>74323239-0fa8-47e6-83f9-af43386e5de6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>18e84e38-cecb-4cf7-8430-3e89b607b78f</ServiceDefinitionRefID>
<ServiceID>54f6617a-353a-4074-888d-d263b7840e59</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>420b920c-c184-4d0b-bfed-f2085ec4ac0f</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5c68689f-2c6e-42b4-9468-d0c69e04b2c1</ServiceDefinitionRefID>
<ServiceID>03e05ba9-e417-4a4c-8d21-2775b02393fc</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0c507e3a-fea5-4698-88fa-3af2b83fcc64</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ca78634d-079f-4828-9f18-d7401aa03f6d</ServiceDefinitionRefID>
<ServiceID>d6efbc41-a65e-40be-841d-6d6a5c804b1c</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2bd0393a-35c7-48a8-b5ac-21a4cb8e7dcc</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>09d3703a-4649-48c5-8ce5-089f4b8a6b13</ServiceDefinitionRefID>
<ServiceID>bd728986-de79-46ed-8302-26428fdeba90</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f0ccba9d-2862-47d3-acf4-3ab3e92eee9c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>baf139ee-2d05-488a-8e92-3adc352dbf99</ServiceDefinitionRefID>
<ServiceID>94f49cba-1b97-474c-a5d0-c4bb791b80ea</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4e03cb28-399b-4af3-8a47-38ac88635105</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9a71de55-74fd-45c1-b5d9-ac4ae7db94a6</ServiceDefinitionRefID>
<ServiceID>75872c10-211d-4700-86fe-5ba4d8a1893b</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>41732e6d-1b89-48a7-85c1-c480226ee3f6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a00c3f70-68b1-4fad-88c7-721c49454117</ServiceDefinitionRefID>
<ServiceID>164224a4-b58a-4df7-bd60-1247950b93cc</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>84fcb97a-81d5-4a65-bc87-30770481a510</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>1fa54079-aea4-4d99-b12f-922b4a8a5a0b</ServiceDefinitionRefID>
<ServiceID>93a84f10-d804-4323-9d84-c0a4434a0a7e</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">11000.00</BaseAmount>
<TotalAmount CurCode="RUB">11000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2da8c681-33a9-4b57-b842-fa6afaf09257</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>f43d0b9a-96e5-4394-9016-ebad490b6b49</ServiceDefinitionRefID>
<ServiceID>7b56843c-3c38-4d76-932f-1427b13e2306</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">11000.00</BaseAmount>
<TotalAmount CurCode="RUB">11000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c58436aa-9a01-40bf-8883-b99079a08252</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>66f19be1-1773-4bbc-826c-8a2ae31d42c8</ServiceDefinitionRefID>
<ServiceID>25d98c8a-6864-47e7-8d42-16b5980abcfa</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e48df682-fccd-4cc7-a9fd-9a0f43f58c77</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6331485c-c120-473d-9249-b6f18b0c7e63</ServiceDefinitionRefID>
<ServiceID>68e84eb5-6e73-43c7-8250-fb5e346d7810</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>93a273f7-3603-47a0-a5b1-c9e8d76e32dd</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5e8b96fc-6bb3-44cc-8189-d9d09a29f4e3</ServiceDefinitionRefID>
<ServiceID>548c879f-e7d8-48fc-a666-aba819983400</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e6988114-0e10-4523-b334-88a229d0cb84</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ae732696-ffcf-4b44-8af8-fb83a18510e7</ServiceDefinitionRefID>
<ServiceID>bc53a33d-aa9e-4c5d-b33e-1b47b08e862d</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3fa402f5-1219-4c24-b14f-2be7f79c38d2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a9226222-49ed-47b3-85f8-00bf1d9065bc</ServiceDefinitionRefID>
<ServiceID>3fbed065-d7dd-44fd-9ac3-3d7b06c67064</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a3a89a79-8544-4220-a59a-adf6202c1c2c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>c808ea56-a6b9-4473-ace4-d5655907bcb4</ServiceDefinitionRefID>
<ServiceID>6085a901-653d-4a3c-8d5f-e092beb753ca</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a485a28d-e033-4d77-b6a1-77c55bdf6df1</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>1b8d5dcf-3d6c-43e2-8c68-6acce6eac1ac</ServiceDefinitionRefID>
<ServiceID>38dbbd68-f462-434d-ad6f-ed069b6a71b3</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0f3d2379-3f7d-4783-b4c2-867336b47620</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e72e5e53-a910-433b-81a2-421484c74c7d</ServiceDefinitionRefID>
<ServiceID>a9f9e4c8-3530-454e-a066-27f40678d6aa</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3899.00</BaseAmount>
<TotalAmount CurCode="RUB">3899.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a30479fc-7913-4528-9fdb-ac0a53f0c022</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3b713942-78ac-49f5-8e18-eeb39fb02eb6</ServiceDefinitionRefID>
<ServiceID>f5633c46-7ee5-4794-8f8c-2789f78f8094</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3899.00</BaseAmount>
<TotalAmount CurCode="RUB">3899.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>aa2c8a85-c934-4861-93b6-947b98f76572</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>aa83437a-e5ee-4424-9055-01c6106312ce</ServiceDefinitionRefID>
<ServiceID>4d52e5f2-ed68-4d9d-ab28-0a5dc97075e3</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c4d899ea-8b6f-46cf-a9bd-af145c7e8c6c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>b93d815a-6bd7-4160-ad53-082ff00c66a1</ServiceDefinitionRefID>
<ServiceID>b349cc86-5a1f-4cd4-9d79-3e4180f84816</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>394d219a-5c4d-4abe-8393-a99087c7cc0c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9465e00f-6c8b-4f2d-8a9a-1ee78b960c59</ServiceDefinitionRefID>
<ServiceID>74e43fec-3581-4e1f-9590-1873fb59b7ff</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>384a7ef6-9639-40f8-85f3-9f7d95709729</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>700bc06d-752f-4a52-948d-c6d491bba300</ServiceDefinitionRefID>
<ServiceID>f4a9f795-809a-4836-8305-cac3422b91a0</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f52b2a21-78a0-4c2b-888e-7674d39fb3a7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>0ac7c0cd-5357-495d-89f2-32c72128e1a3</ServiceDefinitionRefID>
<ServiceID>5ef77f3e-87cc-4eaf-93fc-ee636e2934a4</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5c2bc110-b4b1-4c4b-8ccd-4abc88a4e8d9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>d29162d4-cc99-4a7f-a1ca-083673a3b4bf</ServiceDefinitionRefID>
<ServiceID>8aa1d154-4fac-417b-968c-8a89d5d9be23</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>14329395-869e-4d1a-a36b-753299f13d3a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>8aedb6ea-3086-4e95-ab41-22f60aac3a7a</ServiceDefinitionRefID>
<ServiceID>73cacb13-2077-44bb-a799-32fe3162e608</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b8d23a27-a4dc-4f6d-afe1-d1dc30e9b5b3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>18e84e38-cecb-4cf7-8430-3e89b607b78f</ServiceDefinitionRefID>
<ServiceID>08f8171c-d730-4494-8ed8-a5ec943261bc</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bc6bf928-58c9-4183-a9e0-6e34abd8159d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5c68689f-2c6e-42b4-9468-d0c69e04b2c1</ServiceDefinitionRefID>
<ServiceID>7201dc24-4305-4f4c-ade4-9cbf25035577</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>90d7fe7c-9b24-400f-bff7-7a97de3228e3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ca78634d-079f-4828-9f18-d7401aa03f6d</ServiceDefinitionRefID>
<ServiceID>784bcfa3-efba-48e8-8ea6-6998a28de26a</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>625459f9-8019-4dfa-9e8b-c6bea3974aef</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>09d3703a-4649-48c5-8ce5-089f4b8a6b13</ServiceDefinitionRefID>
<ServiceID>25192e99-d01e-4b9f-887e-ca50db130f9f</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3f480759-0e31-4388-9b9b-78300b9c9738</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>baf139ee-2d05-488a-8e92-3adc352dbf99</ServiceDefinitionRefID>
<ServiceID>4e21e5d5-4167-438f-904f-ec434a12508b</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>80620bbe-81dd-4df2-8915-1add14e47870</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9a71de55-74fd-45c1-b5d9-ac4ae7db94a6</ServiceDefinitionRefID>
<ServiceID>14b0be66-71c6-4016-b401-a6fb28a4e814</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>afa90408-406b-4a03-a965-8d8d676fb62e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a00c3f70-68b1-4fad-88c7-721c49454117</ServiceDefinitionRefID>
<ServiceID>68a860e1-45a2-4472-ad16-dbf1922ba0f2</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ba9ae14d-b32b-4c98-a00f-d94033874a6a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>1fa54079-aea4-4d99-b12f-922b4a8a5a0b</ServiceDefinitionRefID>
<ServiceID>72e21774-219d-4f9f-bdc2-d07ee760be46</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f7092145-4f84-44a0-81c2-0e8a8aaf2688</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>f43d0b9a-96e5-4394-9016-ebad490b6b49</ServiceDefinitionRefID>
<ServiceID>49474700-a01b-4a58-a687-24c806a380c6</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f9fd8bb4-fef5-41b7-ab8c-1d5489ba4ae3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>66f19be1-1773-4bbc-826c-8a2ae31d42c8</ServiceDefinitionRefID>
<ServiceID>92966664-7671-4531-ad34-84f30ef0b030</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009745Z</OfferExpirationTimeLimitDateTime>
<OfferID>520f3d54-2020-49b1-b829-5c22a8f68b39</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5afbf67e-6e10-4181-a610-2941afc59d8d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1aeefafb-46a6-4f5a-8aad-b54d24c364cc</ServiceDefinitionRefID>
<ServiceID>050f3df9-28d1-4524-a29d-0672f481908c</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>420cf971-aa00-4a9e-b585-a920f2ddba22</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>29bf9498-2c4a-4c1d-8758-4fa7ed2be957</ServiceDefinitionRefID>
<ServiceID>539bcc53-715a-4f0c-a757-a097c4b29896</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>015edc72-24a3-4c4a-8f6e-25edac02c7bb</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1aeefafb-46a6-4f5a-8aad-b54d24c364cc</ServiceDefinitionRefID>
<ServiceID>a8c901d8-0f83-43b4-a0e0-d20e0f2a45f3</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>93b7d0db-82b3-4577-afe0-7c1078f3dc42</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>29bf9498-2c4a-4c1d-8758-4fa7ed2be957</ServiceDefinitionRefID>
<ServiceID>8bb56363-3086-4546-b03f-e281aaa877fe</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009762Z</OfferExpirationTimeLimitDateTime>
<OfferID>2ebcaac7-650e-4c8e-aeb7-c53872b9d57b</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6d8a8ffe-30da-4651-ba44-a9a2d2f083d3</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a2106413-79ec-4957-b862-a5c9067a2278</ServiceDefinitionRefID>
<ServiceID>26a568bf-4be5-4574-8d54-6ee28cd27547</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b7b7699c-b12a-4fd5-a4ba-edfbe51ad185</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2fd1e29b-e98a-42a0-8284-d94f72b9ef8e</ServiceDefinitionRefID>
<ServiceID>b2a93efa-8cc0-4e58-a9e9-a3a6f035f4ff</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>12416f2b-e6e5-48de-88af-145e7bcb8114</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a2106413-79ec-4957-b862-a5c9067a2278</ServiceDefinitionRefID>
<ServiceID>406e0994-20ea-409c-a929-b378f05a994e</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>10cb13aa-55fb-4221-abae-10b4755162c7</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2fd1e29b-e98a-42a0-8284-d94f72b9ef8e</ServiceDefinitionRefID>
<ServiceID>ba9da197-51b4-4926-ac0b-5c34c3f9793c</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009778Z</OfferExpirationTimeLimitDateTime>
<OfferID>66b28841-da2e-4fb2-b2af-d7c379255acb</OfferID>
<Name>Комплекс услуг</Name>
<ServiceCategory>BD</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>7e186cf1-aac2-4b97-8a43-ef48a7c6eb35</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>07a2eab3-b25e-48f3-b957-2f67bc89ef9d</ServiceDefinitionRefID>
<ServiceID>2f8f2f14-a852-40b1-ac5a-74ff054bdf05</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5bf2028d-0728-432b-b58a-358164f13e5d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>fba0cb6f-eda6-4b51-9859-4b7aa39775ad</ServiceDefinitionRefID>
<ServiceID>7dd9a66c-0bd2-43b8-aa09-7cd1094b62ec</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5299.00</BaseAmount>
<TotalAmount CurCode="RUB">5299.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6271cef0-f01d-426f-b004-01ff5acf580a</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>93f07669-779b-4e68-9472-fd7f5c07c4fc</ServiceDefinitionRefID>
<ServiceID>c1d68109-68aa-447c-87cd-43b972c3bbc8</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b5827a64-44e6-4d69-9dcb-c651183ce092</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6b9da523-6418-4f40-a15d-7254e48d438c</ServiceDefinitionRefID>
<ServiceID>b4e9e620-0e46-4468-a575-3596edd22c6b</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2df84933-ecf4-47d6-8a51-ba238957c8d4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ef48d6ad-9e99-40ec-87f3-79bc4acce594</ServiceDefinitionRefID>
<ServiceID>2610bc5a-50f5-437f-8edb-02a362d68965</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<TotalAmount CurCode="RUB">1599.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>31566ae2-ce94-48e2-b7ba-656e4aa1a462</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2132c27d-535b-46c7-9078-3c2aca7dc91c</ServiceDefinitionRefID>
<ServiceID>661ea404-b49e-4def-8cb2-efdf215cfe11</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<TotalAmount CurCode="RUB">100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ea982892-57bd-49b2-aac7-51b355e41148</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d09ba138-6364-4526-b686-2ca4f08aeee4</ServiceDefinitionRefID>
<ServiceID>063625e9-4a9d-40e6-8e97-5d808f5deb49</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bd56dbd6-01c9-4353-8554-358761055140</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>58beb5ec-a10b-48e4-b3e6-539ec57de4ae</ServiceDefinitionRefID>
<ServiceID>f0294b5e-ed77-4894-b88c-e27bd1be9407</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ed0d0475-204e-48f7-a9e4-ec5f9223a935</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>be92de80-5f8a-459f-9be9-024ff7a1b7dd</ServiceDefinitionRefID>
<ServiceID>dcab15d8-22a2-4b66-96c4-de7f5788181c</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">9486.00</BaseAmount>
<TotalAmount CurCode="RUB">9486.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>cfeda852-bca3-487c-9f36-e6bcb0617df9</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>34a1d796-d966-4b49-baf1-9127a504a13e</ServiceDefinitionRefID>
<ServiceID>de864f7e-10bc-402d-bea2-c02c8810c50e</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>df7e4014-6745-40c8-a6dd-b16f53c12f19</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4d3348d2-9dc9-445d-80b8-39d65f474ad6</ServiceDefinitionRefID>
<ServiceID>fb7c849f-e502-41b1-bf8c-f7ef63f8df27</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1100.00</BaseAmount>
<TotalAmount CurCode="RUB">1100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>21f75384-d9b8-4ef3-b94e-4185b835bede</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>db08c98a-c4b7-4012-acfa-bf1d950b879a</ServiceDefinitionRefID>
<ServiceID>d4fafea5-d265-4b28-9fff-156cda0c5b06</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1600.00</BaseAmount>
<TotalAmount CurCode="RUB">1600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>52127b2b-dae2-44a5-8f70-771596a6247c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a2fa1b0c-49bc-4691-a7b0-9341122f12c0</ServiceDefinitionRefID>
<ServiceID>9292e19a-03ea-4e97-850f-ddd618650385</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e7dfb893-7132-4fca-8c04-0b2a5d1f9ea4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e683bfac-083e-4293-8cec-4ea05cd92445</ServiceDefinitionRefID>
<ServiceID>6a0b46c7-5000-4176-90ad-dcb53dc3c3d8</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4ac0fa7e-97be-44c2-a2a5-0aadaf556a39</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a900a612-1474-4068-bf5d-88d810f8d475</ServiceDefinitionRefID>
<ServiceID>303ab350-93bf-4129-bf41-62c828a173b5</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5a0de38e-cc35-4868-a93c-03570af58e0a</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c9d41ed7-a29b-4391-928d-449b2241f7c4</ServiceDefinitionRefID>
<ServiceID>93b96cf4-abc4-45ed-9b82-26cd68c33955</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c92a64ae-627d-42d8-949c-cb38c75aa100</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>07a2eab3-b25e-48f3-b957-2f67bc89ef9d</ServiceDefinitionRefID>
<ServiceID>0d2e2769-b7c9-42dd-8d03-2e0b823ebe7d</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>58fcd186-88c8-4223-b966-18e5cf9923d0</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>fba0cb6f-eda6-4b51-9859-4b7aa39775ad</ServiceDefinitionRefID>
<ServiceID>943eb996-3587-41f6-b6aa-db0ad29e4b14</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2018a70f-5273-4eca-a491-89dc6c6ce4cf</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>93f07669-779b-4e68-9472-fd7f5c07c4fc</ServiceDefinitionRefID>
<ServiceID>8289c170-8e02-4f01-bc70-fc1828280d57</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b2fa62fe-c454-4eb1-b90a-d87baab15dce</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6b9da523-6418-4f40-a15d-7254e48d438c</ServiceDefinitionRefID>
<ServiceID>f30f0e46-d952-4feb-9336-d0248135c463</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5a637f29-3d33-4553-b0da-f475c8b3bdb1</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>ef48d6ad-9e99-40ec-87f3-79bc4acce594</ServiceDefinitionRefID>
<ServiceID>6cf92b2d-9e69-4808-a9f9-305c607d842c</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3c91124d-b1c6-4da4-9cf3-7ff91ff0667f</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2132c27d-535b-46c7-9078-3c2aca7dc91c</ServiceDefinitionRefID>
<ServiceID>7a95709d-b48c-4d41-88b8-05745d4b2fd6</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<TotalAmount CurCode="RUB">100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0baae192-c312-42f5-81dd-228e6843577e</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d09ba138-6364-4526-b686-2ca4f08aeee4</ServiceDefinitionRefID>
<ServiceID>5bc9ff9d-1a1f-495d-abc2-d46bec231bf1</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>24101bca-b28f-49aa-ba9f-e58e871d62a7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>58beb5ec-a10b-48e4-b3e6-539ec57de4ae</ServiceDefinitionRefID>
<ServiceID>9e5d575f-d229-4646-bd3f-0bb18af94bcc</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e0a627cb-ae49-471a-9771-6823f5e73522</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>be92de80-5f8a-459f-9be9-024ff7a1b7dd</ServiceDefinitionRefID>
<ServiceID>6370ed12-4fb9-4c1f-a2e6-fddacaee4fa6</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>43343052-e755-48ae-a70d-e0557979920c</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>34a1d796-d966-4b49-baf1-9127a504a13e</ServiceDefinitionRefID>
<ServiceID>d7720fdb-5140-4dff-834f-416c2418a7f9</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f0cfac1c-55e7-4503-82c1-0757768f2bee</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4d3348d2-9dc9-445d-80b8-39d65f474ad6</ServiceDefinitionRefID>
<ServiceID>5a46a12f-9a6f-48c3-8a8f-af0b283871ae</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1100.00</BaseAmount>
<TotalAmount CurCode="RUB">1100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>28d7424f-2d7f-498f-b2cc-fd383c506d67</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>db08c98a-c4b7-4012-acfa-bf1d950b879a</ServiceDefinitionRefID>
<ServiceID>4deaffc0-1978-4433-adcf-857ad6412b60</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1600.00</BaseAmount>
<TotalAmount CurCode="RUB">1600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c1e435c9-ca9b-4f3b-a89a-4e05c18ea4ec</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>a2fa1b0c-49bc-4691-a7b0-9341122f12c0</ServiceDefinitionRefID>
<ServiceID>3914acd9-ea21-4942-b0ff-606fc2bebefc</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>81e02d50-ea09-42af-a1b7-a511334e4d37</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e683bfac-083e-4293-8cec-4ea05cd92445</ServiceDefinitionRefID>
<ServiceID>69e2c0f9-055c-4fe5-b706-7092687d3f9f</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5ef95540-7e8c-46d0-91b6-0228af4b4a0c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a900a612-1474-4068-bf5d-88d810f8d475</ServiceDefinitionRefID>
<ServiceID>a8231fa9-4625-4ef4-a4b8-8eeac7e9cefd</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a2ebecd9-4c3e-4aaa-8d8f-81080a8ca6a3</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c9d41ed7-a29b-4391-928d-449b2241f7c4</ServiceDefinitionRefID>
<ServiceID>6b6f4ae9-f10a-4280-9d2b-6a91a8f8bace</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e139ecbe-07d4-4221-9486-e70dd125ef50</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d959dd6f-51b5-4b83-8ed3-02dcbd434cbd</ServiceDefinitionRefID>
<ServiceID>601f0546-7d6a-4c87-b8e3-2120f10b6d00</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009795Z</OfferExpirationTimeLimitDateTime>
<OfferID>a441d5f1-1409-4193-b1a2-a34a769e4a92</OfferID>
<Name>Трэвел-услуги</Name>
<ServiceCategory>TS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9733d1e3-d8cb-4977-bf45-b438952652c3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e2c2e9f6-322a-494a-a468-72c7121644fe</ServiceDefinitionRefID>
<ServiceID>4225f714-9dc7-4dcb-b864-98a6e442039d</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9ea518ed-35ba-4ac3-9048-d26f145187f6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e2c2e9f6-322a-494a-a468-72c7121644fe</ServiceDefinitionRefID>
<ServiceID>9924a2b8-9ec2-44eb-a15c-1131b62fc1f8</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.900981Z</OfferExpirationTimeLimitDateTime>
<OfferID>84aca90c-cea8-4b18-8542-b89d2c083e80</OfferID>
<Name>Развлечения во время полета</Name>
<ServiceCategory>IE</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-08</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f162dc8f-cba3-468e-bd03-ddbe796cc4f8</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eb5e427f-4dc5-4bb0-a5e0-6f80ee65d347</ServiceDefinitionRefID>
<ServiceID>846a8461-64d7-4fd3-baf4-0b18c7d9987f</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2026-06-09</ServiceDate>
<ServicePoint>SVO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f79145cf-e678-4f05-8184-e9ee4c70d5c8</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eb5e427f-4dc5-4bb0-a5e0-6f80ee65d347</ServiceDefinitionRefID>
<ServiceID>8f3e1278-a253-43d9-91bd-9fc61feb3537</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009827Z</OfferExpirationTimeLimitDateTime>
<OfferID>fd4b5513-a936-4424-acd9-8b1b45cafabc</OfferID>
<Name>Наземный транспорт и неавиационные услуги</Name>
<ServiceCategory>GT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>35511752-4066-4c6b-90c6-69c5e54847f2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>330ca74a-939f-4da7-b12a-e820e9aa274a</ServiceDefinitionRefID>
<ServiceID>56e83461-5f76-4550-a656-904de1f76dd9</ServiceID>
<ValidatingPartyRefID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">550.00</BaseAmount>
<TotalAmount CurCode="RUB">550.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T10:11:03.9009842Z</OfferExpirationTimeLimitDateTime>
<OfferID>938e7733-e1db-4616-b2d4-f474fb6cbee7</OfferID>
<Name>Еда/Напитки</Name>
<ServiceCategory>ML</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>7f50f558-71a3-49de-927c-6e18a6b3be21</OriginDestID>
<PaxJourneyRefID>2b457714-a786-4efb-9eb9-a186a6d1b25b</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>P1DT4H25M</Duration>
<PaxJourneyID>2b457714-a786-4efb-9eb9-a186a6d1b25b</PaxJourneyID>
<PaxSegmentRefID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentRefID>
<PaxSegmentRefID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9ae0712f-9024-4eca-8345-c986fbeb3773</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6824</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6824</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>56a9c885-ec02-40ab-a8d4-a93fb2d6eda4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<fCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>de6d5783-e693-4ee9-8ee6-06abef42a991</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT3H45M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6941</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6941</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>95362cda-9a5b-4466-b6fe-fb10db524591</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>СПРАВКА О ПРОЛЕТЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>SP5</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>4d3348d2-9dc9-445d-80b8-39d65f474ad6</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЗИМНЕЕ СПОРТ ОБОРУДОВАНИЕ 1К</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L0</RFISC>
<ServiceCode>SKIS</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>ca78634d-079f-4828-9f18-d7401aa03f6d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТИВН 32КГ 330СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>054</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>9a71de55-74fd-45c1-b5d9-ac4ae7db94a6</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ДОСТАВКА ОРИГИНАЛА СПРАВКИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>SP7</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>db08c98a-c4b7-4012-acfa-bf1d950b879a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>1aeefafb-46a6-4f5a-8aad-b54d24c364cc</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ НА СОСЕД КРЕСЛЕ 15КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0BT</RFISC>
<ServiceCode>PDPT</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>29bf9498-2c4a-4c1d-8758-4fa7ed2be957</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ ДАННЫХ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CPF</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>c9d41ed7-a29b-4391-928d-449b2241f7c4</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 32КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0FN</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>700bc06d-752f-4a52-948d-c6d491bba300</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 3 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>66f19be1-1773-4bbc-826c-8a2ae31d42c8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 10 КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>baf139ee-2d05-488a-8e92-3adc352dbf99</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРИОРИТЕТ SVO</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>FRS</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>d959dd6f-51b5-4b83-8ed3-02dcbd434cbd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЕЛОСИПЕД 1 ШТ ДО 20 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0HY</RFISC>
<ServiceCode>BIKE</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>d29162d4-cc99-4a7f-a1ca-083673a3b4bf</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>АЭРОЭКСПРЕСС СТАНДАРТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>B</RFIC>
<RFISC>OBC</RFISC>
<ServiceGroup>GT</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>eb5e427f-4dc5-4bb0-a5e0-6f80ee65d347</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L1</RFISC>
<ServiceCode>FISH</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>18e84e38-cecb-4cf7-8430-3e89b607b78f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ВОЗВРАТ ДОП УСЛУГИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CAS</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>2132c27d-535b-46c7-9078-3c2aca7dc91c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА ДО 20 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>E20</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>fba0cb6f-eda6-4b51-9859-4b7aa39775ad</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ ДО 203СМ 1МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JH</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>b93d815a-6bd7-4160-ad53-082ff00c66a1</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМ ДАННЫХ НА ГЕЙТЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>PCG</RFISC>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>2fd1e29b-e98a-42a0-8284-d94f72b9ef8e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЗИМНЕЕ СПОРТ ОБОРУДОВАНИЕ 1К</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L0</RFISC>
<ServiceCode>SKIS</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>5c68689f-2c6e-42b4-9468-d0c69e04b2c1</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>BUL</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>1b8d5dcf-3d6c-43e2-8c68-6acce6eac1ac</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>PFE</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>d09ba138-6364-4526-b686-2ca4f08aeee4</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 32КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0FN</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>9465e00f-6c8b-4f2d-8a9a-1ee78b960c59</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 10 КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>09d3703a-4649-48c5-8ce5-089f4b8a6b13</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЕЛОСИПЕД 1 ШТ ДО 20 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0HY</RFISC>
<ServiceCode>BIKE</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>0ac7c0cd-5357-495d-89f2-32c72128e1a3</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ РЕЙСА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CHF</RFISC>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>a2106413-79ec-4957-b862-a5c9067a2278</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EWM</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>a900a612-1474-4068-bf5d-88d810f8d475</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L1</RFISC>
<ServiceCode>FISH</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>8aedb6ea-3086-4e95-ab41-22f60aac3a7a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 2 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW2</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>e683bfac-083e-4293-8cec-4ea05cd92445</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ ДО 203СМ 1МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JH</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>aa83437a-e5ee-4424-9055-01c6106312ce</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ ИМЕНИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>0L7</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>34a1d796-d966-4b49-baf1-9127a504a13e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ОТКАЗ ОТ БРОНИРОВАНИЯ ПО ВПД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>RMO</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>6b9da523-6418-4f40-a15d-7254e48d438c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>BUL</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>c808ea56-a6b9-4473-ace4-d5655907bcb4</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРСОНАЛЬНОЕ РАЗВЛЕЧЕНИЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>G</RFIC>
<RFISC>02O</RFISC>
<ServiceGroup>IE</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>e2c2e9f6-322a-494a-a468-72c7121644fe</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РУЧНАЯ КЛАДЬ 55X40X25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L5</RFISC>
<ServiceCode>PDBG</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>3b713942-78ac-49f5-8e18-eeb39fb02eb6</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА ДО 10 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>E10</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>07a2eab3-b25e-48f3-b957-2f67bc89ef9d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРИОРИТЕТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>FRG</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>58beb5ec-a10b-48e4-b3e6-539ec57de4ae</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 3 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a9226222-49ed-47b3-85f8-00bf1d9065bc</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРЕВОЗКА ОРУЖИЯ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>RUH</RFISC>
<ServiceCode>WEAP</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>f43d0b9a-96e5-4394-9016-ebad490b6b49</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 1 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW1</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>be92de80-5f8a-459f-9be9-024ff7a1b7dd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БЕСПЛАТНОЕ МЕСТО БАГАЖА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JX</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>ae732696-ffcf-4b44-8af8-fb83a18510e7</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ОФОРМЛЕНИЕ БИЛЕТА КЦ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CCF</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>93f07669-779b-4e68-9472-fd7f5c07c4fc</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РУЧНАЯ КЛАДЬ 55X40X25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L5</RFISC>
<ServiceCode>PDBG</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>e72e5e53-a910-433b-81a2-421484c74c7d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СЭНДВИЧ С КУРИЦЕЙ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>G</RFIC>
<RFISC>N26</RFISC>
<ServiceGroup>ML</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>330ca74a-939f-4da7-b12a-e820e9aa274a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ОБЬЕДИН БАГ В 1PNR ДО32КГ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>PLB</RFISC>
<ServiceCode>PLBN</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>5e8b96fc-6bb3-44cc-8189-d9d09a29f4e3</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ДОСЫЛ БАГАЖА 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>ORB</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>6331485c-c120-473d-9249-b6f18b0c7e63</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТИВН 32КГ 330СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>054</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>a00c3f70-68b1-4fad-88c7-721c49454117</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРЕВОЗКА ОРУЖИЯ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>RUH</RFISC>
<ServiceCode>WEAP</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>1fa54079-aea4-4d99-b12f-922b4a8a5a0b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EWM</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>ef48d6ad-9e99-40ec-87f3-79bc4acce594</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 2 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW2</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a2fa1b0c-49bc-4691-a7b0-9341122f12c0</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>f2ab167c-585c-41da-bff2-3dad5fe2facf</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
Getting the list of services for the created order¶
It is possible to receive a list of additional services both before and after payment for the order.
The Agent sends a request for evaluation and preparation of commercial offers for the purchase of additional services within the previously created order (booking):
Show example request
<?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="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-04-25T16:27:25Z"/>
<AppData>
<Shop:Mixvel_ServiceListRQ xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRQ/1_00">
<Request>
<CoreRequest>
<OrderRequest>
<MixOrder>
<MixOrderID>82477-251214-MEB3344</MixOrderID>
</MixOrder>
</OrderRequest>
</CoreRequest>
</Request>
</Shop:Mixvel_ServiceListRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example Mixvel_ServiceListRS:
Show example answer
<?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="019b1bea-4272-7188-9ae0-bb5d6f37b671" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-12-14T08:11:38.9596959Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f775ee58-4fbd-4084-bd6a-c2e91beb7aa4</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>79810b8c-b267-4a4b-9cd9-85f0f9d1bf0c</ServiceDefinitionRefID>
<ServiceID>20a4609a-4092-4d93-8fcb-742d495d2dec</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d672ef0e-e6e2-4025-b858-92cdc14be982</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>79810b8c-b267-4a4b-9cd9-85f0f9d1bf0c</ServiceDefinitionRefID>
<ServiceID>d4c48379-35ad-46a5-ba30-e21b9cc539e7</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3500.00</BaseAmount>
<TotalAmount CurCode="RUB">3500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9ffb5880-0603-4a0a-8c73-d32c72f07ae2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>09feb231-9295-448c-bfa6-4321638fae0f</ServiceDefinitionRefID>
<ServiceID>354258f6-5163-4149-a54a-73f38c832ca2</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d3e40cd2-601d-40bb-bb2d-0cdaa2d9d52e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>09feb231-9295-448c-bfa6-4321638fae0f</ServiceDefinitionRefID>
<ServiceID>70158a58-b30f-463a-a62f-e0d32b4e2d1c</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3771222f-3b88-4b04-96f8-97cc376ec6f7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e2426c36-74c5-4afe-b22e-2771ed206d3d</ServiceDefinitionRefID>
<ServiceID>b674e4d7-30a6-4449-b5d7-812f27812142</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5cab9b22-6de7-4315-a2b8-20e7798eb680</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e2426c36-74c5-4afe-b22e-2771ed206d3d</ServiceDefinitionRefID>
<ServiceID>ea9d4dcc-43a4-4d69-9de8-876e94224432</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1f01ba95-ae31-4eb5-8134-dd0f899991a5</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c7fd6038-7326-44fd-82d6-1fbc053ed783</ServiceDefinitionRefID>
<ServiceID>4a716f61-0c92-45db-bad1-0c60ba416029</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0ee8847e-03f7-4e0b-959b-cb512a8bc4f6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c7fd6038-7326-44fd-82d6-1fbc053ed783</ServiceDefinitionRefID>
<ServiceID>c6545def-e545-475e-bf8a-e608759d4378</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3b5ede13-6130-423c-926b-ff3a2e67aaeb</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0b832d73-0bb9-4cfa-b51a-b87400021810</ServiceDefinitionRefID>
<ServiceID>2419ca92-8707-45d8-af4d-0dfd37d47cd5</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bd15679d-eac1-4b60-9363-19ad445ad249</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0b832d73-0bb9-4cfa-b51a-b87400021810</ServiceDefinitionRefID>
<ServiceID>0f43ee97-7100-4cab-8478-75ea33c51eaa</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>af8e1834-e693-44c6-b772-d1e64af860a8</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3e458f4a-d3b7-448b-ae22-4813cc612f82</ServiceDefinitionRefID>
<ServiceID>53b06bcb-d924-4d8a-a810-7e551141864f</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">9395.00</BaseAmount>
<TotalAmount CurCode="RUB">9395.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a47c7a02-676d-4921-b9a7-112185655425</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3e458f4a-d3b7-448b-ae22-4813cc612f82</ServiceDefinitionRefID>
<ServiceID>53a254a1-b1ea-46f8-bc76-c135914a0414</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">9395.00</BaseAmount>
<TotalAmount CurCode="RUB">9395.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d31b0a79-0072-4d71-9748-f6be83aa79e9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e89a0586-a7cb-475e-bcb2-c88bb8c32f13</ServiceDefinitionRefID>
<ServiceID>9d33934a-8cbd-46bb-af39-1108f439565e</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e303a474-9153-4bac-be0f-422e00c042e8</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e89a0586-a7cb-475e-bcb2-c88bb8c32f13</ServiceDefinitionRefID>
<ServiceID>e5a765af-5b4e-465c-b6a7-87aa5bafc046</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f4f29186-7c27-4c7c-b9bf-190f09da12ca</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>02b47f7a-9df1-4691-a70e-04aef3d3b54b</ServiceDefinitionRefID>
<ServiceID>752041d6-387b-4670-b29e-ef21c99c2526</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>df658265-f8d2-43cc-9de0-55153b41ea91</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>02b47f7a-9df1-4691-a70e-04aef3d3b54b</ServiceDefinitionRefID>
<ServiceID>a2a76e5c-d002-4de6-89d5-f44e9883b9c6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3499.00</BaseAmount>
<TotalAmount CurCode="RUB">3499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>37efed34-4ae8-4305-98e5-50b8a5673a76</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>ce972d70-cd61-42d6-b3aa-a121ef118878</ServiceDefinitionRefID>
<ServiceID>988edd7f-a22a-45b1-9ea2-3d9c85e0ee53</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2999.00</BaseAmount>
<TotalAmount CurCode="RUB">2999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>40b1e728-7126-4b6c-a52f-cb614b2021c3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>ce972d70-cd61-42d6-b3aa-a121ef118878</ServiceDefinitionRefID>
<ServiceID>d8a117a5-9059-49ba-b231-fa662c9a2b8c</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2999.00</BaseAmount>
<TotalAmount CurCode="RUB">2999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>be6cefce-b22b-4de6-a6e7-29f3fff58162</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>be2951bc-29a0-4415-9c22-394de5db5ea0</ServiceDefinitionRefID>
<ServiceID>d9881f1f-6e13-4618-b5d6-54b5399bf9c1</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2999.00</BaseAmount>
<TotalAmount CurCode="RUB">2999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8cf02dfb-a6ac-4893-97f9-cdecb2913f57</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>be2951bc-29a0-4415-9c22-394de5db5ea0</ServiceDefinitionRefID>
<ServiceID>5b5c4bcd-a5a0-4564-a9be-44b1b745f3e6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2999.00</BaseAmount>
<TotalAmount CurCode="RUB">2999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0b4f02ba-8a6d-4b41-a6b6-5573c8fa24cc</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4b8a538d-9765-4c96-bc5f-98b708b7ee59</ServiceDefinitionRefID>
<ServiceID>2f29591b-ae35-4e3c-9687-421fa60c6737</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c57ec1ec-9f78-4c1b-b50d-5fc94c3bd2da</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4b8a538d-9765-4c96-bc5f-98b708b7ee59</ServiceDefinitionRefID>
<ServiceID>d8f1aa3e-05d1-46d5-85d3-6cda0d51a184</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3413d4a5-c94d-45d4-8d25-dd6e57457b1d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eb2abe10-aaf6-45f0-86c7-a22f92893566</ServiceDefinitionRefID>
<ServiceID>2619818f-faac-451b-a678-1fbbab6128cb</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5fe859a8-ea89-4488-a6f4-6f9ddd2df4fd</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eb2abe10-aaf6-45f0-86c7-a22f92893566</ServiceDefinitionRefID>
<ServiceID>7442a203-3dc3-4230-8e99-ef5a69a36951</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>abd11c6d-f2c4-499a-820d-29adc150460c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b7f4a16c-0774-4cf8-98c9-3493c7911a6e</ServiceDefinitionRefID>
<ServiceID>59e4cf20-b0f2-4e06-8bd8-1f21d42b8992</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>41dc25ce-3ac7-4e5d-8336-28f3b8c45201</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b7f4a16c-0774-4cf8-98c9-3493c7911a6e</ServiceDefinitionRefID>
<ServiceID>2e4fc386-17cd-48ca-b5e8-17225ce0f773</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d802b727-d635-4c3b-ac5c-ad001128fc1c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>fe178959-c59e-4e9c-87ce-b32197086e62</ServiceDefinitionRefID>
<ServiceID>3fdfa872-b2a5-4d37-9b28-6052dd6173ec</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>7ff2ff74-e2b1-4ae8-a474-f44f8c547e4d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>fe178959-c59e-4e9c-87ce-b32197086e62</ServiceDefinitionRefID>
<ServiceID>7b952177-ab59-477c-ab75-f15df24c0964</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4e6bbe4a-cbba-48ef-972a-c665880f9494</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4fe52e8c-2992-46e9-a26a-324ca8ea44de</ServiceDefinitionRefID>
<ServiceID>4c133d7e-6c7d-43d8-aa20-03cdc380f9d6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>203435bd-37b5-44c4-a341-62724db02ea9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4fe52e8c-2992-46e9-a26a-324ca8ea44de</ServiceDefinitionRefID>
<ServiceID>31b3fa6d-fbd0-4e28-92f4-634c08f7ba8f</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6dfb1c83-9864-498b-8a4a-68f4ed0940a3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>51735f0e-bd9e-4aba-833c-88b80e5e8f53</ServiceDefinitionRefID>
<ServiceID>b7e04c4d-7fdc-4347-9d8c-1888ad642aa7</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6c93c527-16f4-4d98-85d6-51d1d812b242</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>51735f0e-bd9e-4aba-833c-88b80e5e8f53</ServiceDefinitionRefID>
<ServiceID>14f37dfc-5950-4472-9491-cb59b50b5c4f</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c42dc8ee-1ffb-4da6-b3c3-3e0768b40ef3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>883eeb4b-9308-4172-bed3-16549691e7b5</ServiceDefinitionRefID>
<ServiceID>8ed4cdfe-c90b-464c-811e-97a896afe2c5</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1bc16463-3ec8-47e5-8a84-b2e8a7b798b7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>883eeb4b-9308-4172-bed3-16549691e7b5</ServiceDefinitionRefID>
<ServiceID>1a197a36-54de-4e05-b75e-b294adfa8484</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f6760521-cdad-4f32-9cf2-9508292f463c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d212715b-e687-4bba-a0b7-84c33eefa950</ServiceDefinitionRefID>
<ServiceID>fe84a4b2-f32d-4e0d-aa30-5873d197e1f5</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4500fced-d61a-484a-8c3b-b4041de77b08</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d212715b-e687-4bba-a0b7-84c33eefa950</ServiceDefinitionRefID>
<ServiceID>43a73215-4c01-40ab-b323-5ec48f78f058</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c48719fd-aa9e-4809-87f8-f40fff1cd7f2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>5283ebaa-fa70-4b34-a27b-a578bd438d38</ServiceDefinitionRefID>
<ServiceID>f4f728da-a70e-4c99-8cec-ab541ee637d9</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1713bdbc-2e8c-4ee5-9990-8e35eaaac1eb</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>5283ebaa-fa70-4b34-a27b-a578bd438d38</ServiceDefinitionRefID>
<ServiceID>dadc73d0-e3ac-4495-803f-bd6a644f6857</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>64427aef-41e3-4ec8-ac6c-b9881383658c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>476b52d2-b269-4aba-9244-2225c943db5e</ServiceDefinitionRefID>
<ServiceID>fd0a4533-a092-4bd8-816e-4e2a816f13b0</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>93af2dc1-67da-4069-9ac9-f86772fb062c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>476b52d2-b269-4aba-9244-2225c943db5e</ServiceDefinitionRefID>
<ServiceID>128fb688-6525-4747-b9ff-94270a192d23</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>52ad3168-a978-4ed9-8642-8dba4f945c43</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>47b3ff0b-0b36-4205-ac06-3b9618cb1f6d</ServiceDefinitionRefID>
<ServiceID>172325ea-12fb-4a44-acf3-b6528192d5a1</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">8500.00</BaseAmount>
<TotalAmount CurCode="RUB">8500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>600d6f70-1262-4edf-9ccf-6a31bb9e1e1e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>47b3ff0b-0b36-4205-ac06-3b9618cb1f6d</ServiceDefinitionRefID>
<ServiceID>1b89d93d-ebd7-4505-b4e6-9fe25de57c9b</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">8500.00</BaseAmount>
<TotalAmount CurCode="RUB">8500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>808ce285-80a9-43a0-90c2-8a76f2f3161b</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>cdff1af4-ecef-4baf-8b96-f7cb7e6fafa6</ServiceDefinitionRefID>
<ServiceID>62eedfd9-727d-4c90-b626-a5573b5aa564</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">8500.00</BaseAmount>
<TotalAmount CurCode="RUB">8500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b18d9410-b76a-4528-b060-00141b512037</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>cdff1af4-ecef-4baf-8b96-f7cb7e6fafa6</ServiceDefinitionRefID>
<ServiceID>ee0d2cfc-3eea-429f-b259-c26e8537394e</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">8500.00</BaseAmount>
<TotalAmount CurCode="RUB">8500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>612529ff-d857-4f43-9717-51d71bcd3a2e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2c8863f8-1389-423d-8edf-370e3fabdad5</ServiceDefinitionRefID>
<ServiceID>462820e8-f100-4aea-a7e0-bd471323d06e</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5499.00</BaseAmount>
<TotalAmount CurCode="RUB">5499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fed00bc6-20d4-432c-a9b9-496ea1d1dd73</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2c8863f8-1389-423d-8edf-370e3fabdad5</ServiceDefinitionRefID>
<ServiceID>88c5c71b-9170-48da-a9bd-80189e395054</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5499.00</BaseAmount>
<TotalAmount CurCode="RUB">5499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5a33a73e-b5d0-4267-b848-31fd720dead2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b19de514-565e-4122-b518-cd4ef2a6a998</ServiceDefinitionRefID>
<ServiceID>2d4b40ce-176b-4d43-819a-c313a7f9f50f</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5499.00</BaseAmount>
<TotalAmount CurCode="RUB">5499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>94b3dfae-8aad-442d-9482-0a8838c6a4d8</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b19de514-565e-4122-b518-cd4ef2a6a998</ServiceDefinitionRefID>
<ServiceID>076cb409-77b9-4a17-9710-ea60057706f9</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5499.00</BaseAmount>
<TotalAmount CurCode="RUB">5499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0c095011-0092-4c41-94b3-4b3b8e8c9953</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>9c254e18-66d1-4475-8a6a-f66d05d6e080</ServiceDefinitionRefID>
<ServiceID>c909ac90-b119-446b-a1fd-38f855baa769</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>7ef52403-a248-4c18-bf04-0f48831716f3</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>9c254e18-66d1-4475-8a6a-f66d05d6e080</ServiceDefinitionRefID>
<ServiceID>eb8ee896-d4e5-4e3f-b69a-3fd98a182f38</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293436Z</OfferExpirationTimeLimitDateTime>
<OfferID>dc9dd9d1-5c5a-46e0-9830-0bab5c005c3c</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b25068d8-0166-4b33-a058-aa2349c8dc35</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>81f48890-ee6a-45f1-acea-e8df22367765</ServiceDefinitionRefID>
<ServiceID>f4358911-0b58-4e99-a8b4-2c37049c22e3</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>29215905-a8ec-4ef2-8c32-eba1ecc9f5fd</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>81f48890-ee6a-45f1-acea-e8df22367765</ServiceDefinitionRefID>
<ServiceID>8e01774f-a661-4b69-9680-11ca35e232ed</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fdd96c50-f2d3-4d14-ab37-baaec62df3b7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6ee4d6af-1153-474d-bde9-fb54c5964fa3</ServiceDefinitionRefID>
<ServiceID>080c75d5-3ccf-4cdc-af50-e57efa3678be</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1d3b4524-7b0e-4362-b197-6dc552e1c331</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6ee4d6af-1153-474d-bde9-fb54c5964fa3</ServiceDefinitionRefID>
<ServiceID>90ec505e-6629-4699-b154-c97ea117e868</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293449Z</OfferExpirationTimeLimitDateTime>
<OfferID>1a331d17-14de-4a83-8385-1eff9ea7be3d</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>012e083d-722c-4960-91d9-e89d3fa72a0e</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6282add2-7e04-427a-b440-27b25fbe8b97</ServiceDefinitionRefID>
<ServiceID>9e6698f5-24cc-4367-843d-a0c9990e6eac</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1017e2f1-03d6-449c-b8fd-7f6fcc80239d</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6282add2-7e04-427a-b440-27b25fbe8b97</ServiceDefinitionRefID>
<ServiceID>118534ea-d5ad-4a59-851f-e302754244b7</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1b2df8b6-82e3-4334-a11c-e740ad9666b2</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>64278d3e-a7ad-48f7-a7e9-986b7f39a20d</ServiceDefinitionRefID>
<ServiceID>1b6a2d8b-4193-4925-878e-539c286c022c</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d8e02398-eefd-4b87-aaae-90c3569a5e03</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>64278d3e-a7ad-48f7-a7e9-986b7f39a20d</ServiceDefinitionRefID>
<ServiceID>59967ee5-9297-43cd-badd-e1f5170710a1</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293464Z</OfferExpirationTimeLimitDateTime>
<OfferID>b899a83e-af2f-41e9-8fb8-459b603cf512</OfferID>
<Name>Комплекс услуг</Name>
<ServiceCategory>BD</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>46ad9e60-3103-4911-803f-6c58ee4f3fb1</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>803ceecf-1d36-43db-b755-d38b08873c68</ServiceDefinitionRefID>
<ServiceID>f6701646-1dcf-4716-9d53-903fcca8b747</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>152c6138-a985-43c6-a6a9-a3c420e79f7c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>803ceecf-1d36-43db-b755-d38b08873c68</ServiceDefinitionRefID>
<ServiceID>f5dfbc7c-281a-4348-bc25-338b64424078</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8de18e9e-cc8c-4f59-89ab-60d4c3ed93ee</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>539e0924-adb5-4551-ac51-45e29408d48f</ServiceDefinitionRefID>
<ServiceID>25a16704-02f0-47cc-81a3-6b49d37169bb</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4299.00</BaseAmount>
<TotalAmount CurCode="RUB">4299.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>acb007dd-4ade-4a89-9c79-65400c908f9e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>539e0924-adb5-4551-ac51-45e29408d48f</ServiceDefinitionRefID>
<ServiceID>5cd4a616-1032-43f7-b4ad-4eb7499866e7</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4299.00</BaseAmount>
<TotalAmount CurCode="RUB">4299.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c197c28c-873b-4aa7-9e74-c4033b7f8ea4</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>42fa0c2c-4451-4ff8-a5e6-3517202843ea</ServiceDefinitionRefID>
<ServiceID>cf865090-59d9-4e39-a2bd-a240de7a523d</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3bde0914-407e-43d9-b60d-e2d968a6f013</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>42fa0c2c-4451-4ff8-a5e6-3517202843ea</ServiceDefinitionRefID>
<ServiceID>e2f4a02a-28d9-40ea-9ed9-50401ae359db</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>95d947b2-d261-4fd0-9afa-0c4623a60e94</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eba1e55b-8e6a-4fe1-9fcb-f0bbcee3f693</ServiceDefinitionRefID>
<ServiceID>d42bca00-c6e1-4d55-9b6b-575cd5f6a186</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b8b00dba-37b3-432a-a3a9-fab3296090e6</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>eba1e55b-8e6a-4fe1-9fcb-f0bbcee3f693</ServiceDefinitionRefID>
<ServiceID>ba11ed31-33ef-4624-9732-1d9f1d7dd143</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5b45c75e-b138-4f6c-ba6a-923d96d24eb9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2c3321f9-3640-471e-9a94-d4e08d621a6a</ServiceDefinitionRefID>
<ServiceID>f54803f1-4580-47b1-b12d-816a6b4155bd</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<TotalAmount CurCode="RUB">1599.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>177538aa-f144-4396-b343-8dcaffb497e0</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2c3321f9-3640-471e-9a94-d4e08d621a6a</ServiceDefinitionRefID>
<ServiceID>3426259c-f87d-42d9-9876-f2e1c08474a6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1599.00</BaseAmount>
<TotalAmount CurCode="RUB">1599.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5d557285-bb80-44d8-8b0b-446b9df7177a</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>948f9800-3e1e-44dc-9985-495115fc6ec5</ServiceDefinitionRefID>
<ServiceID>a58f5e9b-77bf-4032-816c-f8238fc24d4d</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<TotalAmount CurCode="RUB">100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>401bb3fc-17d4-46a2-a109-2e8df55b827a</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>948f9800-3e1e-44dc-9985-495115fc6ec5</ServiceDefinitionRefID>
<ServiceID>869e8c93-1589-4784-a919-a5e60cd429b9</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">100.00</BaseAmount>
<TotalAmount CurCode="RUB">100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>103cadd9-16cc-475a-a22d-46b5fa7bbaf5</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2eaebfc1-fa8d-48e6-a93c-1210e71afe5b</ServiceDefinitionRefID>
<ServiceID>ecad98c7-1a50-47b6-933f-ff5eea64df0b</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c9d288ec-489e-4583-8879-01566d31c046</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2eaebfc1-fa8d-48e6-a93c-1210e71afe5b</ServiceDefinitionRefID>
<ServiceID>41e51a20-abca-4de0-ab03-66ed30037dc4</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>94caad5a-72ae-42cf-8611-6a6ac583c154</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8455548a-fda9-4c45-b5a5-55ad3a21335c</ServiceDefinitionRefID>
<ServiceID>02db2ad6-7b7c-4426-8d64-b91175cb221c</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b359a164-cae8-48b4-bf9c-940d3885961f</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8455548a-fda9-4c45-b5a5-55ad3a21335c</ServiceDefinitionRefID>
<ServiceID>2d47ac33-fcc2-4e94-916a-b46e9d350bd0</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>46ffb5be-cf98-4348-8cfb-b9febf17b167</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6cc09d4b-50cc-4e38-acc1-ccc97304dd72</ServiceDefinitionRefID>
<ServiceID>6a808a87-fafd-4038-b10c-121f4100dc9d</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">500.00</BaseAmount>
<TotalAmount CurCode="RUB">500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ce03be37-ccbc-486b-8945-d2f87ef0fa79</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6cc09d4b-50cc-4e38-acc1-ccc97304dd72</ServiceDefinitionRefID>
<ServiceID>e073a0c1-9c98-4a1a-bd88-623ae8b42c89</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">500.00</BaseAmount>
<TotalAmount CurCode="RUB">500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bbf5edb8-9ac8-4e67-bcd3-de4950509001</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6eaf49b2-7ab5-4aa3-9ea2-85d38af1cf28</ServiceDefinitionRefID>
<ServiceID>a52bedaa-fc0b-437f-8864-b50974d74b86</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>068b6237-d3f8-4370-a525-30f69675408e</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6eaf49b2-7ab5-4aa3-9ea2-85d38af1cf28</ServiceDefinitionRefID>
<ServiceID>6d5e601d-fa30-4d49-90f3-4b4d67c13ef6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a61a8d99-15d3-47a3-85fc-25dc7b78dcde</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c9718b9d-966b-478d-8240-4f5830bdec58</ServiceDefinitionRefID>
<ServiceID>f159239c-76f2-4a81-8401-168c71e4cc00</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1100.00</BaseAmount>
<TotalAmount CurCode="RUB">1100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a2bfeb93-e268-4ff6-bf0d-294361bdd1b6</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c9718b9d-966b-478d-8240-4f5830bdec58</ServiceDefinitionRefID>
<ServiceID>466d848e-9f01-49a9-832a-68d7672f1819</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1100.00</BaseAmount>
<TotalAmount CurCode="RUB">1100.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>22333948-d022-43d1-a634-02baa3ca9d69</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>75309867-bdb2-46c1-8059-e8bebb5f88cd</ServiceDefinitionRefID>
<ServiceID>cbd50420-2e86-4017-821b-5f941b1e4f8f</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1600.00</BaseAmount>
<TotalAmount CurCode="RUB">1600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>133c8bab-cf54-447a-8f58-bb46d2e1343d</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>75309867-bdb2-46c1-8059-e8bebb5f88cd</ServiceDefinitionRefID>
<ServiceID>418741bb-64e3-456d-8af2-75a57afdf529</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1600.00</BaseAmount>
<TotalAmount CurCode="RUB">1600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>eaf4555f-253f-489c-be5b-4ea68a1be9a2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d9f0641d-2f9f-428c-bc80-d48bd77852bf</ServiceDefinitionRefID>
<ServiceID>abf7b733-6210-404a-9d7e-9e81155267e2</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>68b56a38-f10a-44fa-b12d-8c48f41f9e9f</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d9f0641d-2f9f-428c-bc80-d48bd77852bf</ServiceDefinitionRefID>
<ServiceID>92313114-8b0a-42b4-b078-7fc3d025fe07</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>056e5385-986a-4998-8ad7-a94e8edbfb62</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8460913d-57e8-496f-b69f-16daef6aece7</ServiceDefinitionRefID>
<ServiceID>b57042e2-2491-472c-b882-e1cdbc4af611</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4749464d-d617-4972-9ffd-11605ce9c2d0</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8460913d-57e8-496f-b69f-16daef6aece7</ServiceDefinitionRefID>
<ServiceID>4aba174e-02e1-45e4-865f-8352df8921b6</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2f2c7390-4b35-4fc8-b0ab-b4274f2af365</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>7abfaa12-b759-46de-bb62-315a830b7474</ServiceDefinitionRefID>
<ServiceID>391a4c41-3cb3-4777-bb58-4721713b2ae2</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e1af50ae-5c2e-44d3-9071-55a0872fb967</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>7abfaa12-b759-46de-bb62-315a830b7474</ServiceDefinitionRefID>
<ServiceID>012e3a78-347f-45c6-aca5-e12646aa47b4</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1699.00</BaseAmount>
<TotalAmount CurCode="RUB">1699.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d6956b01-5f41-4d6b-9346-ae8a6f684880</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1414e606-180b-420d-9982-c4ec07492216</ServiceDefinitionRefID>
<ServiceID>61fa1b0f-4dd9-4e30-a9f8-9011a48e97e4</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9bba60a8-5802-4fff-98c7-d2bf95fa9584</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1414e606-180b-420d-9982-c4ec07492216</ServiceDefinitionRefID>
<ServiceID>b3c36231-a86e-4e38-9764-e09d5494cdde</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">800.00</BaseAmount>
<TotalAmount CurCode="RUB">800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293473Z</OfferExpirationTimeLimitDateTime>
<OfferID>d360269d-2eee-4712-a270-93f0f16460ed</OfferID>
<Name>Трэвел-услуги</Name>
<ServiceCategory>TS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f82b8d4a-1dc4-4409-b0fa-fbd6a1727535</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>63b3bfc4-fac9-4a7c-9356-963a0d9e8fac</ServiceDefinitionRefID>
<ServiceID>7e0426a4-0874-4049-9c1b-0c8268577f2b</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>08170fed-3663-46fc-a6d3-2c9f1064a138</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>63b3bfc4-fac9-4a7c-9356-963a0d9e8fac</ServiceDefinitionRefID>
<ServiceID>26e97de4-dc10-404e-ab44-d77148fc15a5</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">999.00</BaseAmount>
<TotalAmount CurCode="RUB">999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293486Z</OfferExpirationTimeLimitDateTime>
<OfferID>9017c5c7-2f0e-4f1c-b966-a4ed4a1099f4</OfferID>
<Name>Развлечения во время полета</Name>
<ServiceCategory>IE</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>87d2ec12-7f90-4c11-ad5f-d917e664806f</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>5d9b3cb4-fe1b-4497-931e-f7f5e88a32c8</ServiceDefinitionRefID>
<ServiceID>05ac0cc6-8374-4f52-807c-d52ac0ba508c</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>DP</ProviderCode>
<ServiceDate>2025-12-16</ServiceDate>
<ServicePoint>LED</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3a1037a8-2849-4f59-996d-db5c94dda99e</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>5d9b3cb4-fe1b-4497-931e-f7f5e88a32c8</ServiceDefinitionRefID>
<ServiceID>6a456796-e9d1-4fbd-b23d-27312f1b7985</ServiceID>
<ValidatingPartyRefID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T08:56:38.9293545Z</OfferExpirationTimeLimitDateTime>
<OfferID>44c5bb66-c17c-4672-82eb-da6b4c368f8c</OfferID>
<Name>Наземный транспорт и неавиационные услуги</Name>
<ServiceCategory>GT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>ooo.romashka@centr.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+74957066022</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>234f8140-4f6c-4cf3-beb1-328e1a15f854</ContactInfoID>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">KGD</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>537d4546-d47f-41d9-ac21-4db4546c3a11</OriginDestID>
<PaxJourneyRefID>259c228c-f11e-4cb6-9a89-123ec2604dfa</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">KGD</OriginCode>
<OriginDestID>e81f747d-ab6c-4783-9a80-62ad411898ac</OriginDestID>
<PaxJourneyRefID>d3540761-2e01-4ea7-9e87-55b3d11c7c89</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>259c228c-f11e-4cb6-9a89-123ec2604dfa</PaxJourneyID>
<PaxSegmentRefID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT1H55M</Duration>
<PaxJourneyID>d3540761-2e01-4ea7-9e87-55b3d11c7c89</PaxJourneyID>
<PaxSegmentRefID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>28</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<AdditionalDoc>
<AdditionalDocID>АА0000000</AdditionalDocID>
<AdditionalDocTypeCode>PU</AdditionalDocTypeCode>
</AdditionalDoc>
<ExpiryDate>2028-01-01</ExpiryDate>
<IdentityDocID>4510000555</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>IVANOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1997-07-07</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>PETROV</GivenName>
<MiddleName>IVANOVICH</MiddleName>
<Surname>IVANOV</Surname>
</Individual>
<OrderRefID>82477-251214-OEB3345</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-16T19:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-16T19:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>847cf82a-9e16-46cc-8b4f-8f7c78e62d11</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-16T18:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-16T18:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">498</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>535</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>535</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>6f4fe111-e86c-4f19-9fa1-579b75c5f1f4</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-29T17:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-29T17:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>847e9adc-4711-461c-a731-a7bc7193c206</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-29T14:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-29T14:20:00</ScheduledDateTime>
<LocationCode Standard="IATA">KGD</LocationCode>
<StationName>Калининград(Храброво)</StationName>
</Dep>
<Duration>PT1H55M</Duration>
<Distance UnitCode="Mileage">498</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>530</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>530</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>92c9dd09-b2dc-41b0-8146-fd21a9b06c52</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>СПРАВКА О ПРОЛЕТЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>SP5</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>c9718b9d-966b-478d-8240-4f5830bdec58</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЗИМНЕЕ СПОРТ ОБОРУДОВАНИЕ 1К</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L0</RFISC>
<ServiceCode>SKIS</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>d212715b-e687-4bba-a0b7-84c33eefa950</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТИВН 32КГ 330СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>054</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>47b3ff0b-0b36-4205-ac06-3b9618cb1f6d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ДОСТАВКА ОРИГИНАЛА СПРАВКИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>SP7</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>75309867-bdb2-46c1-8059-e8bebb5f88cd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>81f48890-ee6a-45f1-acea-e8df22367765</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ НА СОСЕД КРЕСЛЕ 15КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0BT</RFISC>
<ServiceCode>PDPT</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>6ee4d6af-1153-474d-bde9-fb54c5964fa3</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ ДАННЫХ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CPF</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>1414e606-180b-420d-9982-c4ec07492216</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 32КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0FN</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>eb2abe10-aaf6-45f0-86c7-a22f92893566</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 3 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>9c254e18-66d1-4475-8a6a-f66d05d6e080</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 10 КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>476b52d2-b269-4aba-9244-2225c943db5e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЕЛОСИПЕД 1 ШТ ДО 20 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0HY</RFISC>
<ServiceCode>BIKE</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>fe178959-c59e-4e9c-87ce-b32197086e62</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>АЭРОЭКСПРЕСС СТАНДАРТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>B</RFIC>
<RFISC>OBC</RFISC>
<ServiceGroup>GT</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>5d9b3cb4-fe1b-4497-931e-f7f5e88a32c8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L1</RFISC>
<ServiceCode>FISH</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>51735f0e-bd9e-4aba-833c-88b80e5e8f53</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ВОЗВРАТ ДОП УСЛУГИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CAS</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>948f9800-3e1e-44dc-9985-495115fc6ec5</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА ДО 20 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>E20</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>539e0924-adb5-4551-ac51-45e29408d48f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ ДО 203СМ 1МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JH</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>be2951bc-29a0-4415-9c22-394de5db5ea0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМ ДАННЫХ НА ГЕЙТЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>PCG</RFISC>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>64278d3e-a7ad-48f7-a7e9-986b7f39a20d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЗИМНЕЕ СПОРТ ОБОРУДОВАНИЕ 1К</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L0</RFISC>
<ServiceCode>SKIS</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>883eeb4b-9308-4172-bed3-16549691e7b5</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>BUL</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>3e458f4a-d3b7-448b-ae22-4813cc612f82</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>PFE</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>2eaebfc1-fa8d-48e6-a93c-1210e71afe5b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 32КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0FN</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>4b8a538d-9765-4c96-bc5f-98b708b7ee59</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 10 КГ 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>5283ebaa-fa70-4b34-a27b-a578bd438d38</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЕЛОСИПЕД 1 ШТ ДО 20 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0HY</RFISC>
<ServiceCode>BIKE</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>b7f4a16c-0774-4cf8-98c9-3493c7911a6e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ РЕЙСА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CHF</RFISC>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>6282add2-7e04-427a-b440-27b25fbe8b97</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EWM</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>7abfaa12-b759-46de-bb62-315a830b7474</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РЫБОЛОВН СНАРЯЖ 1 КОМПЛЕКТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L1</RFISC>
<ServiceCode>FISH</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>4fe52e8c-2992-46e9-a26a-324ca8ea44de</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 2 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW2</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>8460913d-57e8-496f-b69f-16daef6aece7</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ ДО 203СМ 1МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JH</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>ce972d70-cd61-42d6-b3aa-a121ef118878</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ШТРАФ ЗА ИЗМЕНЕНИЕ ИМЕНИ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>0L7</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>6eaf49b2-7ab5-4aa3-9ea2-85d38af1cf28</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ОТКАЗ ОТ БРОНИРОВАНИЯ ПО ВПД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>RMO</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>eba1e55b-8e6a-4fe1-9fcb-f0bbcee3f693</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛЕЕ 203СМ НЕГАБАР БАГАЖ 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>BUL</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>0b832d73-0bb9-4cfa-b51a-b87400021810</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРСОНАЛЬНОЕ РАЗВЛЕЧЕНИЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>G</RFIC>
<RFISC>02O</RFISC>
<ServiceGroup>IE</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>63b3bfc4-fac9-4a7c-9356-963a0d9e8fac</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РУЧНАЯ КЛАДЬ 55X40X25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L5</RFISC>
<ServiceCode>PDBG</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>02b47f7a-9df1-4691-a70e-04aef3d3b54b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА ДО 10 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>E10</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>803ceecf-1d36-43db-b755-d38b08873c68</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРИОРИТЕТ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>FRG</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>8455548a-fda9-4c45-b5a5-55ad3a21335c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 3 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>c7fd6038-7326-44fd-82d6-1fbc053ed783</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРЕВОЗКА ОРУЖИЯ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>RUH</RFISC>
<ServiceCode>WEAP</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>b19de514-565e-4122-b518-cd4ef2a6a998</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 1 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW1</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>6cc09d4b-50cc-4e38-acc1-ccc97304dd72</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БЕСПЛАТНОЕ МЕСТО БАГАЖА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0JX</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>e2426c36-74c5-4afe-b22e-2771ed206d3d</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ОФОРМЛЕНИЕ БИЛЕТА КЦ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>CCF</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>42fa0c2c-4451-4ff8-a5e6-3517202843ea</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РУЧНАЯ КЛАДЬ 55X40X25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0L5</RFISC>
<ServiceCode>PDBG</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>e89a0586-a7cb-475e-bcb2-c88bb8c32f13</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ОБЬЕДИН БАГ В 1PNR ДО32КГ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>PLB</RFISC>
<ServiceCode>PLBN</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>09feb231-9295-448c-bfa6-4321638fae0f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ДОСЫЛ БАГАЖА 1 МЕСТО</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>ORB</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>79810b8c-b267-4a4b-9cd9-85f0f9d1bf0c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТИВН 32КГ 330СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>054</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>cdff1af4-ecef-4baf-8b96-f7cb7e6fafa6</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПЕРЕВОЗКА ОРУЖИЯ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>RUH</RFISC>
<ServiceCode>WEAP</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>2c8863f8-1389-423d-8edf-370e3fabdad5</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШ ВЕСА ОТ4 ДО9 КГ ВКЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EWM</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>2c3321f9-3640-471e-9a94-d4e08d621a6a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕВЫШЕНИЕ ВЕСА 2 КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>EW2</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>d9f0641d-2f9f-428c-bc80-d48bd77852bf</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>5cfd1959-66fa-4f81-b96d-399e0ba4e3bd</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
Adding services to an order¶
It is possible to add services both at the stage of booking creation Mixvel_OrderCreateRQ and in the created order using Mixvel_OrderChangeRQ method.
To add a selected additional service to an order, the OfferID and OfferItemID of the service are passed in the SelectedOffer structure:
-
Mixvel_OrderCreateRQ/Request/CreateOrder/SelectedOffer - when creating a booking.
-
Mixvel_OrderChangeRQ/Request/ChangeOrder/UpdateOrderItem/AcceptOffer/SelectedOffer - to the order created.
| Parameter XPath | Description |
|---|---|
| .../SelectedOffer/OfferRefID | OfferId of the selected service |
| .../SelectedOffer/SelectedOfferItem/OfferItemRefID | OfferItemID of the selected service |
| PaxRefID | Association to the passenger |
| .../SelectedOffer/SelectedOfferItem/SelectedALaCarteOfferItem/ FlightAssociations/PaxSegmentRef/PaxSegmentRefID | Optional - association to the segment |
| .../SelectedOffer/SelectedOfferItem/SelectedALaCarteOfferItem/Qty | Optional - number of services |
Example Mixvel_OrderCreateRQ:
Show example request
<?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-04-25T16:59:29Z" />
<AppData>
<m:Mixvel_OrderCreateRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderCreateRQ/1_01">
<Request>
<CreateOrder>
<SelectedOffer>
<OfferRefID>5f1c8fdc-f887-4927-8749-54abd0f479c1</OfferRefID>
<SelectedOfferItem>
<OfferItemRefID>ebe874a8-d75e-4623-b7df-0a669a2d69a7</OfferItemRefID>
<PaxRefID>Pax-1</PaxRefID>
</SelectedOfferItem>
</SelectedOffer>
<SelectedOffer>
<OfferRefID>5ae76ea2-2ac8-4f23-a72a-73bfe8c03a6a</OfferRefID>
<SelectedOfferItem>
<OfferItemRefID>a25e7e4c-27fa-474b-b967-0cdd3013fcae</OfferItemRefID>
<PaxRefID>Pax-1</PaxRefID>
<SelectedALaCarteOfferItem>
<FlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>6ca6422c-cec9-4809-9b3b-6419683b2771</PaxSegmentRefID>
</PaxSegmentRef>
</FlightAssociations>
<Qty>1</Qty>
</SelectedALaCarteOfferItem>
</SelectedOfferItem>
</SelectedOffer>
</CreateOrder>
<DataLists>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact_agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>test@agency.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+7035682029</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>borisov@personal.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79035684747</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<PaxList>
<Pax>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2035-12-31</ExpiryDate>
<IdentityDocID>4506321333</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>Borisov</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1996-02-02</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>Kirill</GivenName>
<MiddleName>Olegovich</MiddleName>
<Surname>Borisov</Surname>
</Individual>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
</DataLists>
</Request>
</m:Mixvel_OrderCreateRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example 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="019b1c39-083c-722f-8499-ab73800e03aa" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-12-14T09:37:40.7636567Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>6614d72b-2373-4dad-9b1e-b52eaa1d5cf7</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>ba94272f-a424-4a5a-afc7-bff95cdac104</BaggageAllowanceID>
<CommentText>НЕ ПРЕВЫШАЕТ 36СМ Х 30СМ Х 27СМ </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact_agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>test@agency.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+7035682029</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>borisov@personal.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79035684747</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>c983e73f-5e70-4cc7-8af1-5411a1815eac</OriginDestID>
<PaxJourneyRefID>35318e20-300c-4b45-8dd0-55dd0a3356d8</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>P1DT4H25M</Duration>
<PaxJourneyID>35318e20-300c-4b45-8dd0-55dd0a3356d8</PaxJourneyID>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
<PaxSegmentRefID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>29</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2035-12-31</ExpiryDate>
<IdentityDocID>4506321333</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<ResidenceCountryCode>RU</ResidenceCountryCode>
<Surname>BORISOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1996-02-02</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>KIRILL</GivenName>
<MiddleName>OLEGOVICH</MiddleName>
<Surname>BORISOV</Surname>
</Individual>
<OrderRefID>82477-251214-OEB3351</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>9f466ca3-8429-4baa-98e7-f1f0687c4012</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6824</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6824</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>347a1c73-3be4-4a66-96a6-8d291a1b522b</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT3H45M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6941</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6941</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>ST</Code>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЕ ПОСЛЕ ВЫЛЕТА (06J)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ДО ВЫЛЕТА (06K)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НОРМА РУЧНОЙ КЛАДИ (0LN)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 10КГ 203СМ (O10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ 203СМ (O20)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С26ПО32РЯДЫ (ES3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫBCDE12A (ES2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>15 И 16РЯДЫ BCDE (SE2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>17 18РЯДЫAF И С12ПО14РЯДЫF (SE3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫ AF И 2A (SE4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A (SE5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫBCDE И 2РЯДВС (SE6)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С12ПО14РЯДЫDE (SE7)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД (ES1)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С17ПО18РЯДЫBCDE (ES4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫAF (ES5)</DescText>
</Desc>
<Name>БАЗОВЫЙ</Name>
<PriceClassID>ca031832-11a5-4f11-956f-e7eb9105cbab</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>6614d72b-2373-4dad-9b1e-b52eaa1d5cf7</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>83760e7e-3fc3-4d0e-a72d-e7610de1d831</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>ba94272f-a424-4a5a-afc7-bff95cdac104</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>69e1c61f-952d-44da-a553-2eac5708f87c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>3f5ac617-0ff1-428f-bbf7-479dc9810793</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<OtherServiceInfoID>ab27426b-2fd9-475f-bb3d-4c1089b45ee2</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3351</OrderRefID>
<Text>PP:FBC=PALLAG*1/FBC=PALLAG*2/ONETICK</Text>
</OtherServiceInfo>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<PaxRefID>Pax-1</PaxRefID>
<OtherServiceInfoID>4c52c460-a8f9-447d-8ef3-e29eae37ab08</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3351</OrderRefID>
<Text>SVC15::ST=F CURR=RUB</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<RemarkList>
<Remark>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
<PaxRefID>Pax-1</PaxRefID>
<RemarkID>7dd40dd6-b93d-44df-ab16-4b2331e63a2e</RemarkID>
<Type>PETC</Type>
<Text>ТЕКСТ</Text>
<StatusCode>NN</StatusCode>
<OrderRefID>82477-251214-OEB3351</OrderRefID>
</Remark>
</RemarkList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>82477-251214-MEB3350</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>1H</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294SW9</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>DP</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D5333</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-14T12:37:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="1">2</TicketDocsCount>
<OrderID>82477-251214-OEB3351</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T15:37:00</BaseAmountGuaranteeTimeLimitDateTime>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>ca031832-11a5-4f11-956f-e7eb9105cbab</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T15:37:00</BaseAmountGuaranteeTimeLimitDateTime>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>ca031832-11a5-4f11-956f-e7eb9105cbab</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3708.00</BaseAmount>
<TotalAmount CurCode="RUB">3708.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>2c4b7208-4f91-482f-bc31-31c4b6050c97</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T12:38:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3708.00</BaseAmount>
<TotalAmount CurCode="RUB">3708.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>037bce04-15b0-4969-beee-cb4f61d30aed</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>83760e7e-3fc3-4d0e-a72d-e7610de1d831</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>14637bcb-3ba8-4f3b-a89e-ccac7d21d6fe</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>69e1c61f-952d-44da-a553-2eac5708f87c</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>d72f67e5-55e4-4249-9c67-ac813ce45613</ServiceID>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>693933f7-8df6-425b-8812-9da8b3e4c17c</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>83760e7e-3fc3-4d0e-a72d-e7610de1d831</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>0e7c520d-73da-4109-ba8e-608d4a4a2bcb</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>a539cf60-d1da-4f89-b04f-d177f92acffd</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>69e1c61f-952d-44da-a553-2eac5708f87c</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>1e30ca4f-2159-4af9-8fef-d38c07f33afa</ServiceID>
</Service>
</OrderItem>
<OrderItem>
<OrderItemID>f557b27c-3e29-4989-8866-5f93bfb22f1f</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T12:38:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>7a81cda9-4947-4732-8a15-24df82a634fe</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>15ad3eb3-3d65-4205-8740-21acf731ee64</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<RemarkRefID>7dd40dd6-b93d-44df-ab16-4b2331e63a2e</RemarkRefID>
<ServiceDefinitionRefID>3f5ac617-0ff1-428f-bbf7-479dc9810793</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>24b78497-844c-46e3-bacb-6b36dca4f9fd</ServiceID>
<OriginServiceRef>15</OriginServiceRef>
<StatusCode>HN</StatusCode>
</Service>
</OrderItem>
<OriginDestRefID>c983e73f-5e70-4cc7-8af1-5411a1815eac</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-14T09:37:40.6964946Z</RelevanceDateTime>
<StatusCode>OPENED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6207.00</BaseAmount>
<TotalAmount CurCode="RUB">6207.00</TotalAmount>
</TotalPrice>
</Order>
<TotalAmount CurCode="RUB">6207.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>82477-251214-OEB3351</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">6207.00</Amount>
<PaymentID>0ca8fe20-378e-4172-87a9-e41d0dfd4c2b</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
<Warning>
<Code>MIX-103020</Code>
<DescText>В мультикорзине есть неподтверждённые SSR запросы.</DescText>
<LangCode>Ru</LangCode>
</Warning>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Example Mixvel_OrderChangeRQ:
Show example request
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
<Header/>
<Body>
<MessageInfo MessageId="b596297d-5d72-4f9a-9620-1d4b9f71678d" TimeSent="2021-04-21T10:44:11.3487979Z"/>
<AppData>
<o:Mixvel_OrderChangeRQ
xmlns:o="https://www.mixvel.com/API/XSD/Mixvel_OrderChangeRQ/1_00">
<Request>
<ChangeOrder>
<UpdateOrderItem>
<AcceptOffer>
<SelectedOffer>
<OfferRefID>f2640cb8-0a4d-47bf-90ba-e34d762e76c4</OfferRefID>
<SelectedOfferItem>
<OfferItemRefID>4c38538c-f945-411d-8407-6a579b98f0f6</OfferItemRefID>
<PaxRefID>Pax-1</PaxRefID>
<SelectedALaCarteOfferItem>
<FlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
</PaxSegmentRef>
</FlightAssociations>
<Qty>1</Qty>
</SelectedALaCarteOfferItem>
</SelectedOfferItem>
</SelectedOffer>
</AcceptOffer>
</UpdateOrderItem>
</ChangeOrder>
<DataLists>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>example@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+74955236678</PhoneNumber>
</Phone>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79202457834</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<PaxList>
<Pax>
<AgeMeasure>33</AgeMeasure>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2027-01-01</ExpiryDate>
<IdentityDocID>4510000562</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssueDate>2009-04-12</IssueDate>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>Sergeyev</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1988-02-19</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>Denis</GivenName>
<MiddleName>Petrovich</MiddleName>
<Surname>Sergeyev</Surname>
</Individual>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
</DataLists>
<MixOrder>
<MixOrderID>82477-251214-MEB3352</MixOrderID>
</MixOrder>
</Request>
</o:Mixvel_OrderChangeRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example Mixvel_OrderViewRS:
Show example answer
<?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="019b1c52-c762-70ce-a19d-b4285103df49" ReplyTo="b596297d-5d72-4f9a-9620-1d4b9f71678d" TimeSent="2025-12-14T10:05:49.1195933Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>371b721e-5171-44df-b38c-883f8ff65b20</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>02a679d6-ec0c-467d-a9ec-2fbc7c5e6e59</BaggageAllowanceID>
<CommentText>НЕ ПРЕВЫШАЕТ 36СМ Х 30СМ Х 27СМ </CommentText>
<TypeCode>CarryOn</TypeCode>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>example@gmail.com</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+74955236678</PhoneNumber>
</Phone>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+79202457834</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-Agency</ContactInfoID>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>79202457834</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">AER</DestCode>
<OriginCode Standard="IATA">LED</OriginCode>
<OriginDestID>6762636b-0521-4a80-804f-1a82cd177bcd</OriginDestID>
<PaxJourneyRefID>7772ab67-7560-45ae-91fe-b1ff0555d1e3</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>P1DT4H25M</Duration>
<PaxJourneyID>7772ab67-7560-45ae-91fe-b1ff0555d1e3</PaxJourneyID>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
<PaxSegmentRefID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>37</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2027-01-01</ExpiryDate>
<IdentityDocID>4510000562</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>SERGEYEV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1988-02-19</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>DENIS</GivenName>
<MiddleName>PETROVICH</MiddleName>
<Surname>SERGEYEV</Surname>
</Individual>
<OrderRefID>82477-251214-OEB3353</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-08T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<TerminalName>D</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>e1bd9bd2-1181-49fe-9146-82a92f9685af</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<TerminalName>1</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-08T16:10:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Dep>
<Duration>PT1H30M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6824</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6824</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-06-09T20:35:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f093018d-c138-4706-8a66-23d57d526b38</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<TerminalName>D</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-06-09T16:50:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>D</TerminalName>
</Dep>
<Duration>PT3H45M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<MarketingCarrierFlightNumberText>6941</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>DP</CarrierDesigCode>
<OperatingCarrierFlightNumberText>6941</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>ST</Code>
<Desc>
<Access>C</Access>
<DescText>ИЗМЕНЕНИЕ ДО ВЫЛЕТА (06I)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ИЗМЕНЕНИЕ ПОСЛЕ ВЫЛЕТА (06J)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ДО ВЫЛЕТА (06K)</DescText>
</Desc>
<Desc>
<Access>D</Access>
<DescText>ВОЗВРАТ ПОСЛЕ ВЫЛЕТА (06L)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НОРМА РУЧНОЙ КЛАДИ (0LN)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 10КГ 203СМ (O10)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ 203СМ (O20)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С26ПО32РЯДЫ (ES3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫBCDE12A (ES2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>15 И 16РЯДЫ BCDE (SE2)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>17 18РЯДЫAF И С12ПО14РЯДЫF (SE3)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫ AF И 2A (SE4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО10РЯДЫ AF И C12ПО14 РЯДЫ A (SE5)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С3ПО5РЯДЫBCDE И 2РЯДВС (SE6)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С12ПО14РЯДЫDE (SE7)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С6ПО14РЯДЫBСC6ПО11РЯДЫDE11РЯД (ES1)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С17ПО18РЯДЫBCDE (ES4)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>С19ПО25РЯДЫAF (ES5)</DescText>
</Desc>
<Name>БАЗОВЫЙ</Name>
<PriceClassID>c013989f-e411-4c28-ae98-26ff18e921e9</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>02a679d6-ec0c-467d-a9ec-2fbc7c5e6e59</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>58eebe7a-98f3-4dc2-8564-9c9456840468</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>371b721e-5171-44df-b38c-883f8ff65b20</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>418b3ed5-ea3d-4b09-9534-e8f1b943d294</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>31618855-9c3a-4a4c-b068-a0690bab2006</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<OtherServiceInfoID>b298ca35-305f-4d93-b6a8-057719953711</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3353</OrderRefID>
<Text>PP:FBC=PALLAG*1/FBC=PALLAG*2/ONETICK</Text>
</OtherServiceInfo>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<PaxRefID>Pax-1</PaxRefID>
<OtherServiceInfoID>486913e8-ed12-4dff-9621-72b8ba7d7a90</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3353</OrderRefID>
<Text>SVC15::ST=F CURR=RUB</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<RemarkList>
<Remark>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
<PaxRefID>Pax-1</PaxRefID>
<RemarkID>3ced7b17-b1e3-4f4f-aaf2-3bb3a440486e</RemarkID>
<Type>PETC</Type>
<Text>ТЕКСТ</Text>
<StatusCode>HK</StatusCode>
<OrderRefID>82477-251214-OEB3353</OrderRefID>
</Remark>
</RemarkList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyID>
<ValidatingPartyCode>DP</ValidatingPartyCode>
<ValidatingPartyName>Победа</ValidatingPartyName>
<ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>82477-251214-MEB3352</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>1H</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294SWP</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>DP</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>0D5336</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-14T12:54:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="1">2</TicketDocsCount>
<OrderID>82477-251214-OEB3353</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">1654.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T15:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TotalAmount CurCode="RUB">1654.00</TotalAmount>
</Price>
<PriceClassRefID>c013989f-e411-4c28-ae98-26ff18e921e9</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
</RBD>
</FareComponent>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>PALLAG</FareBasisAppCode>
<TicketCoupon>2</TicketCoupon>
<FareBasisCode>PALLAG</FareBasisCode>
<FareRule>
<RuleCode>0031</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">2054.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-14T15:54:00</BaseAmountGuaranteeTimeLimitDateTime>
<TotalAmount CurCode="RUB">2054.00</TotalAmount>
</Price>
<PriceClassRefID>c013989f-e411-4c28-ae98-26ff18e921e9</PriceClassRefID>
<RBD>
<RBD_Code>P</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">3708.00</BaseAmount>
<TotalAmount CurCode="RUB">3708.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>0735ddd2-a219-4289-acf3-958b2637c0e0</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T12:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">3708.00</BaseAmount>
<TotalAmount CurCode="RUB">3708.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>34ea8229-38e7-4cfd-b503-b0cfb002b53d</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>418b3ed5-ea3d-4b09-9534-e8f1b943d294</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>ab91d647-0f16-4d6d-b497-642e0a32406b</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>58eebe7a-98f3-4dc2-8564-9c9456840468</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>58a89a34-194d-4d28-ae8a-199f481b1b86</ServiceID>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>40182014-7491-4d7a-ab8a-e5e949c16490</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>418b3ed5-ea3d-4b09-9534-e8f1b943d294</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>c5f62cbc-5ab0-421d-acbd-cf36c8e3c864</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>b91b4d49-792d-4680-ad47-56f1d72ec3ba</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>58eebe7a-98f3-4dc2-8564-9c9456840468</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>4652d4b4-58dd-49b5-a345-28888375ac8f</ServiceID>
</Service>
</OrderItem>
<OrderItem>
<OrderItemID>40eaef3a-2f0e-41a2-b9a2-44568b59dc06</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T12:55:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">2499.00</BaseAmount>
<TotalAmount CurCode="RUB">2499.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>5e6bae1c-12ca-43e6-90b9-6882b915e896</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>f0ace277-4699-4019-856e-c9a02cbfcc40</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<RemarkRefID>3ced7b17-b1e3-4f4f-aaf2-3bb3a440486e</RemarkRefID>
<ServiceDefinitionRefID>31618855-9c3a-4a4c-b068-a0690bab2006</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>a0037df7-eea9-4fec-9283-cee1e6334681</ServiceID>
<OriginServiceRef>15</OriginServiceRef>
<StatusCode>HD</StatusCode>
</Service>
</OrderItem>
<OriginDestRefID>6762636b-0521-4a80-804f-1a82cd177bcd</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-14T10:05:48.7017945Z</RelevanceDateTime>
<StatusCode>OPENED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">6207.00</BaseAmount>
<TotalAmount CurCode="RUB">6207.00</TotalAmount>
</TotalPrice>
</Order>
<TotalAmount CurCode="RUB">6207.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>82477-251214-OEB3353</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">6207.00</Amount>
<PaymentID>be1a7b0d-03f1-49b7-b27e-83bc318d58bd</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
In the response of Mixvel_ServiceListRS method only additional services with price are displayed before booking, additional services with price 0 rub are displayed in Mixvel_ServiceListRS only after booking.
To add a free extra service the customer needs to make a booking first.
Notes:
The ServiceType element indicates the type of service applied to the specified subcode:
- Mixvel_ServiceListRS/Response/DataLists/ServiceDefinitionList/ServiceDefinition/ServiceType
C/С – Baggage rate for excess baggage (above the norm)
P/Р – Baggage rate for excess baggage (above the norm) which was pre-paid
B/В – Hand luggage. The subcode is always 0LN
F/Ф – Extra service associated with the flight
T/Б – Extra service associated with the ticket
M/М – Extra service - goods
R/П – Extra service - changing the return policy
Z/З – Service related to a specific brand offered by the carrier
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ADDITIONAL BAGGAGE UP TO 20KG UP TO 203CM</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0LL</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType> <!--Type of service-->
<Qty>1</Qty>
<ServiceDefinitionID>9abe1e1a-f95f-4421-84a5-ee8af04e978a</ServiceDefinitionID>
</ServiceDefinition>
When booking two identical additional services with different types (C and P) within one request, an error will be recieved: «Данная услуга уже забронирована» (This service has already been booked). Reservations for the same service are not permitted.
Sign of baggage included according to the route fare¶
The indicator RouteFareInd (optional) is added into the structure of the response to the request of extra services, booking, payment, status of the booking / order, which is true for extra services on baggage (the services are entered according to the route fare).
- Mixvel_ServiceListRS/Response/ALaCarteOffer/ALaCarteOfferItem/Service/RouteFareInd
If services are linked by a single fare and must be issued by a single EMD, the EmdRouteID parameter will be specified in the service data structures. The value in EmdRouteID for such services will be the same.
Each group of related services in Mixvel_ServiceListRS is assigned a unique EmdRouteID value. If the same services from different groups are added to the order, they will be combined with the same EmdRouteID value in the Mixvel_OrderViewRS response.
- Mixvel_ServiceListRS/Response/ALaCarteOffer/ALaCarteOfferItem/Service/EmdRouteID
It is recommended that such additional baggage services are added with one request for the respective segments.
Example Mixvel_ServiceListRS:
Show example answer
<?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="019b1ca1-3e94-7291-86fa-ff01a15e44fd" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-12-14T11:31:32.485499Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>81f1606c-7283-400e-91e9-4cae1db60108</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9e47f7e9-5b0b-4dcc-afca-8e70749cdc32</ServiceDefinitionRefID>
<ServiceID>e19fa72f-a28e-4a44-bb1e-c00bc28ef5ce</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">16740.00</BaseAmount>
<TotalAmount CurCode="RUB">16740.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a30ccd88-953b-4391-b1d7-0be1d58eb9fa</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5ddc9755-531f-4f01-8d05-79f1c3607a6c</ServiceDefinitionRefID>
<ServiceID>19ac4dba-a3e8-49e8-8bb4-effa4b81df13</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">16740.00</BaseAmount>
<TotalAmount CurCode="RUB">16740.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0f0dffcb-7733-4d4b-b199-80897ce61036</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>54a90969-f75f-4f6d-894a-84b7408c70e3</ServiceDefinitionRefID>
<ServiceID>2970d2d9-3e3f-4452-8d44-8b4bf6796929</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4185.00</BaseAmount>
<TotalAmount CurCode="RUB">4185.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fe7a784c-2b0b-4e80-8617-5212c2a24a2c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>82c8b11c-9372-46c4-a197-8a41e813b48c</ServiceDefinitionRefID>
<ServiceID>52eb76d7-27fb-4111-9a3c-26e45e42c8ac</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4185.00</BaseAmount>
<TotalAmount CurCode="RUB">4185.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ef774330-7729-4157-afff-c270506f338d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>02278035-bc22-413c-90d0-b9287c7edf70</ServiceDefinitionRefID>
<ServiceID>f6f45956-6bb7-48fa-bb43-0198e114a65a</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>da84b76d-0f1e-4945-abcb-4aa96161414d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>9e47f7e9-5b0b-4dcc-afca-8e70749cdc32</ServiceDefinitionRefID>
<ServiceID>c15c2088-5413-4382-89f3-608adc57a040</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>411edbde-5227-4a0a-8fca-80ce31174943</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>5ddc9755-531f-4f01-8d05-79f1c3607a6c</ServiceDefinitionRefID>
<ServiceID>1aa5e13a-b466-4517-8c61-cd05e7588e0f</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>cd7d2221-15f5-4a19-b9aa-488c3d8898fa</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>54a90969-f75f-4f6d-894a-84b7408c70e3</ServiceDefinitionRefID>
<ServiceID>30dfb513-0f26-41a2-a2fb-252aa4a71f53</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>44b991ac-1c39-4b53-819f-f30380411df4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>82c8b11c-9372-46c4-a197-8a41e813b48c</ServiceDefinitionRefID>
<ServiceID>087ac5d1-59a4-4b6d-8e9b-17b1f4dfc761</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5fc3ce2a-17ae-40d2-a23a-c2e762034ca6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>02278035-bc22-413c-90d0-b9287c7edf70</ServiceDefinitionRefID>
<ServiceID>7bc41ba1-ae47-44be-a014-44605a30b218</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:16:32.4561324Z</OfferExpirationTimeLimitDateTime>
<OfferID>662bb4ce-ef1f-4200-908a-920bd38901ea</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>618c8658-f05d-46bc-b2d7-1dda7f31f0d7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>131a6c45-83ee-44b2-82b8-aa93a073c48b</ServiceDefinitionRefID>
<ServiceID>a4a00c9e-9dc1-4656-9630-8ca35388c091</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">350.00</BaseAmount>
<TotalAmount CurCode="RUB">350.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8e0849ae-a71f-4da8-992b-2819896c595a</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>880ee386-08fe-4316-b3b9-5820ff44b8d0</ServiceDefinitionRefID>
<ServiceID>0a74a048-1bcc-48c4-b5e2-168147523cd9</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>30d253e7-65da-440b-8883-b396b49add70</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>131a6c45-83ee-44b2-82b8-aa93a073c48b</ServiceDefinitionRefID>
<ServiceID>02919ff7-50d4-48da-ba41-23e4acba5c93</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">350.00</BaseAmount>
<TotalAmount CurCode="RUB">350.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>95532dd2-287a-4dc9-9425-76e267fbcda8</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>880ee386-08fe-4316-b3b9-5820ff44b8d0</ServiceDefinitionRefID>
<ServiceID>bcefd5bf-8c99-4365-8e14-85f6b1e7c240</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:16:32.4561354Z</OfferExpirationTimeLimitDateTime>
<OfferID>6ed8bcdb-ca1f-4d18-b49e-a701a66c8a54</OfferID>
<Name>Трэвел-услуги</Name>
<ServiceCategory>TS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4b0dfb28-f730-4c46-9f95-8ed0ff98b71d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>eae8ee87-2889-49d0-a195-11dc7350a3c8</ServiceDefinitionRefID>
<ServiceID>311dfb62-9165-43da-803a-a47f8d05bb07</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">26040.00</BaseAmount>
<TotalAmount CurCode="RUB">26040.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f8b8d03a-83a4-4501-a278-ad69e6f4ce65</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>149d73e8-0d83-4815-b8a1-ef7f43245369</ServiceDefinitionRefID>
<ServiceID>a56f2f0f-c068-4845-a8d8-ded16abbf42a</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">26040.00</BaseAmount>
<TotalAmount CurCode="RUB">26040.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>2532ca56-9c06-473b-86b7-11e49ae38c69</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>bd427124-4c90-46d3-b84c-c835239d3c08</ServiceDefinitionRefID>
<ServiceID>9b9855d4-d5d7-4977-b216-9cbcdb5499a0</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">26040.00</BaseAmount>
<TotalAmount CurCode="RUB">26040.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0f15aedb-a6a0-47ce-a8e1-065d4b315f45</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>170b7118-3004-4b95-a9bb-8a51f763d1dd</ServiceDefinitionRefID>
<ServiceID>0da88e4f-c4b8-405f-b57d-5c9bf8c32516</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">26040.00</BaseAmount>
<TotalAmount CurCode="RUB">26040.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6545f44a-cf3f-4872-b4e9-c273c1a5a150</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>624ec9fb-4e50-453f-8e54-804b1ed06aeb</ServiceDefinitionRefID>
<ServiceID>7fe3fcec-80e2-4179-aefe-8477afda70fa</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">35340.00</BaseAmount>
<TotalAmount CurCode="RUB">35340.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>16aa33f5-469e-4366-ad46-51a8c1cc60da</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>27d676db-275c-4bad-8abe-61485a8dc0d5</ServiceDefinitionRefID>
<ServiceID>f8774085-344d-4d05-b3b2-fce629bbfb56</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">35340.00</BaseAmount>
<TotalAmount CurCode="RUB">35340.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>38e6318f-4cae-4779-a8b8-4526afbbedce</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a1112492-2adc-40c0-b1d5-8ea19d06ace0</ServiceDefinitionRefID>
<ServiceID>cc46f858-74bc-4e30-ad18-584009eeb77e</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3800.00</BaseAmount>
<TotalAmount CurCode="RUB">3800.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>33f37bf4-1fd6-4823-9a10-ee242727397a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>eae8ee87-2889-49d0-a195-11dc7350a3c8</ServiceDefinitionRefID>
<ServiceID>81d8e995-8b63-40df-866d-7e1ce237a345</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f927215e-c99a-4f16-bea8-d554fe908a0e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>149d73e8-0d83-4815-b8a1-ef7f43245369</ServiceDefinitionRefID>
<ServiceID>e75fe65a-ccd4-42b3-a583-6bc4d65bdaf6</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>cfdc4ada-eff3-4788-b053-463f3abd29a1</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>bd427124-4c90-46d3-b84c-c835239d3c08</ServiceDefinitionRefID>
<ServiceID>13adc0c1-e333-44b7-a6a6-b26300e91092</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c0bff67a-142a-491b-a059-04dfab575261</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>170b7118-3004-4b95-a9bb-8a51f763d1dd</ServiceDefinitionRefID>
<ServiceID>37c92dc3-1e4c-4e2c-a6eb-fe90c7117438</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>7d84222f-4407-4d83-a26b-acef45e1b0fe</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>624ec9fb-4e50-453f-8e54-804b1ed06aeb</ServiceDefinitionRefID>
<ServiceID>ffa1a2d2-5348-4700-ac47-5c2fe0bea12c</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3ee3c5e7-55cc-45b7-989f-e24bf13fdec9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<EmdRouteID>4,2,1,0</EmdRouteID>
<RouteFareInd>true</RouteFareInd>
<ServiceDefinitionRefID>27d676db-275c-4bad-8abe-61485a8dc0d5</ServiceDefinitionRefID>
<ServiceID>4fcf6ddf-31f7-4072-ad16-87a5001762b5</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4fe133f1-1fcf-4000-abc2-cf6e40923671</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a1112492-2adc-40c0-b1d5-8ea19d06ace0</ServiceDefinitionRefID>
<ServiceID>39df7418-f6b2-48e7-9253-32f31f373d51</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">7905.00</BaseAmount>
<TotalAmount CurCode="RUB">7905.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:16:32.456138Z</OfferExpirationTimeLimitDateTime>
<OfferID>5be3b7a7-5d4f-4496-92f8-fbd1455e74b7</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f56dc991-e2d2-46a6-86f4-de2e5cd20981</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>363916e5-c004-4fcc-a23d-81b0dbce857f</ServiceDefinitionRefID>
<ServiceID>87cf3a2d-e66c-411a-a83c-7f2bdf3bfe59</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1300.00</BaseAmount>
<TotalAmount CurCode="RUB">1300.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>27bf21a0-a47c-4c7c-9e20-e5f04aa6f325</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>363916e5-c004-4fcc-a23d-81b0dbce857f</ServiceDefinitionRefID>
<ServiceID>0715dcaf-0093-4116-b409-155eb786ebae</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1300.00</BaseAmount>
<TotalAmount CurCode="RUB">1300.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:16:32.4561405Z</OfferExpirationTimeLimitDateTime>
<OfferID>6c970ad0-fdf3-46ba-b253-ebd5a86ebe51</OfferID>
<Name>Еда/Напитки</Name>
<ServiceCategory>ML</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>eb7a0a52-7c51-406d-9723-7ac30c288d10</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>f1cd9145-6bae-41d3-88ea-1b4ff30d47b1</ServiceDefinitionRefID>
<ServiceID>ae4ad5cf-3de0-44c9-addd-2077d25cdfa4</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">7900.00</BaseAmount>
<TotalAmount CurCode="RUB">7900.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>79627947-6207-43a3-97ba-17b73fabaddf</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>f1cd9145-6bae-41d3-88ea-1b4ff30d47b1</ServiceDefinitionRefID>
<ServiceID>e910caf4-a217-45c6-9fb4-630ac0dbeb18</ServiceID>
<ValidatingPartyRefID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">12090.00</BaseAmount>
<TotalAmount CurCode="RUB">12090.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:16:32.4561425Z</OfferExpirationTimeLimitDateTime>
<OfferID>5b3362cf-fb92-4dd9-9a9b-a79b6ba3cdfc</OfferID>
<Name>Пассажир без сопровождения (Эскорт)</Name>
<ServiceCategory>UN</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SVO</DestCode>
<OriginCode Standard="IATA">AER</OriginCode>
<OriginDestID>83ce2df9-9cf4-4d8c-8abb-b599c844befa</OriginDestID>
<PaxJourneyRefID>b91cb0fd-5ba6-41ab-a86f-b31cc42bd5da</PaxJourneyRefID>
</OriginDest>
<OriginDest>
<DestCode Standard="IATA">ALA</DestCode>
<OriginCode Standard="IATA">SVO</OriginCode>
<OriginDestID>e2d5ad5f-2d6a-4f7b-9ea9-4150f1ec1ca4</OriginDestID>
<PaxJourneyRefID>74c6299d-b80c-45ea-9bb9-0902324b97ba</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT4H35M</Duration>
<PaxJourneyID>74c6299d-b80c-45ea-9bb9-0902324b97ba</PaxJourneyID>
<PaxSegmentRefID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentRefID>
</PaxJourney>
<PaxJourney>
<Duration>PT3H35M</Duration>
<PaxJourneyID>b91cb0fd-5ba6-41ab-a86f-b31cc42bd5da</PaxJourneyID>
<PaxSegmentRefID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T05:05:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T05:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>B</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>32A</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8e30bb5b-2eb4-47ce-bb2b-8f9da5375d53</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T01:30:00</ScheduledDateTime>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T01:30:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">AER</LocationCode>
<StationName>Сочи</StationName>
</Dep>
<Duration>PT3H35M</Duration>
<Distance UnitCode="Mileage">852</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1133</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1133</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>dc9bfa8d-12a8-4842-ad8c-44e8badf7a31</PaxSegmentID>
</PaxSegment>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T21:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">ALA</LocationCode>
<StationName>Алматы(Алматы Интл.)</StationName>
<TerminalName>2</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T21:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">ALA</LocationCode>
<StationName>Алматы(Алматы Интл.)</StationName>
<TerminalName>2</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>73H</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>8d64823b-359a-45ca-b5ea-b520b22dba0d</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T14:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>C</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T14:25:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SVO</LocationCode>
<StationName>Москва(Шереметьево)</StationName>
<TerminalName>C</TerminalName>
</Dep>
<Duration>PT4H35M</Duration>
<Distance UnitCode="Mileage">1927</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<MarketingCarrierFlightNumberText>1946</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>SU</CarrierDesigCode>
<OperatingCarrierFlightNumberText>1946</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>5c1eabc4-853e-4cb1-83f3-baef594ae8b4</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРОГУЛОЧНАЯ ДЕТСКАЯ КОЛЯСКА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0F4</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>02278035-bc22-413c-90d0-b9287c7edf70</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГАЖ ДО 50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>037</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>149d73e8-0d83-4815-b8a1-ef7f43245369</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>FOOD FOR UNMR</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>FUN</RFISC>
<ServiceGroup>ML</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>363916e5-c004-4fcc-a23d-81b0dbce857f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГ ДО32КГ СВ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0A1</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>170b7118-3004-4b95-a9bb-8a51f763d1dd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>PREPAID BAGGAGE 23KG</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>54a90969-f75f-4f6d-894a-84b7408c70e3</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>a1112492-2adc-40c0-b1d5-8ea19d06ace0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГАЖ ДО 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0A0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>5ddc9755-531f-4f01-8d05-79f1c3607a6c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГ ДО50КГ СВ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>031</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>27d676db-275c-4bad-8abe-61485a8dc0d5</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГАЖ ДО 50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>037</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>eae8ee87-2889-49d0-a195-11dc7350a3c8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>НАПИТКИ ДЛЯ НЕСОПРОВ НЕСОВЕРШ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>DUN</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>131a6c45-83ee-44b2-82b8-aa93a073c48b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГ ДО32КГ СВ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0A1</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>bd427124-4c90-46d3-b84c-c835239d3c08</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГАЖ ДО 32КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0A0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>9e47f7e9-5b0b-4dcc-afca-8e70749cdc32</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВОТНОЕ В БАГ ДО50КГ СВ203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>031</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>624ec9fb-4e50-453f-8e54-804b1ed06aeb</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0BH</RFISC>
<ServiceGroup>UN</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>f1cd9145-6bae-41d3-88ea-1b4ff30d47b1</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-ST</EMDtype>
<Name>PREPAID TKT ADVICE TKT ON DPTR</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>0BK</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>T</ServiceType>
<ServiceDefinitionID>880ee386-08fe-4316-b3b9-5820ff44b8d0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>PREPAID BAGGAGE 23KG</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C3</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>82c8b11c-9372-46c4-a197-8a41e813b48c</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>5d192fd0-2677-442f-860b-d1be38f39d23</ValidatingPartyID>
<ValidatingPartyCode>SU</ValidatingPartyCode>
<ValidatingPartyName>Аэрофлот - российские авиалинии</ValidatingPartyName>
<ValidatingPartyDesigCode>555</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
ID for extra services (Insurance Products)¶
The extra services ID (insurance products ID) is delivered in responses Mixvel_ServiceListRS, Mixvel_OrderViewRS:
- ...DataLists/ServiceDefinitionList/ServiceDefinition/ProductID
...
<ServiceDefinition>
<Desc>
<DescText>Комплексное страхование путешествующих и страхование отмены рейса</DescText>
</Desc>
<Name>СТРАХОВАНИЕ</Name>
<OwnerCode Provider="SL TECH">TCH</OwnerCode>
<ProductID>acc_del_hotel_ren1</ProductID>
<RFIC>D</RFIC>
<RFISC>0BG</RFISC>
<ServiceGroup>TS</ServiceGroup>
<Qty>1</Qty>
<ServiceDefinitionID>e74fc135-04d3-4143-985f-911feefdca9a</ServiceDefinitionID>
</ServiceDefinition>
...
Detailed information on the operation with insurance products is available in the section Operations with insurance products.
The dynamic pricing service flag¶
The dynamic pricing services (DP) are the services, the price of which can change at almost any moment: e.g., between the price request and the booking, or between the booking and the ED/EMD issuing.
In MixVel API the flag for dynamic pricing is delivered at the following steps:
-
When the list of extra services for the order / offer is looked up via Mixvel_ServiceListRS;
-
When the data of the booking is looked up in Mixvel_OrderViewRS (only in cases when the extra service is not paid).
Mixvel_ServiceListRS/Response/ALaCarteOffer/TotalPrice/DynamicPricing
Mixvel_ServiceListRS/Response/ALaCarteOffer/ALaCarteOfferItem/UnitPrice/DynamicPricing
Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/Price
Example Mixvel_ServiceListRS:
Show example answer
<?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="019bef82-9b5e-7689-aaf9-3498e5ce24dc" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2026-01-24T10:17:53.5139233Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b6a2aa90-b5dd-46e6-8275-7c353dd15c41</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3b5069a4-d090-4df9-8334-6c2df62934ce</ServiceDefinitionRefID>
<ServiceID>aa98a285-bf47-4f23-b032-1e5fe2578ed8</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4da6300b-46a9-4a0c-a482-ec7c2fffe788</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>db25e3f5-41a0-4a11-8280-718cc83fac89</ServiceDefinitionRefID>
<ServiceID>a697ec2b-6ca5-425e-b201-85f6ceb0b99e</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b917fb95-67cc-42ba-acd5-8b5baf75446e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>106f598c-59a8-41fb-9225-3b9362d2ad24</ServiceDefinitionRefID>
<ServiceID>e0148745-d20a-4dcc-95ce-3af8b4562157</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2750.00</BaseAmount>
<DynamicPricing>true</DynamicPricing>
<TotalAmount CurCode="RUB">2750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>932d7fe7-8dcb-471b-a6a8-a3ee7c5e2f03</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c4222b1a-42f6-4ef3-971f-2f9e21db8c72</ServiceDefinitionRefID>
<ServiceID>639a1b15-d46f-4b1c-8b95-6d1373218764</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2750.00</BaseAmount>
<DynamicPricing>true</DynamicPricing>
<TotalAmount CurCode="RUB">2750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ff86e8f6-1592-4e45-917a-63f64ec9d6e2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a1c9b145-c104-4512-a43b-c528d5ecab15</ServiceDefinitionRefID>
<ServiceID>d1a531b4-285b-44c7-b2ef-7addc9ccb832</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<DynamicPricing>true</DynamicPricing>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>58a4a65e-518c-4cff-a127-13907a748ef4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>60b3fc95-e7f1-40c9-a433-79fdc29f672f</ServiceDefinitionRefID>
<ServiceID>34d92c2f-1e40-46f0-8fb3-5dc62ec403e1</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<DynamicPricing>true</DynamicPricing>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8164fbd7-a986-48c0-a358-3a06c1beab03</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>cc22a1a6-fd57-432d-8c14-fd6b3f9afa6a</ServiceDefinitionRefID>
<ServiceID>153e9719-c63a-4e33-a955-92c59a1e08bd</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>62d402d8-0377-4e2c-9a30-e3f64d4dcdf6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>45d3d451-4cae-45f1-a709-98614730d63b</ServiceDefinitionRefID>
<ServiceID>9cc06e83-8ba9-4479-85a4-1456d1d348cf</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c52d75b1-333f-4e66-b0df-f8fcf31ad431</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2b3e582b-9ef0-4517-9bb9-49b8115f91c2</ServiceDefinitionRefID>
<ServiceID>fdef5b17-eb6d-4822-b373-d3791f54ccbf</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5ef90845-d224-411d-b6c5-353c2a3acbfc</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a5b0faed-93ab-4bb1-a2b9-85c224b4c660</ServiceDefinitionRefID>
<ServiceID>2988041c-0d09-4e65-aea4-ef0f3186b52b</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8951a0c3-5146-4ff0-a73d-ee882274d8f2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8bdc9f57-9b9d-451a-88cf-6b1e57923b55</ServiceDefinitionRefID>
<ServiceID>4f2014db-fd17-4a99-a3ca-00b20ada6841</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8db2c243-8b17-4240-bf10-9b8c9d33d760</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0c59ab48-af7e-4167-bcd3-a03502c65c85</ServiceDefinitionRefID>
<ServiceID>e6c0907c-55ab-490f-9c50-254b7b0ac965</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>e9beadfa-360d-44eb-984f-637e18445f94</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c4a6131b-ee4a-4aef-ab0c-ecc35b79dac0</ServiceDefinitionRefID>
<ServiceID>38b3f086-1fe9-4723-9330-18a610d8ceff</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b29a3e42-ad80-4dfb-9e15-fe25a9bfaaea</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>60060c47-3b0a-4944-9041-298a4828fa78</ServiceDefinitionRefID>
<ServiceID>41dad2e5-50ad-4935-bf8c-ce00d0de0f36</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d66d8c1f-776b-49d5-a3d8-9acac4d17b92</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>89f191ef-1c14-4398-93dc-bc35719ebc8e</ServiceDefinitionRefID>
<ServiceID>2932b90e-849d-4a26-9115-bdb1db737eae</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9d242051-50ec-412c-8e5d-767647e75972</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4c5b4b86-3a70-4285-8bc1-7c23b5705890</ServiceDefinitionRefID>
<ServiceID>93303c38-912b-4146-9061-50ac1056ae6d</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b410be4c-b0cc-440e-8ace-6abc9ce79fdf</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>cd16256b-bd09-4df1-b404-8eaf5dd027e0</ServiceDefinitionRefID>
<ServiceID>87417bc7-5db2-4922-b4f3-6effdf24438c</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<TotalAmount CurCode="RUB">2500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5cadad85-7b96-4432-af01-1bb1aeefc1d4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>586bad56-27d6-4f02-8bc1-7096fe1c26e7</ServiceDefinitionRefID>
<ServiceID>fdb9f8db-1fd4-4e6a-b2bd-001029a39385</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<TotalAmount CurCode="RUB">2500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fbcf0324-6d3c-4af2-8b20-4de2197d92e0</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>f0e268cf-d4dc-4115-ab30-12bcde9d5dcd</ServiceDefinitionRefID>
<ServiceID>342083b3-fcfe-44e8-8852-4cacee5e95d2</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3750.00</BaseAmount>
<TotalAmount CurCode="RUB">3750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0fdc5093-e2e9-40a1-9c34-3aa5e9042035</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c6813cc6-1654-4dcf-9094-2099e3478cf9</ServiceDefinitionRefID>
<ServiceID>025be39c-b9ab-4d4a-837a-5604103ea2b6</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3750.00</BaseAmount>
<TotalAmount CurCode="RUB">3750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>72dcde6b-2bd4-46a6-92c8-8b3099319155</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a825572d-d5b5-47ad-9f26-aa82ae7ae65b</ServiceDefinitionRefID>
<ServiceID>c32b1555-2347-42f8-b7ef-496caa8cf753</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>509c0ff6-409e-4471-b75c-5267aaf8ff17</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d7da2da3-ed5e-46d0-826e-f76086012916</ServiceDefinitionRefID>
<ServiceID>6035a035-ec02-4e8d-ba50-6af04b5fa05c</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>620721c3-157e-4377-8bd0-c49c1461ebed</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a0497516-c4d3-4f62-9eb0-2999cda1986f</ServiceDefinitionRefID>
<ServiceID>86c6a84c-2821-47bc-976d-8c73ec14ac63</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ad170826-5557-4a5d-bf8b-8d3a88de1c17</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>659740f2-87fe-43f6-8bbc-8c6224b0b860</ServiceDefinitionRefID>
<ServiceID>a6c1caf4-a3f1-42ba-949c-815b7bfce773</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954132Z</OfferExpirationTimeLimitDateTime>
<OfferID>7e089029-6311-4238-8445-363ed7b5b7ae</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2026-01-24</ServiceDate>
<ServicePoint>SLY</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>34adca9f-10f2-4332-9b75-07ed35549af9</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>64c4a150-d196-4d4e-9357-b3940b53131c</ServiceDefinitionRefID>
<ServiceID>55bad356-a1aa-4931-bb40-e86173fce45c</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954149Z</OfferExpirationTimeLimitDateTime>
<OfferID>6fa9b164-b0e6-4f05-b1d2-8db073a5c017</OfferID>
<Name>Почта</Name>
<ServiceCategory>PS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0ad1d804-5aca-434b-98ba-e9d37c68626b</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8b3626d6-a313-494f-bc4f-35712ecb59a1</ServiceDefinitionRefID>
<ServiceID>85602bd5-5667-45ec-8dd0-22eab347b118</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">15000.00</BaseAmount>
<TotalAmount CurCode="RUB">15000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3d1b389d-7150-4a1f-b18e-53403155d661</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b4f53240-c200-4fa5-8693-13b05ea84b41</ServiceDefinitionRefID>
<ServiceID>ff82ae79-3e9e-4bcb-8bd0-605ddd7282e9</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">15000.00</BaseAmount>
<TotalAmount CurCode="RUB">15000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d64fba23-8ce6-4d96-b236-4b1d8b10ad35</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d7ecae89-83c6-4da2-91ff-006c19d68646</ServiceDefinitionRefID>
<ServiceID>616e5d6f-eac4-41b6-8f47-bc495a913591</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>cf6f43b6-aed9-4c9d-b700-36078839ca58</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>cf19d1e4-17dc-4c6e-9803-d4f46a1a94c7</ServiceDefinitionRefID>
<ServiceID>c6932be3-cc0b-444b-8b92-8707a1c12b1a</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954164Z</OfferExpirationTimeLimitDateTime>
<OfferID>23ac65ca-3f8d-417b-a568-c932497aec08</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2026-01-24</ServiceDate>
<ServicePoint>SLY</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5e839191-ee6d-4e1e-aa26-1e49f6f513bd</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b0f0fbf2-98fa-498c-a06c-306c3c7a001b</ServiceDefinitionRefID>
<ServiceID>4eee4f8e-1abe-41e3-9dd0-6fb179881043</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954175Z</OfferExpirationTimeLimitDateTime>
<OfferID>c924d3a4-300a-42cb-8e9a-10453ea275d0</OfferID>
<Name>Наземный транспорт и неавиационные услуги</Name>
<ServiceCategory>GT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2026-01-24</ServiceDate>
<ServicePoint>SLY</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a2dc6e5c-e7f8-472e-a8e1-6647f21b96cd</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b2cd3b2d-7edb-44d1-a209-836d9cdfa847</ServiceDefinitionRefID>
<ServiceID>df338d6b-ad55-4b54-a153-c909717edb38</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2026-01-24</ServiceDate>
<ServicePoint>SLY</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0b2aec11-ed08-4a9c-a472-acee2704ef9f</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c2629786-6357-49a1-9f18-91c34a03aa73</ServiceDefinitionRefID>
<ServiceID>86104b94-d168-46ed-a5cc-fa36e04c1aa9</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<TotalAmount CurCode="RUB">5500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2026-01-24</ServiceDate>
<ServicePoint>SLY</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bed4dfb7-20c3-4b8d-ae46-030a36f56e87</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6e13bf20-249e-4fac-a64e-11c2a7e0c0c4</ServiceDefinitionRefID>
<ServiceID>ff6d5ff8-3397-48b4-87f6-c38ba044f2c7</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954186Z</OfferExpirationTimeLimitDateTime>
<OfferID>8c3481ba-d856-4ab0-9e7b-175c4c3036d5</OfferID>
<Name>Зал ожидания</Name>
<ServiceCategory>LG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c569538f-52f7-4565-98fd-ceb089295457</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>f0629b92-3e5d-4c42-a8b5-bc6f5c199174</ServiceDefinitionRefID>
<ServiceID>fc58c457-da5e-44be-b7a3-42bfdd3b1ec3</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">7000.00</BaseAmount>
<TotalAmount CurCode="RUB">7000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5393f920-503d-4134-84b8-582cd206ac05</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>41f55dc8-ec81-494e-a532-35e47ef2f638</ServiceDefinitionRefID>
<ServiceID>7b86f145-7e02-4034-abd3-5899512e9d62</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">400.00</BaseAmount>
<TotalAmount CurCode="RUB">400.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ee5a93bc-0d46-47e0-9474-cc07c178d7a6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>092ddb72-068c-42c7-8873-6f68f64e9109</ServiceDefinitionRefID>
<ServiceID>716a27df-bb4b-4fce-862c-538c052cffa5</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954197Z</OfferExpirationTimeLimitDateTime>
<OfferID>96702d2f-b0e1-4757-b109-fbb2510a7c60</OfferID>
<Name>Повышение класса обслуживания</Name>
<ServiceCategory>UP</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>55e87d83-183c-4f28-9b10-ac5e39d546e2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>26009a7a-73e5-43ad-8e0a-705c8775c915</ServiceDefinitionRefID>
<ServiceID>4ed3f95d-9eed-41b2-a473-16c1d12cec57</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954213Z</OfferExpirationTimeLimitDateTime>
<OfferID>2d842123-1e36-4b12-8e51-f7c0cfdddc03</OfferID>
<Name>Пассажир без сопровождения (Эскорт)</Name>
<ServiceCategory>UN</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>3b7a6b2b-1a9b-46e7-8cc4-09004b031874</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8cbea431-f1a7-4f74-881f-1c0373fc44e8</ServiceDefinitionRefID>
<ServiceID>593f6022-d509-4c4f-9be0-007e6d5d4e2e</ServiceID>
<ValidatingPartyRefID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">575.00</BaseAmount>
<TotalAmount CurCode="RUB">575.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-24T11:02:53.4954224Z</OfferExpirationTimeLimitDateTime>
<OfferID>47065fc1-4cd0-465a-9d3a-2a10e9295478</OfferID>
<Name>Заранее выделенное место</Name>
<ServiceCategory>SA</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">MOW</DestCode>
<OriginCode Standard="IATA">SLY</OriginCode>
<OriginDestID>9ac79e97-d8ca-480a-ad76-71dd9482eeaa</OriginDestID>
<PaxJourneyRefID>83bca9c4-b71e-4144-94dd-36d2afce76e1</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT3H</Duration>
<PaxJourneyID>83bca9c4-b71e-4144-94dd-36d2afce76e1</PaxJourneyID>
<PaxSegmentRefID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-24T18:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-24T18:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>0bd0107e-04d8-4b3e-ac50-86469136666f</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-24T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SLY</LocationCode>
<StationName>Салехард</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-24T17:40:00</ScheduledDateTime>
<LocationCode Standard="IATA">SLY</LocationCode>
<StationName>Салехард</StationName>
</Dep>
<Duration>PT3H</Duration>
<Distance UnitCode="Mileage">1205</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<MarketingCarrierFlightNumberText>31</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<OperatingCarrierFlightNumberText>31</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>564902b7-d0d6-4861-ace4-eb5ac6ba4300</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СР ДОМ ЖИВ В БАГ ОТД 8КГ 25КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0PT</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>d7ecae89-83c6-4da2-91ff-006c19d68646</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛ ЖИВ В БАГ ОТД ОТ25КГДО50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y19</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>8b3626d6-a313-494f-bc4f-35712ecb59a1</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C2</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>d7da2da3-ed5e-46d0-826e-f76086012916</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>O20</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>2b3e582b-9ef0-4517-9bb9-49b8115f91c2</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЫБОР КОМФОРТНОГО МЕСТА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>062</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>092ddb72-068c-42c7-8873-6f68f64e9109</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 55Ф 25КГ И ДО 80Д 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0G8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>c4222b1a-42f6-4ef3-971f-2f9e21db8c72</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 22Ф 10КГ И 80Д 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>45d3d451-4cae-45f1-a709-98614730d63b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>f0e268cf-d4dc-4115-ab30-12bcde9d5dcd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В БАГ ОТД ДО 8КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03B</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>8bdc9f57-9b9d-451a-88cf-6b1e57923b55</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СБОР ЗА ПРЕВ НОРМЫ БАГ ДО 7КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y38</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>cd16256b-bd09-4df1-b404-8eaf5dd027e0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СР ДОМ ЖИВ В БАГ ОТД 8КГ 25КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0PT</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>cf19d1e4-17dc-4c6e-9803-d4f46a1a94c7</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛ ЖИВ В БАГ ОТД ОТ25КГДО50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y19</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>b4f53240-c200-4fa5-8693-13b05ea84b41</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 20 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C2</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a825572d-d5b5-47ad-9f26-aa82ae7ae65b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 55Ф 25КГ И ДО 80Д 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0G8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>106f598c-59a8-41fb-9225-3b9362d2ad24</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 22Ф 10КГ И 80Д 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>cc22a1a6-fd57-432d-8c14-fd6b3f9afa6a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>БИЗНЕС ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>BLG</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>c2629786-6357-49a1-9f18-91c34a03aa73</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ЭКСПРЕСС ПОЧТА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>F</RFIC>
<RFISC>EXP</RFISC>
<ServiceGroup>PS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>64c4a150-d196-4d4e-9357-b3940b53131c</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕДОПЛАЧЕННЫЙ БАГАЖ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0AA</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>db25e3f5-41a0-4a11-8280-718cc83fac89</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>МЕСТО В СЕРЕДИНЕ РЯДА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>061</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>41f55dc8-ec81-494e-a532-35e47ef2f638</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СБОР ЗА ПРЕВ НОРМЫ БАГ ДО 7КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y38</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>586bad56-27d6-4f02-8bc1-7096fe1c26e7</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ ДО 8КГ В САЛОНЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>021</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>4c5b4b86-3a70-4285-8bc1-7c23b5705890</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ИНД СОПРОВОЖ И БИЗНЕС ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>MGB</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>6e13bf20-249e-4fac-a64e-11c2a7e0c0c4</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕДОПЛАЧЕННЫЙ БАГАЖ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0AA</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>3b5069a4-d090-4df9-8334-6c2df62934ce</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>МЕСТА КАБИНЫ БИЗНЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>042</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>f0629b92-3e5d-4c42-a8b5-bc6f5c199174</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ ДО 8КГ В САЛОНЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>021</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>89f191ef-1c14-4398-93dc-bc35719ebc8e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y15</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>60b3fc95-e7f1-40c9-a433-79fdc29f672f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0BH</RFISC>
<ServiceGroup>UN</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>26009a7a-73e5-43ad-8e0a-705c8775c915</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>С 21 ПО 38 РЯД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PSA</RFISC>
<ServiceGroup>SA</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>8cbea431-f1a7-4f74-881f-1c0373fc44e8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0F8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>659740f2-87fe-43f6-8bbc-8c6224b0b860</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОП БАГАЖ ДО 50КГ И ДО 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>027</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>c4a6131b-ee4a-4aef-ab0c-ecc35b79dac0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ВИП ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0AG</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>b2cd3b2d-7edb-44d1-a209-836d9cdfa847</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ПРОЖИВАНИЕ В ГОСТИНИЦЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>B</RFIC>
<RFISC>0BO</RFISC>
<ServiceGroup>GT</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>b0f0fbf2-98fa-498c-a06c-306c3c7a001b</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>O20</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>a5b0faed-93ab-4bb1-a2b9-85c224b4c660</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y15</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a1c9b145-c104-4512-a43b-c528d5ecab15</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>c6813cc6-1654-4dcf-9094-2099e3478cf9</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0F8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a0497516-c4d3-4f62-9eb0-2999cda1986f</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В БАГ ОТД ДО 8КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03B</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>0c59ab48-af7e-4167-bcd3-a03502c65c85</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОП БАГАЖ ДО 50КГ И ДО 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>027</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>60060c47-3b0a-4944-9041-298a4828fa78</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>6f9d5a78-1b6e-4b99-b8f5-f01c198758a9</ValidatingPartyID>
<ValidatingPartyCode>YC</ValidatingPartyCode>
<ValidatingPartyName>Ямал</ValidatingPartyName>
<ValidatingPartyDesigCode>664</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
Non-associated services¶
The process of obtaining the list of non-associated services is similar to the process of obtaining the list of associated services which is described in Mixvel_ServiceListRQ/RS. Non-associated services, unlike the associated services, do not have the link to the segment, they are linked to the passenger only, and they contain the place and the time of the service delivery.
To deliver such services, there is the block EligibilityNotFlightAssociations in MixVel_ServiceListRS:
- Mixvel_ServiceListRS/Response/ALaCarteOffer/ALaCarteOfferItem/Eligibility/EligibilityNotFlightAssociations
The block EligibilityNotFlightAssociations contains the obligatory element ProviderCodе and the optional elements ServiceDate, ServicePoint, ServiceTimeLimit, ServiceTimeLimitDateTime.
| Element | Description | Example |
|---|---|---|
| ProviderCodе | The code of the service provider | DP |
| ServiceDate | The date of the service delivery | 03.08.2023 |
| ServicePoint | The code of the place where the service is delivered (city/airport) | SVO |
| ServiceTimeLimit | The time limit of the service duration | 23:59 |
| ServiceTimeLimitDateTime | The date/time when the fixed price of tariff expires | 2024-02-27T12:45:00Z |
Example of Mixvel_ServiceListRS with delivery of non-associated services:
Show example answer
<?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="019b1cb6-2c6f-76f6-90ca-8ccd8fc0a85b" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-12-14T11:54:21.8985944Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f93f3ce5-3d01-4afb-b17a-8e44b7263582</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c9ee495f-060b-4983-a001-0c63e283eb24</ServiceDefinitionRefID>
<ServiceID>afdffc3d-61f2-4be0-9f76-c3eba6b1be1b</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8c29bfd7-222b-42c5-8eee-10dd6ac923a4</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a0b3c75d-e650-4347-98cf-c37f2c62e3fe</ServiceDefinitionRefID>
<ServiceID>c11ec994-f68f-4c68-9be7-9a6cb659b765</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>59947644-fa49-4497-9a86-e05dfabad779</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0973c502-7585-47ca-a5b6-98e1bdd95e07</ServiceDefinitionRefID>
<ServiceID>40fd63ce-237c-4f5e-983a-b0cd39a0c03e</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b50cfeeb-13bb-4004-81b6-ceceb8ffdc33</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>32f46a3d-6848-40d4-b7d2-d782f69a3b90</ServiceDefinitionRefID>
<ServiceID>c7bad57f-6415-44d3-a6e0-10596572a706</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d0511c11-905a-4e32-972f-8e788317a1f6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>6561ec54-eefd-408f-aa98-c5e72da24c13</ServiceDefinitionRefID>
<ServiceID>2fc35b98-8b12-4353-abf2-5b4f57915088</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f51c3055-e329-4e86-96e9-ba7533321b14</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4832847d-5ffc-47c4-8663-060c26ca2cb8</ServiceDefinitionRefID>
<ServiceID>2edb427e-a940-4048-b687-ee0f39b5761b</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>41e4254f-6f7f-49be-951f-a203c3562c01</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>ba9c2263-8441-4213-a008-138bc1d9fd94</ServiceDefinitionRefID>
<ServiceID>8dde7bcc-69bb-4f66-b58b-3aae426fff16</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>011d1c58-7ef4-41ad-a922-166dc92cbd22</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>06ab4d33-7a6d-453c-9d39-2bce0d6af8ac</ServiceDefinitionRefID>
<ServiceID>f06bfe7a-2f52-4fda-a741-423cfe53a769</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f0676650-a173-4b52-bc73-c0345bca40e6</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3cbcccba-5c43-4926-998f-f780fe882727</ServiceDefinitionRefID>
<ServiceID>f9496f4b-0b0f-43a4-9f78-96f37602350f</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>1d44db9a-9beb-4120-a5b2-c6a1f921927e</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>12751361-72de-4da6-8560-d80515a635e8</ServiceDefinitionRefID>
<ServiceID>452008a2-8baa-49eb-bbd9-3dc0ef9ef6bb</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>cc8cf8cf-b8be-4d05-b75e-578d0ac34183</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b283cca2-dc9b-4801-9e30-a85c6a03dc16</ServiceDefinitionRefID>
<ServiceID>a83e1ba0-ce3f-4b0a-b309-7777f097821c</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f595fb17-60e4-4361-b0af-53b969256e02</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a4e44ea7-5a5f-46a7-9552-6acf44d39440</ServiceDefinitionRefID>
<ServiceID>60b5f642-08b0-4b71-ad51-daa0db557314</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bb0e00b3-2168-45f0-9c88-4adb4e249328</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>2a5404c3-5d78-4b0d-b7e2-c72df30150e2</ServiceDefinitionRefID>
<ServiceID>2f8812d0-f831-4f0f-9c03-aa320e74c55f</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<TotalAmount CurCode="RUB">2500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>843411f6-3755-418e-9c0e-e1a4be893d9d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>db84d02c-c796-4a56-9ca3-a5d3c42b90a0</ServiceDefinitionRefID>
<ServiceID>ec192308-ad80-4487-b530-a73447037f5d</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2500.00</BaseAmount>
<TotalAmount CurCode="RUB">2500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8a286c25-ff17-4da6-b9d1-49058f583474</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>39ed8891-2712-4203-9e46-d3781e12cb96</ServiceDefinitionRefID>
<ServiceID>f01a2be7-b93c-4f3a-a93a-bee21b9a4f3d</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3750.00</BaseAmount>
<TotalAmount CurCode="RUB">3750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>0efc1749-70ae-4df4-8683-c86204021baf</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0046889f-d66e-471e-811e-f3f727a7d5f8</ServiceDefinitionRefID>
<ServiceID>9a650356-9e45-41a1-a749-be7bdca65d72</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3750.00</BaseAmount>
<TotalAmount CurCode="RUB">3750.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8522fc1e-19c0-4689-b3c0-52bbc114b20a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>ac356c2f-08ff-4198-87f0-ac6a31b7705a</ServiceDefinitionRefID>
<ServiceID>15ddbe30-9bb1-49a9-8543-20c682a06833</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>48bd490b-e07e-4b34-9e82-4aad73dd0f7c</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8fc7fa05-4bf8-4ab9-8e59-789ef3b1ec36</ServiceDefinitionRefID>
<ServiceID>2fba717f-1ff1-4695-bbec-2161fa36e37c</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">2000.00</BaseAmount>
<TotalAmount CurCode="RUB">2000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832336Z</OfferExpirationTimeLimitDateTime>
<OfferID>49992210-479f-41e1-8e39-d94ff84c6b63</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c76981eb-ddf5-4b38-9179-1e9272c092d9</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>9f8a094c-6c95-4d4d-9c5e-af32c2255472</ServiceDefinitionRefID>
<ServiceID>695aedf1-11a8-45b5-abf2-607d2c3fd3a9</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832354Z</OfferExpirationTimeLimitDateTime>
<OfferID>9aae0e88-cfbe-4b7c-9ad9-5bef702f8c30</OfferID>
<Name>Почта</Name>
<ServiceCategory>PS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>842fb534-e958-47ee-940f-da46293a8ff5</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8c7882de-d3aa-435f-b22a-6387f2da4958</ServiceDefinitionRefID>
<ServiceID>b96739ea-8cbd-4e14-b17c-c3fd49ddcf32</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">15000.00</BaseAmount>
<TotalAmount CurCode="RUB">15000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>68a08b44-fdad-4f70-bdfb-bad749e3f9a2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>ef8018f3-e81d-4fc2-b098-c4d4c381d6f1</ServiceDefinitionRefID>
<ServiceID>f495cfa8-b5bd-4c37-a817-829b04f39665</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">15000.00</BaseAmount>
<TotalAmount CurCode="RUB">15000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>f2ce3d32-20e4-4fbf-accf-18a4d85fb61d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>7609f970-3deb-430d-ad60-4c52bb571ead</ServiceDefinitionRefID>
<ServiceID>48914615-e3ef-4c18-831e-07a84d388570</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5c115667-902e-4e01-b24c-a6b04f5a6ed5</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>f49b26ed-4b47-4c3d-b34d-4a851bb2cadd</ServiceDefinitionRefID>
<ServiceID>0cc20906-cf21-48e0-88a0-505430f8c70e</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">10000.00</BaseAmount>
<TotalAmount CurCode="RUB">10000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832372Z</OfferExpirationTimeLimitDateTime>
<OfferID>df6c2d5b-33fe-4840-94b0-59c06688537c</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>d3e8f653-e41e-4a9b-b867-31a0e05beede</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>c902c617-c4ac-497f-bf3b-1943347ab8b4</ServiceDefinitionRefID>
<ServiceID>b12e08fa-284b-40ac-b5eb-32012273c31e</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832386Z</OfferExpirationTimeLimitDateTime>
<OfferID>8738f094-6eae-4d73-89d4-0da15c822be3</OfferID>
<Name>Наземный транспорт и неавиационные услуги</Name>
<ServiceCategory>GT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>680a35b4-b72a-4786-a85c-e542f2f9c1dd</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>e6df9067-ce9c-44d1-a9b5-8fd45d46f3bb</ServiceDefinitionRefID>
<ServiceID>03ed30b9-b9cc-4543-bac7-af17fcc4a2e5</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>eb53ecbe-4b94-440a-a23b-6ea04aea1603</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>45d6430c-d1f0-4172-a633-ab9a2d255a20</ServiceDefinitionRefID>
<ServiceID>e5aaf54e-849b-41d7-a98c-d1810353351c</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5500.00</BaseAmount>
<TotalAmount CurCode="RUB">5500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>67394f10-36f7-4f90-9e34-e4d56c53ae60</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>52fbe43e-d85c-4e84-8297-3996ad2ebf14</ServiceDefinitionRefID>
<ServiceID>52811606-fc04-45f7-bc39-c0559e848ba9</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">6500.00</BaseAmount>
<TotalAmount CurCode="RUB">6500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832496Z</OfferExpirationTimeLimitDateTime>
<OfferID>7399f533-7639-4456-8f45-90cb9df246ba</OfferID>
<Name>Зал ожидания</Name>
<ServiceCategory>LG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>89cde476-b367-4c60-b110-5f71be29e936</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>b968f161-5dcc-4640-a4cf-ba1726c56341</ServiceDefinitionRefID>
<ServiceID>a95b0934-de84-4f40-aeab-77a4f3a5a319</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">7000.00</BaseAmount>
<TotalAmount CurCode="RUB">7000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6a8ed944-b9b1-454b-b87c-6e1aa4575011</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d93c38eb-d2b9-4a84-9ddc-fe985b9b9d30</ServiceDefinitionRefID>
<ServiceID>029d5ba9-81a0-46a2-9a9d-e3e6929bbf21</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">400.00</BaseAmount>
<TotalAmount CurCode="RUB">400.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ad67c329-5115-45a9-a8db-1b9aaee35cec</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>7b4f76e5-9963-47b5-a9ea-2ce00778a02a</ServiceDefinitionRefID>
<ServiceID>774c10aa-3cf6-4203-96cb-9571180820bb</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1500.00</BaseAmount>
<TotalAmount CurCode="RUB">1500.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832515Z</OfferExpirationTimeLimitDateTime>
<OfferID>b943f16b-5b5b-494b-82f1-92b1b58a1126</OfferID>
<Name>Повышение класса обслуживания</Name>
<ServiceCategory>UP</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>6a97f172-83be-4a45-9088-539429b81d29</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1e270d22-a13b-4375-8f0d-fc79a0478603</ServiceDefinitionRefID>
<ServiceID>e2f52987-3ca2-4733-974f-8a6fd3af9cf0</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832532Z</OfferExpirationTimeLimitDateTime>
<OfferID>3eb82592-5448-4abb-b2cd-1dbf7dd5bd4d</OfferID>
<Name>Пассажир без сопровождения (Эскорт)</Name>
<ServiceCategory>UN</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>931e239c-28d7-4267-903a-dda14f790fb9</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>212519a1-d3ad-4394-8091-c4095621a5a7</ServiceDefinitionRefID>
<ServiceID>64c502d1-bd5a-4f6b-8659-3ea205619e19</ServiceID>
<ValidatingPartyRefID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">575.00</BaseAmount>
<TotalAmount CurCode="RUB">575.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2025-12-14T12:39:21.8832581Z</OfferExpirationTimeLimitDateTime>
<OfferID>85d46f38-9221-4115-848c-ab0b68e5d274</OfferID>
<Name>Заранее выделенное место</Name>
<ServiceCategory>SA</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SLY</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>fbd392a5-eedc-4cd6-9f43-6805b3694acb</OriginDestID>
<PaxJourneyRefID>635f7998-7a38-4ce7-9d87-c9c0e040a768</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H45M</Duration>
<PaxJourneyID>635f7998-7a38-4ce7-9d87-c9c0e040a768</PaxJourneyID>
<PaxSegmentRefID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T08:00:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">SLY</LocationCode>
<StationName>Салехард</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SLY</LocationCode>
<StationName>Салехард</StationName>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>f05508b4-75c7-4e08-ad34-202bb6805333</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T03:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T03:15:00</ScheduledDateTime>
<DateShift>0</DateShift>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT2H45M</Duration>
<Distance UnitCode="Mileage">1205</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<MarketingCarrierFlightNumberText>32</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<OperatingCarrierFlightNumberText>32</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>4bdc8d6b-4c3f-44b4-9bd3-360d41474ea1</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 22Ф 10КГ И 80Д 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>0973c502-7585-47ca-a5b6-98e1bdd95e07</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛ ЖИВ В БАГ ОТД ОТ25КГДО50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y19</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>8c7882de-d3aa-435f-b22a-6387f2da4958</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ИНД СОПРОВОЖ И БИЗНЕС ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>MGB</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>52fbe43e-d85c-4e84-8297-3996ad2ebf14</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0F8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>8fc7fa05-4bf8-4ab9-8e59-789ef3b1ec36</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>МЕСТА КАБИНЫ БИЗНЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>042</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>b968f161-5dcc-4640-a4cf-ba1726c56341</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>0046889f-d66e-471e-811e-f3f727a7d5f8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОП БАГАЖ ДО 50КГ И ДО 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>027</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>3cbcccba-5c43-4926-998f-f780fe882727</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В БАГ ОТД ДО 8КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03B</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>06ab4d33-7a6d-453c-9d39-2bce0d6af8ac</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0F8</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>ac356c2f-08ff-4198-87f0-ac6a31b7705a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СБОР ЗА ПРЕВ НОРМЫ БАГ ДО 7КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y38</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>db84d02c-c796-4a56-9ca3-a5d3c42b90a0</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ ДО 12 КГ 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C0</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>39ed8891-2712-4203-9e46-d3781e12cb96</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ ДО 8КГ В САЛОНЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>021</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>b283cca2-dc9b-4801-9e30-a85c6a03dc16</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>O20</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>4832847d-5ffc-47c4-8663-060c26ca2cb8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛ ЖИВ В БАГ ОТД ОТ25КГДО50КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y19</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>ef8018f3-e81d-4fc2-b098-c4d4c381d6f1</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В БАГ ОТД ДО 8КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03B</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>ba9c2263-8441-4213-a008-138bc1d9fd94</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ПРОЖИВАНИЕ В ГОСТИНИЦЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>B</RFIC>
<RFISC>0BO</RFISC>
<ServiceGroup>GT</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>c902c617-c4ac-497f-bf3b-1943347ab8b4</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>МЕСТО В СЕРЕДИНЕ РЯДА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>061</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>d93c38eb-d2b9-4a84-9ddc-fe985b9b9d30</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>БИЗНЕС ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>BLG</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>45d6430c-d1f0-4172-a633-ab9a2d255a20</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СР ДОМ ЖИВ В БАГ ОТД 8КГ 25КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0PT</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>f49b26ed-4b47-4c3d-b34d-4a851bb2cadd</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>O20</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>6561ec54-eefd-408f-aa98-c5e72da24c13</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ЭКСПРЕСС ПОЧТА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>F</RFIC>
<RFISC>EXP</RFISC>
<ServiceGroup>PS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>9f8a094c-6c95-4d4d-9c5e-af32c2255472</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>С 21 ПО 38 РЯД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PSA</RFISC>
<ServiceGroup>SA</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>212519a1-d3ad-4394-8091-c4095621a5a7</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ ДО 8КГ В САЛОНЕ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>021</RFISC>
<ServiceCode>PETC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>a4e44ea7-5a5f-46a7-9552-6acf44d39440</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЫБОР КОМФОРТНОГО МЕСТА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>062</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>7b4f76e5-9963-47b5-a9ea-2ce00778a02a</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ВИП ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0AG</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>e6df9067-ce9c-44d1-a9b5-8fd45d46f3bb</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕДОПЛАЧЕННЫЙ БАГАЖ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0AA</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>a0b3c75d-e650-4347-98cf-c37f2c62e3fe</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>НЕСОПРОВОЖДАЕМЫЙ РЕБЕНОК</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0BH</RFISC>
<ServiceGroup>UN</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>1e270d22-a13b-4375-8f0d-fc79a0478603</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДО 22Ф 10КГ И 80Д 203 СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>03C</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>32f46a3d-6848-40d4-b7d2-d782f69a3b90</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СР ДОМ ЖИВ В БАГ ОТД 8КГ 25КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0PT</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>7609f970-3deb-430d-ad60-4c52bb571ead</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОП БАГАЖ ДО 50КГ И ДО 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>027</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>12751361-72de-4da6-8560-d80515a635e8</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>СБОР ЗА ПРЕВ НОРМЫ БАГ ДО 7КГ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>Y38</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>2a5404c3-5d78-4b0d-b7e2-c72df30150e2</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПРЕДОПЛАЧЕННЫЙ БАГАЖ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0AA</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>c9ee495f-060b-4983-a001-0c63e283eb24</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>30144058-cd4c-4761-96ab-14b7736694fb</ValidatingPartyID>
<ValidatingPartyCode>YC</ValidatingPartyCode>
<ValidatingPartyName>Ямал</ValidatingPartyName>
<ValidatingPartyDesigCode>664</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
The operations of search, booking, payment, and the secondary operations with non-associated services are similar to operations with associated services except the service «Setting the tariff cost», which can only be added into an unpaid order, and which is paid in advance before the order itself is paid.
The delivery of non-associated services in the order
To deliver the information about the non-associated services there is the block ServiceDefinitionRefNotFlightAssociations in Mixvel_OrderViewRS:
- Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/Service/ServiceAssociations/ServiceDefinitionRef/ServiceDefinitionRefNotFlightAssociations
The block ServiceDefinitionRefNotFlightAssociations contains the obligatory element ProviderCodе and the optional elements ServiceDate, ServicePoint, ServiceTimeLimit, ServiceTimeLimitDateTime.
Example of Mixvel_OrderViewRS with delivery of non-associated services:
Show example answer
<?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="019b1ccf-b0eb-74ec-ae50-a17d2c925e75" ReplyTo="703423d1-595c-49f5-98c2-5dcabe950276" TimeSent="2025-12-14T12:22:14.6131992Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>d4f32952-6e12-4486-ae34-a24b8e9a893d</BaggageAllowanceID>
<DescText>PC</DescText>
<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>
<BaggageAllowance>
<BaggageAllowanceID>0750dccc-3fd3-4cb8-aa12-b472e84413ea</BaggageAllowanceID>
<DescText>PC</DescText>
<CommentText> НОРМА БЕСПЛАТНОГО БАГАЖА НЕ БОЛЕЕ 2 МЕСТ ОБЩИМ ВЕСОМ НЕ БОЛЕЕ 23КГ </CommentText>
<PieceAllowance>
<TotalQty>2</TotalQty>
</PieceAllowance>
<TypeCode>Checked</TypeCode>
<Allowed>
<Name>UPTO 11 KG 500 G 203LCM (044)</Name>
<LimitValue>2</LimitValue>
<DimensionAllowance>
<BaggageDimensionCategory>Total</BaggageDimensionCategory>
<MaxMeasure UnitCode="Centimetre">203</MaxMeasure>
</DimensionAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">11.5</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
<Allowed>
<Name>UPTO50LB 23KG BAGGAGE (0C3)</Name>
<LimitValue>1</LimitValue>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Kilogram">23</MaximumWeightMeasure>
</WeightAllowance>
<WeightAllowance>
<MaximumWeightMeasure UnitCode="Pound">50</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact_agency</ContactInfoID>
<EmailAddress>
<ContactTypeText>agency</ContactTypeText>
<EmailAddressText>test@agency.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+7035682029</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeCode>email</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>borisov@personal.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeCode>mobile</ContactTypeCode>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79035684747</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SLY</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>cc139f28-8b53-4b41-9ef5-054cb07e6258</OriginDestID>
<PaxJourneyRefID>264cee1b-f4e9-4819-b1f9-e805b80c8849</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H45M</Duration>
<PaxJourneyID>264cee1b-f4e9-4819-b1f9-e805b80c8849</PaxJourneyID>
<PaxSegmentRefID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>29</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2035-12-31</ExpiryDate>
<IdentityDocID>4506321333</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<ResidenceCountryCode>RU</ResidenceCountryCode>
<Surname>BORISOV</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1996-02-02</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>KIRILL</GivenName>
<MiddleName>OLEGOVICH</MiddleName>
<Surname>BORISOV</Surname>
</Individual>
<OrderRefID>82477-251214-OEB3355</OrderRefID>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-25T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SLY</LocationCode>
<StationName>Салехард</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-25T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SLY</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>320</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>a37a1eb2-6f04-4c41-a4db-9fee8157827c</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-25T03:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-25T03:15:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT2H45M</Duration>
<Distance UnitCode="Mileage">1205</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<MarketingCarrierFlightNumberText>32</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>YC</CarrierDesigCode>
<OperatingCarrierFlightNumberText>32</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>YFL</Code>
<Desc>
<Access>F</Access>
<DescText>РУЧ КЛАДЬ 10КГ 22Ф ДО 45Д115СМ (0MJ)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>РУЧ КЛАДЬ 5КГ 11Ф ДО 45Д115СМ (0ML)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>НОРМА РУЧНОЙ КЛАДИ (0LN)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>ДО 22Ф 10КГ И 80Д 203 СМ (03C)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БАГАЖ ДО 12 КГ 203 СМ (Y15)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДО 20КГ 203СМ (O20)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>БЕСПЛАТНЫЙ БАГАЖ (0DF)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ ДО 12КГ (0C0)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ ДО 20 КГ 203 СМ (Y20)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДО 55Ф 25КГ И ДО 80Д 203СМ (0G8)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БОЛЕЕ 80Д 203СМ НЕГАБАР БАГАЖ (0DK)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>МЕСТО В БИЗНЕС КЛАССЕ (Y18)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ГОРЯЧЕЕ ПИТАНИЕ 1 (L01)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЕЛОСИПЕД (0EC)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ЛЫЖНОЕ СНАРЯЖЕНИЕ (0DD)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ (Y29)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РЫБОЛОВН СНАСТИ 1 КОМП ДО 20КГ (Y30)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОМ ЖИВОТНОЕ ДО 8КГ В САЛОНЕ (021)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СР ДОМ ЖИВ В БАГ ОТД 9КГ 25КГ (0PT)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БОЛ ЖИВ В БАГ ОТД ОТ25КГДО50КГ (Y19)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОМ ЖИВОТНОЕ В БАГ ОТД ДО 8КГ (03B)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СЕРВИСНЫЙ СБОР (RG1)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР КОМФОРТНОГО МЕСТА (062)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ВЫБОР ПРЕДПОЧТИТЕЛЬНОГО МЕСТА (PRS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>МЕСТО У ПРОХОДА (SAS)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>МЕСТО В СЕРЕДИНЕ РЯДА (061)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПОСЛЕДН РЯД У ОКНА ПРОХОДА (Y16)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>ДОП МЕСТО РУЧ КЛАДИ ДО 2 КГ (Y31)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СНАРЯЖЕНИЕ ДЛЯ ГОЛЬФА (0DC)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ИНВЕНТАРЬ ДЛЯ ХОККЕЯ (0F0)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СНОУБОРД (0EI)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СБОР ЗА ПРЕВ ВЕСА ДО 10КГ (Y23)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ДОПОЛНИТЕЛЬНОЕ ГОРЯЧЕЕ ПИТАНИЕ (Y24)</DescText>
</Desc>
<Desc>
<Access>F</Access>
<DescText>МИ ДО 5 КГ И ДО 120 СМ (Y25)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПЛЯЖНЫЙ ЗОНТ (Y26)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>ПЕРЕВОЗКА САМОКАТА (Y27)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>СПОРТ ИНВЕНТ 1 МЕСТО ДО 20КГ (Y29)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>РЫБОЛОВН СНАСТИ 1 КОМП ДО 20КГ (Y30)</DescText>
</Desc>
<Desc>
<Access>C</Access>
<DescText>БАГАЖ ОТ 25 ДО 29 КГ 203 СМ (Y37)</DescText>
</Desc>
<Desc>
<Access>N</Access>
<DescText>СБОР ЗА ПРЕВ НОРМЫ БАГ ДО 10КГ (Y38)</DescText>
</Desc>
<Name>ЭКОНОМ ГИБКИЙ</Name>
<PriceClassID>b08b0135-ef82-400d-bb6e-4c3fa337e040</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>0750dccc-3fd3-4cb8-aa12-b472e84413ea</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>659f8bf8-59bc-4d15-a7cb-9b8c9c6d1ceb</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>d4f32952-6e12-4486-ae34-a24b8e9a893d</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>8e3a2d6b-0eaa-45c8-95a9-6c91328d9859</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ЭКСПРЕСС ПОЧТА</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>F</RFIC>
<RFISC>EXP</RFISC>
<ServiceGroup>PS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>e46e3f29-93e4-47bb-b2c9-b9a673b56de6</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<OtherServiceInfoID>1206efff-4e84-4842-b1b2-0696066ede70</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3355</OrderRefID>
<Text>PP:FBC=YBDFL*1/ONETICK/BGG</Text>
</OtherServiceInfo>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<PaxRefID>Pax-1</PaxRefID>
<OtherServiceInfoID>773b7ca0-c18f-4559-b642-4927b26fae02</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3355</OrderRefID>
<Text>SVC13::ST=M CURR=RUB</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>9dd06e5f-9469-46f0-8aeb-a0143e347537</ValidatingPartyID>
<ValidatingPartyCode>YC</ValidatingPartyCode>
<ValidatingPartyName>Ямал</ValidatingPartyName>
<ValidatingPartyDesigCode>664</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>82477-251214-MEB3354</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>1H</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294T1X</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>YC</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN96N</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-14T15:22:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="1">2</TicketDocsCount>
<OrderID>82477-251214-OEB3355</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>YBDFL</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YBDFL</FareBasisCode>
<FareRule>
<RuleCode>0302</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">16850.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-25T03:15:00</BaseAmountGuaranteeTimeLimitDateTime>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">268.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">268.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">17118.00</TotalAmount>
</Price>
<PriceClassRefID>b08b0135-ef82-400d-bb6e-4c3fa337e040</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>Pax-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">16850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">268.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">268.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">17118.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>b0e67fe6-3a5a-4b32-aac1-0196dee8e437</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-19T12:23:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">16850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">268.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">268.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">17118.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9dd06e5f-9469-46f0-8aeb-a0143e347537</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>e3c03feb-8a96-44e3-af58-05df378a421f</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9dd06e5f-9469-46f0-8aeb-a0143e347537</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>659f8bf8-59bc-4d15-a7cb-9b8c9c6d1ceb</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>5b1c7e4a-1c27-4482-8a92-b59c248a3861</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">Pax-1</PaxRefID>
<ValidatingPartyRefID>9dd06e5f-9469-46f0-8aeb-a0143e347537</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>84e3108f-ca48-44f4-b4a1-afa1f3d20b58</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>8e3a2d6b-0eaa-45c8-95a9-6c91328d9859</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>930e921b-7731-435d-ac93-12dd78f86846</ServiceID>
</Service>
</OrderItem>
<OrderItem>
<OrderItemID>e1b4bf1e-6ad5-4321-ac7b-9ed0475086f7</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-19T12:23:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</Price>
<Service>
<PaxRefID>Pax-1</PaxRefID>
<ValidatingPartyRefID>9dd06e5f-9469-46f0-8aeb-a0143e347537</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefNotFlightAssociations>
<ProviderCode>YC</ProviderCode>
<ServiceDate>2025-12-25</ServiceDate>
<ServicePoint>DME</ServicePoint>
</ServiceDefinitionRefNotFlightAssociations>
<ServiceDefinitionRefID>e46e3f29-93e4-47bb-b2c9-b9a673b56de6</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>2278b03d-aa99-4ce5-9d24-116edf02f5ef</ServiceID>
<OriginServiceRef>13</OriginServiceRef>
<StatusCode>HN</StatusCode>
</Service>
</OrderItem>
<OriginDestRefID>cc139f28-8b53-4b41-9ef5-054cb07e6258</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-14T12:22:14.5417457Z</RelevanceDateTime>
<StatusCode>OPENED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">17850.00</BaseAmount>
<TaxSummary>
<Tax>
<Amount CurCode="RUB">268.00</Amount>
<QualifierCode>aircompany</QualifierCode>
<TaxCode>RI</TaxCode>
</Tax>
<TotalTaxAmount CurCode="RUB">268.00</TotalTaxAmount>
</TaxSummary>
<TotalAmount CurCode="RUB">18118.00</TotalAmount>
</TotalPrice>
</Order>
<TotalAmount CurCode="RUB">18118.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>82477-251214-OEB3355</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">18118.00</Amount>
<PaymentID>2f441ad9-c827-4849-855e-ef8729012e2c</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Service «The tariff cost fixation»
The tariff cost fixation (FareLock) service allows the agent to freeze the price at the moment of booking and postpone the payment by freezing the price. This service allows to protect the agent from price growth if the agent is not ready to make a decision or cannot pay yet.
Conditions and restrictions:
1) The service covers the flight costs and freezes the ticket cost (fare, fuel fee, airport fees, carrier fees). The following services cannot be fixed: currency exchange rate, agency fee, VAT.
2) The service is only provided for the flights between the cities of the Russian Federation.
3) The service is only provided for airline flights and does not apply to partner flights (interline and code-share agreement).
4) The service is non-refundable (only involuntary refund is allowed).
5) The service is issued on EMD-S. A separate EMD is issued for each single passenger in the order.
6) If a segment with fixed transportation cost is removed, the cost fixing service is canceled for all the passengers and the segments.
7) The service can only be applied once for a single order.
8) The time limit for the service is set in the fare information.
9) The time limit for the service is set by the carrier. The estimated conditions are as follows:
| Time before flight departure (the earliest flight in the order) |
Service validity period |
|---|---|
| Over 14 days | 72 hours |
| From 14 to 7 days | 48 hours |
| From 7 to 3 days | 24 hours |
| Below 3 days | Not provided |
Example Mixvel_ServiceListRQ:
Show example request
<?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="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2026-01-23T14:51:28Z"/>
<AppData>
<Shop:Mixvel_ServiceListRQ xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRQ/1_00">
<Request>
<CoreRequest>
<OfferRequest>
<Offer>
<OfferID>19fac70c-40de-45be-8c30-481cfee9204c</OfferID>
</Offer>
</OfferRequest>
</CoreRequest>
<ShoppingCriteria>
</ShoppingCriteria>
</Request>
</Shop:Mixvel_ServiceListRQ>
</AppData>
</Body>
</MixEnv:Envelope>
Example Mixvel_ServiceListRS:
Show example answer
<?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="019beb56-b871-72c3-82e3-b4dd744406dc" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2026-01-23T14:51:28.5964302Z" />
<AppData>
<Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
<Response>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>UT</ProviderCode>
<ServiceDate>2026-01-29</ServiceDate>
<ServicePoint>VKO</ServicePoint>
<ServiceTimeLimit>23:59</ServiceTimeLimit>
<ServiceTimeLimitDateTime>2026-01-24T14:51:00</ServiceTimeLimitDateTime>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>ba24f2f2-3018-47d2-ad25-ee9bd0b25577</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>8b7d9a71-aca9-445b-9c2d-ee0c5243445e</ServiceDefinitionRefID>
<ServiceID>de0c10e8-964d-4cd3-b5ae-20679814c343</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1000.00</BaseAmount>
<TotalAmount CurCode="RUB">1000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityNotFlightAssociations>
<ProviderCode>UT</ProviderCode>
<ServiceDate>2026-01-29</ServiceDate>
<ServicePoint>VKO</ServicePoint>
</EligibilityNotFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>46d34c11-bc94-4351-a1cd-0c60239c3099</OfferItemID>
<TicketDocTypeCode>Y</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>0d92f506-b8cf-4a2b-bd1e-33d63cdd2693</ServiceDefinitionRefID>
<ServiceID>6adc8abc-cdd8-457b-a1a5-51c7b47f8d12</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">430.00</BaseAmount>
<TotalAmount CurCode="RUB">430.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826052Z</OfferExpirationTimeLimitDateTime>
<OfferID>213ac57a-2763-4c2e-88db-5f897c535912</OfferID>
<Name>Трэвел-услуги</Name>
<ServiceCategory>TS</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>4ac3fea4-1a0f-41a3-84b2-11a1537730c2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>d5a9c854-9378-4e46-ae54-72d30ebf2a00</ServiceDefinitionRefID>
<ServiceID>2b02900e-c29c-42b0-a780-46a25322e619</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">0.00</BaseAmount>
<TotalAmount CurCode="RUB">0.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c7cb5e0d-74b7-4e89-93c0-d961ada0b0f7</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>3f3996b8-1562-4edf-9c14-04256eb72c09</ServiceDefinitionRefID>
<ServiceID>da5d011c-fab1-469c-8179-93989cd1d21c</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1680.00</BaseAmount>
<TotalAmount CurCode="RUB">1680.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826072Z</OfferExpirationTimeLimitDateTime>
<OfferID>fbffe5b0-cc90-4342-85a1-c6cfa6f9cfa9</OfferID>
<Name>Еда/Напитки</Name>
<ServiceCategory>ML</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>c32d7283-6206-41b7-9434-e14a362d8396</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>574ffc1f-bd06-49ea-a7ee-02f99db72805</ServiceDefinitionRefID>
<ServiceID>899994fc-2aaf-4ee0-84a8-350228c421f9</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">600.00</BaseAmount>
<TotalAmount CurCode="RUB">600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826112Z</OfferExpirationTimeLimitDateTime>
<OfferID>d2d2405d-2939-4f6c-9dbf-074f4ff6fcb7</OfferID>
<Name>Зал ожидания</Name>
<ServiceCategory>LG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>bd2cf256-7b7c-4893-935c-945afdfd0701</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a8adcd1c-4159-46ce-842e-f54786bb6c71</ServiceDefinitionRefID>
<ServiceID>2354ed98-70e0-4180-9864-a2cad3eb44ad</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>9c337e4f-9ffc-4e93-b16f-f69a0e13434f</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>67a8d18f-a1b7-4860-ad8b-98cdc5754367</ServiceDefinitionRefID>
<ServiceID>e744ce1f-07b1-465e-8e6b-09ce88df0242</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4200.00</BaseAmount>
<TotalAmount CurCode="RUB">4200.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>8d94850b-6be7-4e23-8df2-1bc64c32b444</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>31d30ff6-07e3-468f-8c7c-164d49aa9954</ServiceDefinitionRefID>
<ServiceID>a99f81e4-363f-48f4-8e9c-fea8045590e9</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">4200.00</BaseAmount>
<TotalAmount CurCode="RUB">4200.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>fd608fe8-967e-4380-a495-98d6a36fb879</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>58df5796-cc75-435e-a83f-aef94da74b7e</ServiceDefinitionRefID>
<ServiceID>9e675114-ee09-4438-b9a5-465a0249c709</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3600.00</BaseAmount>
<TotalAmount CurCode="RUB">3600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>864df314-f1c1-41b2-aa89-74fc1c92cfff</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>522acff8-de41-491d-ac9d-9ea0084e6060</ServiceDefinitionRefID>
<ServiceID>dd992d2e-161f-4014-affc-8c5d4151c90b</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">3600.00</BaseAmount>
<TotalAmount CurCode="RUB">3600.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>b9026300-d130-4f84-bd75-e2707f6dc05d</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1cac6820-13e7-40ec-8d23-fdf2d5a4d76e</ServiceDefinitionRefID>
<ServiceID>5e054801-4cee-48ae-94bf-03c5f79183a7</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1499.00</BaseAmount>
<TotalAmount CurCode="RUB">1499.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>a856842c-99c9-408d-9e38-83cc458f4175</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>4085d456-f476-4a76-aca7-828afb50f538</ServiceDefinitionRefID>
<ServiceID>76e28b02-d93b-4e97-9a37-f3236e5e36c1</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">1999.00</BaseAmount>
<TotalAmount CurCode="RUB">1999.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826129Z</OfferExpirationTimeLimitDateTime>
<OfferID>42166a70-f5bf-40d9-aff5-d6fda8169046</OfferID>
<Name>Багаж</Name>
<ServiceCategory>BG</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>40606f88-84e8-4d56-8892-7e476978351a</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>7a3496bf-c067-450a-a4ca-24d5d247c4b3</ServiceDefinitionRefID>
<ServiceID>b34d5c3f-136a-4f08-928f-d1fc0bd18420</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">5000.00</BaseAmount>
<TotalAmount CurCode="RUB">5000.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>006de719-be2c-4d04-aea4-d6b971cff6f0</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>1c06e962-4fc7-4ec5-b7a3-83d54372009e</ServiceDefinitionRefID>
<ServiceID>3d4cfc13-f7eb-4677-993a-be192a772495</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">619.00</BaseAmount>
<TotalAmount CurCode="RUB">619.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826142Z</OfferExpirationTimeLimitDateTime>
<OfferID>8878b60a-5182-4779-b256-5b0fe5de9b89</OfferID>
<Name>Домашние животные</Name>
<ServiceCategory>PT</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<ALaCarteOffer>
<ALaCarteOfferItem>
<Eligibility>
<EligibilityFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxSegmentRef>
</EligibilityFlightAssociations>
<PaxRefID>Pax-1</PaxRefID>
</Eligibility>
<OfferItemID>5bacb982-9bab-4d57-aca9-7505ef1487d2</OfferItemID>
<TicketDocTypeCode>J</TicketDocTypeCode>
<Service>
<ServiceDefinitionRefID>a7277669-a98d-41d1-9e48-ff8bb9e6a09e</ServiceDefinitionRefID>
<ServiceID>43f46f57-b473-443e-aa8b-8a54e9275611</ServiceID>
<ValidatingPartyRefID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyRefID>
</Service>
<UnitPrice>
<BaseAmount CurCode="RUB">9500.00</BaseAmount>
<Commission>
<Amount CurCode="RUB">150.00</Amount>
<CommissionCode>AG</CommissionCode>
</Commission>
<TotalAmount CurCode="RUB">9650.00</TotalAmount>
</UnitPrice>
</ALaCarteOfferItem>
<OfferExpirationTimeLimitDateTime>2026-01-23T15:36:28.5826189Z</OfferExpirationTimeLimitDateTime>
<OfferID>2bec3eeb-4b6f-4cae-b9fe-d22fac934340</OfferID>
<Name>Повышение класса обслуживания</Name>
<ServiceCategory>UP</ServiceCategory>
<OwnerCode>TCH</OwnerCode>
<TotalPrice />
</ALaCarteOffer>
<DataLists>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">LED</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>498463a8-d703-4e4a-b15d-1413114ff606</OriginDestID>
<PaxJourneyRefID>0d8ca810-996e-4ba8-a9db-8141230fe4dd</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT20M</Duration>
<PaxJourneyID>0d8ca810-996e-4ba8-a9db-8141230fe4dd</PaxJourneyID>
<PaxSegmentRefID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<PaxID>Pax-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2026-01-29T12:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2026-01-29T12:25:00</ScheduledDateTime>
<LocationCode Standard="IATA">LED</LocationCode>
<StationName>Санкт-Петербург(Пулково)</StationName>
<TerminalName>1</TerminalName>
</Arrival>
<CarrierType>
<CarrierTypeCode>744</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>91142321-17ff-49a0-9a23-9557044f9401</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2026-01-29T12:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2026-01-29T12:05:00</ScheduledDateTime>
<LocationCode Standard="IATA">VKO</LocationCode>
<StationName>Москва(Внуково)</StationName>
<TerminalName>A</TerminalName>
</Dep>
<Duration>PT20M</Duration>
<Distance UnitCode="Mileage">390</Distance>
<MarketingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<MarketingCarrierFlightNumberText>804</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>UT</CarrierDesigCode>
<OperatingCarrierFlightNumberText>804</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>09b8b10d-d106-4b45-86ce-ecc9d10aa976</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<ServiceDefinitionList>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>MEAL1</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>G</RFIC>
<RFISC>0B3</RFISC>
<ServiceCode>PDML</ServiceCode>
<ServiceGroup>ML</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>d5a9c854-9378-4e46-ae54-72d30ebf2a00</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C2</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>67a8d18f-a1b7-4860-ad8b-98cdc5754367</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ НЕ БОЛЕЕ 20КГ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C2</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>31d30ff6-07e3-468f-8c7c-164d49aa9954</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ 21 30КГ НЕ БОЛЕЕ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C5</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>522acff8-de41-491d-ac9d-9ea0084e6060</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВ В САЛОН ДО10КГ 55Х40Х25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0BT</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>7a3496bf-c067-450a-a4ca-24d5d247c4b3</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>РУЧНАЯ КЛАДЬ ДО10КГ 55Х40Х25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>08A</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>4085d456-f476-4a76-aca7-828afb50f538</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>ФИКС СТОИМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>07E</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>8b7d9a71-aca9-445b-9c2d-ee0c5243445e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ НЕ БОЛЕЕ 10КГ 55X40X25CМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0IJ</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>1cac6820-13e7-40ec-8d23-fdf2d5a4d76e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВИП ЗАЛ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>E</RFIC>
<RFISC>0AG</RFISC>
<ServiceGroup>LG</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>574ffc1f-bd06-49ea-a7ee-02f99db72805</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ЖИВ В САЛОН ДО10КГ 55Х40Х25СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>09S</RFISC>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>a8adcd1c-4159-46ce-842e-f54786bb6c71</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЕГЕТАРИАНСКИЙ ОБЕД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>G</RFIC>
<RFISC>0AN</RFISC>
<ServiceGroup>ML</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>3f3996b8-1562-4edf-9c14-04256eb72c09</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ДОМ ЖИВОТНОЕ В САЛОНЕ РЕС</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>PEC</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>1c06e962-4fc7-4ec5-b7a3-83d54372009e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ПОВЫШЕНИЕ КЛАССА ОБСЛУЖИВАНИЯ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>060</RFISC>
<ServiceGroup>UP</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>a7277669-a98d-41d1-9e48-ff8bb9e6a09e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БАГАЖ 21 30КГ НЕ БОЛЕЕ 203СМ</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>0C5</RFISC>
<ServiceCode>ASVC</ServiceCode>
<ServiceGroup>BG</ServiceGroup>
<ServiceType>C</ServiceType>
<ServiceDefinitionID>58df5796-cc75-435e-a83f-aef94da74b7e</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-S</EMDtype>
<Name>КОМПЕНСАЦИЯ ДО 2</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>D</RFIC>
<RFISC>DB1</RFISC>
<ServiceGroup>TS</ServiceGroup>
<ServiceType>M</ServiceType>
<ServiceDefinitionID>0d92f506-b8cf-4a2b-bd1e-33d63cdd2693</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>b206824d-d7ed-4216-8355-f4595ab8a120</ValidatingPartyID>
<ValidatingPartyCode>UT</ValidatingPartyCode>
<ValidatingPartyName>ЮТэйр</ValidatingPartyName>
<ValidatingPartyDesigCode>298</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
</Response>
</Services:Mixvel_ServiceListRS>
</AppData>
</Body>
</MixEnv:Envelope>
Display the timelimit of additional services¶
The timelimit of additional services is returned in parameter:
- Mixvel_OrderViewRS/Response/MixOrder/Order/OrderItem/PaymentTimeLimitDateTime
Show example answer
<?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="019b1e4d-511d-73f1-bfa2-713b5d2eafe0" ReplyTo="def1476c-9fb9-4775-90a5-e178f786c098" TimeSent="2025-12-14T19:19:04.3636307Z" />
<AppData>
<View:Mixvel_OrderViewRS xmlns:View="https://www.mixvel.com/API/XSD/Mixvel_OrderViewRS/1_01">
<Response>
<DataLists>
<BaggageAllowanceList>
<BaggageAllowance>
<BaggageAllowanceID>16ee75e8-e1bb-43ee-9c7b-b4b74acd0c9d</BaggageAllowanceID>
<DescText>No</DescText>
<TypeCode>Checked</TypeCode>
</BaggageAllowance>
<BaggageAllowance>
<BaggageAllowanceID>db98b762-b9f0-4717-bfec-aa57bafb1c3a</BaggageAllowanceID>
<DescText>PC</DescText>
<PieceAllowance>
<TotalQty>1</TotalQty>
</PieceAllowance>
<TypeCode>CarryOn</TypeCode>
<Allowed>
<Name>CABIN BAG UPTO 10KG 55X40X20CM (0MJ)</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">10</MaximumWeightMeasure>
</WeightAllowance>
</Allowed>
</BaggageAllowance>
</BaggageAllowanceList>
<ContactInfoList>
<ContactInfo>
<ContactInfoID>Contact-1</ContactInfoID>
<EmailAddress>
<ContactTypeText>personal</ContactTypeText>
<EmailAddressText>test@test.ru</EmailAddressText>
</EmailAddress>
<Phone>
<ContactTypeText>personal</ContactTypeText>
<PhoneNumber>+79046809125</PhoneNumber>
</Phone>
</ContactInfo>
<ContactInfo>
<ContactInfoID>Contact_Agency</ContactInfoID>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+74956494072</PhoneNumber>
</Phone>
<Phone>
<ContactTypeText>agency</ContactTypeText>
<PhoneNumber>+74956496618</PhoneNumber>
</Phone>
<Phone>
<ContactTypeCode>agency</ContactTypeCode>
<ContactTypeText>Agency</ContactTypeText>
<PhoneNumber>74951234567</PhoneNumber>
</Phone>
</ContactInfo>
</ContactInfoList>
<OriginDestList>
<OriginDest>
<DestCode Standard="IATA">SVX</DestCode>
<OriginCode Standard="IATA">MOW</OriginCode>
<OriginDestID>ad9847cc-64c5-411f-ae01-7fabf280cc9a</OriginDestID>
<PaxJourneyRefID>df48f125-c44b-4b70-bb8c-072d02f06265</PaxJourneyRefID>
</OriginDest>
</OriginDestList>
<PaxJourneyList>
<PaxJourney>
<Duration>PT2H</Duration>
<PaxJourneyID>df48f125-c44b-4b70-bb8c-072d02f06265</PaxJourneyID>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</PaxJourney>
</PaxJourneyList>
<PaxList>
<Pax>
<AgeMeasure>44</AgeMeasure>
<CitizenshipCountryCode>RU</CitizenshipCountryCode>
<ContactInfoRefID>Contact-1</ContactInfoRefID>
<IdentityDoc>
<ExpiryDate>2049-12-31</ExpiryDate>
<IdentityDocID>1818491318</IdentityDocID>
<IdentityDocTypeCode>PS</IdentityDocTypeCode>
<IssuingCountryCode>RU</IssuingCountryCode>
<Surname>ПОДЬЯПОЛЬСКИЙ</Surname>
</IdentityDoc>
<Individual>
<Birthdate>1981-05-30</Birthdate>
<GenderCode>M</GenderCode>
<GivenName>НИКОЛАЙ</GivenName>
<MiddleName>АЛЕКСАНДРОВИЧ</MiddleName>
<Surname>ПОДЬЯПОЛЬСКИЙ</Surname>
</Individual>
<OrderRefID>82477-251214-OEB3359</OrderRefID>
<PaxID>ADT-1</PaxID>
<PTC>ADT</PTC>
</Pax>
</PaxList>
<PaxSegmentList>
<PaxSegment>
<Arrival>
<ScheduledDateTime>2025-12-29T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVX</LocationCode>
<StationName>Екатеринбург(Кольцово)</StationName>
</Arrival>
<DatedOperatingLeg>
<Arrival>
<ScheduledDateTime>2025-12-29T12:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">SVX</LocationCode>
</Arrival>
<CarrierType>
<CarrierTypeCode>SU9</CarrierTypeCode>
</CarrierType>
<DatedOperatingLegID>3fa5c70e-110d-4c74-b290-6f300ed94acf</DatedOperatingLegID>
<Dep>
<ScheduledDateTime>2025-12-29T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
</Dep>
</DatedOperatingLeg>
<Dep>
<ScheduledDateTime>2025-12-29T08:00:00</ScheduledDateTime>
<LocationCode Standard="IATA">DME</LocationCode>
<StationName>Москва(Домодедово)</StationName>
</Dep>
<Duration>PT2H</Duration>
<Distance UnitCode="Mileage">881</Distance>
<LandingsQty>0</LandingsQty>
<MarketingCarrierInfo>
<CarrierDesigCode>IO</CarrierDesigCode>
<MarketingCarrierFlightNumberText>480</MarketingCarrierFlightNumberText>
</MarketingCarrierInfo>
<OperatingCarrierInfo>
<CarrierDesigCode>IO</CarrierDesigCode>
<OperatingCarrierFlightNumberText>480</OperatingCarrierFlightNumberText>
</OperatingCarrierInfo>
<SegmentType>Aircraft</SegmentType>
<PaxSegmentID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentID>
</PaxSegment>
</PaxSegmentList>
<PriceClassList>
<PriceClass>
<Code>ЛАЙТ</Code>
<Name>LIGHT</Name>
<PriceClassID>1e50b661-f428-498f-b866-249a69ffa1c5</PriceClassID>
</PriceClass>
</PriceClassList>
<ServiceDefinitionList>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>16ee75e8-e1bb-43ee-9c7b-b4b74acd0c9d</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>e13ad78d-3280-462b-badb-f6170b320cdf</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<Name>Багаж</Name>
<OwnerCode>TCH</OwnerCode>
<ServiceDefinitionAssociation>
<BaggageAllowanceRef>
<BaggageAllowanceRefID>db98b762-b9f0-4717-bfec-aa57bafb1c3a</BaggageAllowanceRefID>
</BaggageAllowanceRef>
</ServiceDefinitionAssociation>
<ServiceDefinitionID>41642902-f38d-43cf-b947-c98790482c47</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>БОЛ ДОМ ЖИВ БОЛ 50КГ В БАГ ОТД</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>C</RFIC>
<RFISC>038</RFISC>
<ServiceGroup>PT</ServiceGroup>
<ServiceType>P</ServiceType>
<ServiceDefinitionID>c56cc10d-94f6-4bd2-b2e9-615c2bb51903</ServiceDefinitionID>
</ServiceDefinition>
<ServiceDefinition>
<EMDtype>EMD-A</EMDtype>
<Name>ВЫБОР МЕСТА 1</Name>
<OwnerCode>TCH</OwnerCode>
<RFIC>A</RFIC>
<RFISC>STR</RFISC>
<ServiceGroup>SA</ServiceGroup>
<ServiceType>F</ServiceType>
<ServiceDefinitionID>f677b0d2-8a14-43fb-a5a4-f9a59cad5966</ServiceDefinitionID>
</ServiceDefinition>
</ServiceDefinitionList>
<OtherServiceInfoList>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<OtherServiceInfoID>85c0f3b6-a273-41dc-b1bb-851adc5cfa9c</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3359</OrderRefID>
<Text>PP:FBC=YLTOW*1/ONETICK</Text>
</OtherServiceInfo>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<PaxRefID>ADT-1</PaxRefID>
<OtherServiceInfoID>b3c62d61-fdee-44d2-bcca-f16debc245d8</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3359</OrderRefID>
<Text>SVC13::ST=P CURR=RUB</Text>
</OtherServiceInfo>
<OtherServiceInfo>
<AirlineCode>1H</AirlineCode>
<PaxRefID>ADT-1</PaxRefID>
<OtherServiceInfoID>b7c8883c-c745-4553-bb06-21624edfe264</OtherServiceInfoID>
<OrderRefID>82477-251214-OEB3359</OrderRefID>
<Text>SVC14::ST=F CURR=RUB</Text>
</OtherServiceInfo>
</OtherServiceInfoList>
<ValidatingPartyList>
<ValidatingParty>
<ValidatingPartyID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyID>
<ValidatingPartyCode>IO</ValidatingPartyCode>
<ValidatingPartyName>ИрАэро</ValidatingPartyName>
<ValidatingPartyDesigCode>154</ValidatingPartyDesigCode>
</ValidatingParty>
</ValidatingPartyList>
</DataLists>
<MixOrder>
<MixOrderID>82477-251214-MEB3358</MixOrderID>
<Order>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>1H</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>294T5X</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<BookingRef>
<BookingEntity>
<Carrier>
<AirlineDesigCode>IO</AirlineDesigCode>
</Carrier>
</BookingEntity>
<BookingID>1KN97X</BookingID>
<BookingRefTypeCode>PNR</BookingRefTypeCode>
</BookingRef>
<CreationDateTime>2025-12-14T22:19:00</CreationDateTime>
<TicketDocsCount TicketCount="1" EMDCount="2">3</TicketDocsCount>
<OrderID>82477-251214-OEB3359</OrderID>
<OrderItem>
<FareDetail>
<ClosedFare>false</ClosedFare>
<FareComponent>
<CabinType>
<CabinTypeCode>Economy</CabinTypeCode>
<BookingCabinTypeCode>Economy</BookingCabinTypeCode>
</CabinType>
<FareBasisAppCode>YLTOW</FareBasisAppCode>
<TicketCoupon>1</TicketCoupon>
<FareBasisCode>YLTOW</FareBasisCode>
<FareRule>
<RuleCode>0100</RuleCode>
<FareType>OW</FareType>
</FareRule>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
<Price>
<BaseAmount CurCode="RUB">16215.00</BaseAmount>
<BaseAmountGuaranteeTimeLimitDateTime>2025-12-16T23:59:00</BaseAmountGuaranteeTimeLimitDateTime>
<TotalAmount CurCode="RUB">16215.00</TotalAmount>
</Price>
<PriceClassRefID>1e50b661-f428-498f-b866-249a69ffa1c5</PriceClassRefID>
<RBD>
<RBD_Code>Y</RBD_Code>
</RBD>
</FareComponent>
<PaxRefID>ADT-1</PaxRefID>
<Price>
<BaseAmount CurCode="RUB">16215.00</BaseAmount>
<TotalAmount CurCode="RUB">16215.00</TotalAmount>
</Price>
</FareDetail>
<OrderItemID>8b635310-cede-438e-832a-bcbe9db95712</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-19T19:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">16215.00</BaseAmount>
<TotalAmount CurCode="RUB">16215.00</TotalAmount>
</Price>
<Service>
<PaxRefID OriginRef="12">ADT-1</PaxRefID>
<ValidatingPartyRefID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyRefID>
<ServiceAssociations>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</ServiceAssociations>
<ServiceID>92728bfa-2570-4e9a-ac6d-37e856d34693</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">ADT-1</PaxRefID>
<ValidatingPartyRefID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>e13ad78d-3280-462b-badb-f6170b320cdf</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>306a4364-af50-4688-93b8-aa2b4f45db11</ServiceID>
<StatusCode>HK</StatusCode>
</Service>
<Service>
<PaxRefID OriginRef="12">ADT-1</PaxRefID>
<ValidatingPartyRefID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>41642902-f38d-43cf-b947-c98790482c47</ServiceDefinitionRefID>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>68d5b574-11f3-4c2f-b6b3-46e80fa1600d</ServiceID>
</Service>
</OrderItem>
<OrderItem>
<OrderItemID>21a324f9-83c2-474e-8a69-7150d319719d</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-19T19:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">9500.00</BaseAmount>
<TotalAmount CurCode="RUB">9500.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>c56cc10d-94f6-4bd2-b2e9-615c2bb51903</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>26bedc44-38b4-493a-a73f-4b44912cc841</ServiceID>
<OriginServiceRef>13</OriginServiceRef>
<StatusCode>HN</StatusCode>
</Service>
</OrderItem>
<OrderItem>
<OrderItemID>c4c48ab6-e02b-4517-b244-58c0972e5979</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-19T19:20:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">850.00</BaseAmount>
<TotalAmount CurCode="RUB">850.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>8db67648-7c72-46b8-8fb7-ff28d1f0e8e9</ValidatingPartyRefID>
<ServiceAssociations>
<ServiceDefinitionRef>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>e63378d7-65ba-437e-b045-b1f18b360863</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>f677b0d2-8a14-43fb-a5a4-f9a59cad5966</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>09a9fbcf-c3b6-44dc-ba41-e87e0cb05c01</ServiceID>
<OriginServiceRef>14</OriginServiceRef>
<StatusCode>HN</StatusCode>
</Service>
</OrderItem>
<OriginDestRefID>ad9847cc-64c5-411f-ae01-7fabf280cc9a</OriginDestRefID>
<OwnerCode>TCH</OwnerCode>
<RelevanceDateTime>2025-12-14T19:19:04.2843251Z</RelevanceDateTime>
<StatusCode>OPENED</StatusCode>
<TotalPrice>
<BaseAmount CurCode="RUB">26565.00</BaseAmount>
<TotalAmount CurCode="RUB">26565.00</TotalAmount>
</TotalPrice>
</Order>
<TotalAmount CurCode="RUB">26565.00</TotalAmount>
</MixOrder>
<PaymentFunctions>
<OrderAssociation>
<OrderRefID>82477-251214-OEB3359</OrderRefID>
</OrderAssociation>
<PaymentProcessingSummary>
<Amount CurCode="RUB">26565.00</Amount>
<PaymentID>275a49a1-de87-4913-9f4e-8100856ccbb3</PaymentID>
<PaymentProcessingDetailsPaymentMethod>
<OtherPaymentMethod />
</PaymentProcessingDetailsPaymentMethod>
</PaymentProcessingSummary>
</PaymentFunctions>
</Response>
</View:Mixvel_OrderViewRS>
</AppData>
</Body>
</MixEnv:Envelope>
Composing a single OrderItem for multi-coupon services¶
If the settings of the electronic document management system of the carrier allow for the issuance of multi-coupon EMDs, then all services with the same RFISC will be consolidated into a single EMD. The calculation of such additional service will be displayed in one OrderItem. Services of different segments will be recorded in one OrderItem, the number of EMD coupons will be equal to the number of PriceComponent. One PriceComponent corresponds to the calculation of the cost of one EMD coupon.
Displaying the cost of each service for each individual coupon is implemented using the PriceComponent element:
-
…/OrderItem/Service/ServiceAssociations/ServiceDefinitionRef/PriceComponent
-
…/OrderItem/Service/ServiceAssociations/SelectSeat/PriceComponent
The PriceComponent element displays the distribution of cost across coupons, providing detailed coupon pricing for airline and seat selection services.
Example of OrderItem with details of service cost
Show example request
<OrderItem>
<OrderItemID>b1d4749d-295d-4e1a-a2b6-69aa8aa4b8a9</OrderItemID>
<OwnerCode>TCH</OwnerCode>
<PaymentTimeLimitDateTime>2025-12-14T22:48:00Z</PaymentTimeLimitDateTime>
<Price>
<BaseAmount CurCode="RUB">14997.00</BaseAmount>
<TotalAmount CurCode="RUB">14997.00</TotalAmount>
</Price>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>87766251-71c4-4ef5-a8f3-95a5b4785143</ValidatingPartyRefID>
<RouteFareInd>true</RouteFareInd>
<ServiceAssociations>
<ServiceDefinitionRef>
<EmdRouteID>4,12,15,0</EmdRouteID>
<PriceComponent>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</PriceComponent>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>f50ac113-3192-488a-a5bb-faf877da84f1</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>91eebec4-6482-4d49-be2e-922fb5aa13fb</ServiceID>
<OriginServiceRef>15</OriginServiceRef>
<StatusCode>HD</StatusCode>
</Service>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>87766251-71c4-4ef5-a8f3-95a5b4785143</ValidatingPartyRefID>
<RouteFareInd>true</RouteFareInd>
<ServiceAssociations>
<ServiceDefinitionRef>
<EmdRouteID>4,12,15,0</EmdRouteID>
<PriceComponent>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</PriceComponent>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>f50ac113-3192-488a-a5bb-faf877da84f1</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>983cbf83-6335-4f2a-bf8c-ccc91badcb9e</ServiceID>
<OriginServiceRef>16</OriginServiceRef>
<StatusCode>HD</StatusCode>
</Service>
<Service>
<PaxRefID>ADT-1</PaxRefID>
<ValidatingPartyRefID>87766251-71c4-4ef5-a8f3-95a5b4785143</ValidatingPartyRefID>
<RouteFareInd>true</RouteFareInd>
<ServiceAssociations>
<ServiceDefinitionRef>
<EmdRouteID>4,12,15,0</EmdRouteID>
<PriceComponent>
<BaseAmount CurCode="RUB">4999.00</BaseAmount>
<TotalAmount CurCode="RUB">4999.00</TotalAmount>
</PriceComponent>
<ServiceDefinitionRefFlightAssociations>
<PaxSegmentRef>
<PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
</PaxSegmentRef>
</ServiceDefinitionRefFlightAssociations>
<ServiceDefinitionRefID>f50ac113-3192-488a-a5bb-faf877da84f1</ServiceDefinitionRefID>
<Qty>1</Qty>
</ServiceDefinitionRef>
</ServiceAssociations>
<ServiceID>bd748ecb-563d-4743-97f9-881bad89c200</ServiceID>
<OriginServiceRef>17</OriginServiceRef>
<StatusCode>HD</StatusCode>
</Service>
</OrderItem>
Cost of service per coupon
ValueAmount field in the Coupon block in the Mixvel_OrderViewRS method displays the cost of the service on one coupon:
- Mixvel_OrderViewRS/Response/TicketDocInfo/Ticket/Coupon/ValueAmount
It is important to pay attention to the following conditions:
-
The parameter will only be displayed for EMD, not for tickets.
-
This field is optional.