Skip to content

Operations with insurance products

Usage scenario and message examples

Searching for insurance products

The search for insurance products shall be conducted by issuing a Mixvel_ServiceListRQ request, providing either the OfferID from a previously received commercial offer or the MixOrderID of an existing order. For detailed guidance on managing the list of additional services, please refer to: Mixvel_ServiceListRQ.

Search by OfferID:

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-12-14T18:37:48Z"/>
        <AppData>
            <Shop:Mixvel_ServiceListRQ xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRQ/1_00">
                <Request>
                    <CoreRequest>
                        <OfferRequest>
                            <Offer>
                                <OfferID>abcfe81d-1505-4843-baa3-4edafe2c590d</OfferID>
                            </Offer>
                        </OfferRequest>
                    </CoreRequest>
                </Request>
            </Shop:Mixvel_ServiceListRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

Furthermore, the Mixvel_ServiceListRQ request may incorporate an optional ServiceCriteria filter to retrieve only services of a designated type.

Search by MixOrderID with the ServiceCriteria filter configured to type TS:

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="2021-03-17T18:37:48Z"/>
        <AppData>
            <Shop:Mixvel_ServiceListRQ xmlns:Shop="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRQ/1_00">
                <Request>
                    <CoreRequest>
                        <OrderRequest>
                            <MixOrder>
                                <MixOrderID>82477-251214-MEB3362</MixOrderID>
                            </MixOrder>
                        </OrderRequest>
                    </CoreRequest>
                    <ShoppingCriteria>
                        <ServiceCriteria>
                            <ServiceCategory>TS</ServiceCategory>
                        </ServiceCriteria>
                    </ShoppingCriteria>
                </Request>
            </Shop:Mixvel_ServiceListRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

In the Mixvel_ServiceListRS response message, the OfferID and OfferItemID shall be returned for subsequent inclusion in the order, analogous to the handling of airline ancillary services.

Example of Mixvel_ServiceListRS:

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="019b1e73-d4f2-73bf-ae23-6d9f83bee11a" ReplyTo="e5cc6d38-73ad-42e0-8783-06342504cdd6" TimeSent="2025-12-14T20:01:15.1414156Z" />
        <AppData>
            <Services:Mixvel_ServiceListRS xmlns:Services="https://www.mixvel.com/API/XSD/Mixvel_ServiceListRS/1_00">
                <Response>
                    <ALaCarteOffer>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>279ebeca-58c1-4fc7-b963-7f5c87b6c2ab</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>656a9e7b-5859-4df4-9777-5c55e5110852</ServiceDefinitionRefID>
                                <ServiceID>ae3f49c3-03fd-472f-bc0a-aeff1e7457bc</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">5000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">5000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>b49296a5-c008-487c-8936-0d3dece691d1</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>656a9e7b-5859-4df4-9777-5c55e5110852</ServiceDefinitionRefID>
                                <ServiceID>fea0a0a0-8ac7-4b12-8ca9-f4882bcbd91f</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">5000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">5000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>8fbeede2-517a-4432-b8bd-8207c7c0902c</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2f1b3248-5037-49cb-8f9a-14be2b4179a4</ServiceDefinitionRefID>
                                <ServiceID>e2de2a35-1a27-4d60-aeaf-b72a1e3c4483</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">2499.00</BaseAmount>
                                <TotalAmount CurCode="RUB">2499.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>d85714eb-f4c2-42ea-b706-ce421f7f337a</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2f1b3248-5037-49cb-8f9a-14be2b4179a4</ServiceDefinitionRefID>
                                <ServiceID>0507b775-661b-4df4-8dfb-c25dfade5376</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">2499.00</BaseAmount>
                                <TotalAmount CurCode="RUB">2499.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>1e32c97c-d78b-4cd7-bbbe-1e2980a650f8</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2f1b3248-5037-49cb-8f9a-14be2b4179a4</ServiceDefinitionRefID>
                                <ServiceID>b7f28754-808c-41ab-a6c4-48800ec838ec</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">2499.00</BaseAmount>
                                <TotalAmount CurCode="RUB">2499.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>1ba2bb89-5c23-41e1-a5ef-3f3565c6aae9</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>9a6f2d6a-f327-4ed3-b144-9267eb64573f</ServiceDefinitionRefID>
                                <ServiceID>d0a2b26d-84c5-473a-b312-90062b55729e</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">4299.00</BaseAmount>
                                <TotalAmount CurCode="RUB">4299.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>4ae06069-413b-442a-86d7-0aced0fdd276</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>9a6f2d6a-f327-4ed3-b144-9267eb64573f</ServiceDefinitionRefID>
                                <ServiceID>2ec5e782-1b23-47b2-b128-4cce501b3def</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">4299.00</BaseAmount>
                                <TotalAmount CurCode="RUB">4299.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>c3f7dbda-09be-45b6-bbae-fa0ab866c276</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>9a6f2d6a-f327-4ed3-b144-9267eb64573f</ServiceDefinitionRefID>
                                <ServiceID>db0ae70e-fea4-41a9-afd0-ac25ea66f151</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>e8082a74-598c-4b9e-8447-6c1e7732db37</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3d75694d-0d8a-43b8-92a6-ed1f7ace9731</ServiceDefinitionRefID>
                                <ServiceID>cde32a1a-e8b3-4758-b135-2fb0ce720756</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>5793c078-b745-4d24-a314-75209b5a980e</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3d75694d-0d8a-43b8-92a6-ed1f7ace9731</ServiceDefinitionRefID>
                                <ServiceID>daaa178a-679a-4a6f-82ef-2bc7f7ce5b05</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>d8cb89d4-4393-488b-9901-5348acee6c51</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3d75694d-0d8a-43b8-92a6-ed1f7ace9731</ServiceDefinitionRefID>
                                <ServiceID>8566761f-9c97-4785-8ad3-e44eb00a3333</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>4a8e0d7d-a804-4842-a07e-08c5744e3d12</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8e4b7d57-013c-45f4-b607-3a1335451ad4</ServiceDefinitionRefID>
                                <ServiceID>761987bb-d0e5-4301-87b5-d8e872dca524</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>553423b1-0372-425a-9938-515df6250b23</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8e4b7d57-013c-45f4-b607-3a1335451ad4</ServiceDefinitionRefID>
                                <ServiceID>baedadd0-9d6a-4518-8321-b7e63a263636</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>676cb52d-ec1b-4c48-bef3-0ef3100038b3</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8e4b7d57-013c-45f4-b607-3a1335451ad4</ServiceDefinitionRefID>
                                <ServiceID>e2670eb3-62cd-459c-8d91-d2a5f504c413</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>a3bf7205-2156-4689-9b4c-17fce379f30d</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a47d0098-9561-4bec-9ae5-7d288c0d5a47</ServiceDefinitionRefID>
                                <ServiceID>2fddd053-f72d-4f2a-b979-cc0b67687e73</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1599.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1599.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>ed2cfd64-ce39-4cfe-bdf9-02c653da2bba</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a47d0098-9561-4bec-9ae5-7d288c0d5a47</ServiceDefinitionRefID>
                                <ServiceID>1f88af90-98f3-481b-beb4-0fa0beed7fef</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1599.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1599.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>e9245de7-fd78-4dea-be5f-c0a4e0528a46</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a47d0098-9561-4bec-9ae5-7d288c0d5a47</ServiceDefinitionRefID>
                                <ServiceID>ccd40f8d-1adf-4e7f-9f34-0a680140f7b9</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>4872ef64-f0a1-4b32-a071-3be265e154d3</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>596424dc-f0d1-46b0-bfa0-1e5ed46de8d3</ServiceDefinitionRefID>
                                <ServiceID>73d67d59-016c-4f3c-85f6-bb66cb41e220</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>c781c6b0-58f4-4f35-a04a-2c04f63678c7</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>596424dc-f0d1-46b0-bfa0-1e5ed46de8d3</ServiceDefinitionRefID>
                                <ServiceID>deaad047-bbfc-49ad-8006-ba08135c70a0</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>1da92b56-2343-41a2-ba2b-1c65704c6e4f</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>596424dc-f0d1-46b0-bfa0-1e5ed46de8d3</ServiceDefinitionRefID>
                                <ServiceID>bbb5301d-1fda-408d-b912-e7373bf8bba3</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>ecc353c9-aae1-4587-84ed-063bdbb76431</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>38ebcb5f-cdd9-44f0-b8e1-57f4b6853b62</ServiceDefinitionRefID>
                                <ServiceID>0bd52146-5730-4da7-b6c2-4281e71b6971</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>8bf49ce0-69ff-40a8-987a-dce3e32fcb22</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>38ebcb5f-cdd9-44f0-b8e1-57f4b6853b62</ServiceDefinitionRefID>
                                <ServiceID>d102e8d0-0649-40ea-b40b-fb529b218bde</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>b4628af3-48af-4289-9d88-d5a3e6404096</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>38ebcb5f-cdd9-44f0-b8e1-57f4b6853b62</ServiceDefinitionRefID>
                                <ServiceID>edd01bfa-62a9-47fb-b830-7076c33d5f39</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">999.00</BaseAmount>
                                <TotalAmount CurCode="RUB">999.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>f7a99ade-5e14-4032-a325-2fb04fac8119</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>837aff92-93eb-42b1-8b56-0213c263376a</ServiceDefinitionRefID>
                                <ServiceID>edb72e22-867f-4324-99d1-ed6a302a1625</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">5000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">5000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>1d1c9e69-2b5c-4702-b94f-34ce7b9f094a</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>837aff92-93eb-42b1-8b56-0213c263376a</ServiceDefinitionRefID>
                                <ServiceID>9a758ad5-9022-4528-a313-807b6836bf8f</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">5000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">5000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>163cae15-bb1d-4a9a-b48b-21a5202b7100</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>837aff92-93eb-42b1-8b56-0213c263376a</ServiceDefinitionRefID>
                                <ServiceID>4abd4d66-81dc-4366-8c42-3f83a4192ea0</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">5000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">5000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>1ad54cd4-19d0-4d55-85b9-c2c78386e9f2</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2dd96cfa-a8ee-44b0-94fe-d0debc05dac9</ServiceDefinitionRefID>
                                <ServiceID>66bd17c5-7ec0-41f3-9324-4b256df27b2e</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">500.00</BaseAmount>
                                <TotalAmount CurCode="RUB">500.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>a4bbfd9f-75f0-420a-a2b0-bdc72f009c32</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2dd96cfa-a8ee-44b0-94fe-d0debc05dac9</ServiceDefinitionRefID>
                                <ServiceID>e620ae52-d613-4143-b9bf-47de66fc6bac</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">500.00</BaseAmount>
                                <TotalAmount CurCode="RUB">500.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>3af58af1-fc42-4fbf-a112-ec58a9e5fed4</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2dd96cfa-a8ee-44b0-94fe-d0debc05dac9</ServiceDefinitionRefID>
                                <ServiceID>9e31513d-f058-4035-9d9a-4e0337ea5326</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>761bb118-0dc6-45f0-b502-7c58766e7bea</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>f0fd723e-c318-48d2-9867-5f75a3cb81c0</ServiceDefinitionRefID>
                                <ServiceID>c4f9f492-4f33-41c8-a70e-5f09a689c0de</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>8568455d-6d65-4bdb-a7a5-29d772a45fc4</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>f0fd723e-c318-48d2-9867-5f75a3cb81c0</ServiceDefinitionRefID>
                                <ServiceID>20e50549-4837-4b31-a18e-5e431147417e</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>9e62a220-8f99-42e0-aa5b-f504b251fe38</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>f0fd723e-c318-48d2-9867-5f75a3cb81c0</ServiceDefinitionRefID>
                                <ServiceID>1fe066e4-53f8-40a5-9d3e-22300ef9883a</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>dabec3e5-47da-41d9-8803-a425c6ccf1fd</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a7f31d73-61e4-4b61-b8e3-448a84e056db</ServiceDefinitionRefID>
                                <ServiceID>ea74e2ae-5435-41a3-a8d9-39736f93d0af</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>bbd69398-4ff6-4c4a-9c73-e8d07f93fc6a</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a7f31d73-61e4-4b61-b8e3-448a84e056db</ServiceDefinitionRefID>
                                <ServiceID>342afa2c-3819-4a89-821f-59d1283026f8</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>f744c278-0e24-46ef-bc94-7e6f511760d0</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>a7f31d73-61e4-4b61-b8e3-448a84e056db</ServiceDefinitionRefID>
                                <ServiceID>e0b99ebd-eae1-469c-befd-9147274523a9</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>58acfe5f-8d64-4568-9087-53cc8bc9c580</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8bcb9bff-0d60-4e8d-83b6-ad76bc260eda</ServiceDefinitionRefID>
                                <ServiceID>d13abe92-579b-4efa-acc4-3707063cd95c</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>c2a6acaa-2de5-44fb-92db-f0c866274faf</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8bcb9bff-0d60-4e8d-83b6-ad76bc260eda</ServiceDefinitionRefID>
                                <ServiceID>52c5a9a3-99b8-4d19-b5c9-02e4ca28ef2b</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>bb7c873f-4d83-4f77-9c3d-b7cec7ccdb2d</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>8bcb9bff-0d60-4e8d-83b6-ad76bc260eda</ServiceDefinitionRefID>
                                <ServiceID>55535438-55fb-4d5d-bfb4-ba31981d2b1a</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1600.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1600.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>37a60d64-a81d-4ce7-854a-70e019ac5b5b</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2957e4c0-fc1f-4f69-b9cb-4123f95270a2</ServiceDefinitionRefID>
                                <ServiceID>2df31dd0-e43a-40b0-aa2d-f9cf985e00c9</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>8689a861-4df3-4143-99b2-23413ca75103</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2957e4c0-fc1f-4f69-b9cb-4123f95270a2</ServiceDefinitionRefID>
                                <ServiceID>254e65bc-8136-4547-ad65-a39fd4ca67b4</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>ba44dcf6-32ae-434a-b1ed-eeb0e82254f1</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>2957e4c0-fc1f-4f69-b9cb-4123f95270a2</ServiceDefinitionRefID>
                                <ServiceID>5cf58b2c-afb0-4e25-98bd-8e2e5713686f</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>41045a2d-a235-4ff8-9fef-ef01e6889da4</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>bac66383-8670-4554-ae5c-1b52e516d424</ServiceDefinitionRefID>
                                <ServiceID>aa3b4083-1cd6-4465-8275-1618501a9d86</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>69a6f3e1-306a-40e3-aa86-1886079cfdd4</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>bac66383-8670-4554-ae5c-1b52e516d424</ServiceDefinitionRefID>
                                <ServiceID>4666c917-af54-450f-9f4a-a976efb21e68</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>6884f8c8-93c5-414f-9812-bf95216c8ddd</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>bac66383-8670-4554-ae5c-1b52e516d424</ServiceDefinitionRefID>
                                <ServiceID>0b49cb99-be88-4571-933e-fa65cef61897</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1000.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1000.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>27b16aa5-4522-4ed9-ae25-de3d3e7c6414</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>259ea3b3-5244-4a52-a59d-2b5e28044b00</ServiceDefinitionRefID>
                                <ServiceID>967f4522-053a-4d65-b67a-b12bb7113dd3</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1699.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1699.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>b24901e1-f074-4d21-bc3e-7f152ace70a0</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>259ea3b3-5244-4a52-a59d-2b5e28044b00</ServiceDefinitionRefID>
                                <ServiceID>4bbdcfc7-df2d-4141-b5a6-ea98ed1e4060</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">1699.00</BaseAmount>
                                <TotalAmount CurCode="RUB">1699.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <ALaCarteOfferItem>
                            <Eligibility>
                                <EligibilityFlightAssociations>
                                    <PaxSegmentRef>
                                        <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</PaxSegmentRefID>
                                    </PaxSegmentRef>
                                </EligibilityFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>5fc1edc1-b310-4b6e-828c-68a931e9ad91</OfferItemID>
                            <TicketDocTypeCode>J</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>259ea3b3-5244-4a52-a59d-2b5e28044b00</ServiceDefinitionRefID>
                                <ServiceID>1f5e8208-b0c9-4a3b-80d8-07f74ff21a82</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>6802aa89-8536-4e13-9210-a76d42795a1f</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3cbd4f18-82a5-4c84-a8e0-293abfbccd8c</ServiceDefinitionRefID>
                                <ServiceID>be55d1db-09bf-40f3-b51c-7d7f9f0c40d7</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>b69d1677-4870-472a-a886-d279d79a96b7</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3cbd4f18-82a5-4c84-a8e0-293abfbccd8c</ServiceDefinitionRefID>
                                <ServiceID>c44d1cb7-526f-4d6d-9956-09763f8a2080</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</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-29</ServiceDate>
                                    <ServicePoint>SVO</ServicePoint>
                                </EligibilityNotFlightAssociations>
                                <PaxRefID>ADT-1</PaxRefID>
                            </Eligibility>
                            <OfferItemID>b9ee9734-ee63-4467-830a-2863dcf0abef</OfferItemID>
                            <TicketDocTypeCode>Y</TicketDocTypeCode>
                            <Service>
                                <ServiceDefinitionRefID>3cbd4f18-82a5-4c84-a8e0-293abfbccd8c</ServiceDefinitionRefID>
                                <ServiceID>3aca9a02-6149-4177-91eb-1ca442ef41c2</ServiceID>
                                <ValidatingPartyRefID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyRefID>
                            </Service>
                            <UnitPrice>
                                <BaseAmount CurCode="RUB">800.00</BaseAmount>
                                <TotalAmount CurCode="RUB">800.00</TotalAmount>
                            </UnitPrice>
                        </ALaCarteOfferItem>
                        <OfferExpirationTimeLimitDateTime>2025-12-14T20:46:15.0791157Z</OfferExpirationTimeLimitDateTime>
                        <OfferID>32be32cb-03f8-4368-a974-9a26f6002ec4</OfferID>
                        <Name>Трэвел-услуги</Name>
                        <ServiceCategory>TS</ServiceCategory>
                        <OwnerCode>TCH</OwnerCode>
                        <TotalPrice />
                    </ALaCarteOffer>
                    <DataLists>
                        <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>
                            <ContactInfo>
                                <ContactInfoID>Contact-Agency</ContactInfoID>
                                <Phone>
                                    <ContactTypeCode>agency</ContactTypeCode>
                                    <ContactTypeText>Agency</ContactTypeText>
                                    <PhoneNumber>74951234567</PhoneNumber>
                                </Phone>
                                <Phone>
                                    <ContactTypeCode>agency</ContactTypeCode>
                                    <ContactTypeText>Agency</ContactTypeText>
                                    <PhoneNumber>74956494072</PhoneNumber>
                                </Phone>
                                <Phone>
                                    <ContactTypeCode>agency</ContactTypeCode>
                                    <ContactTypeText>Agency</ContactTypeText>
                                    <PhoneNumber>74956496618</PhoneNumber>
                                </Phone>
                            </ContactInfo>
                        </ContactInfoList>
                        <OriginDestList>
                            <OriginDest>
                                <DestCode Standard="IATA">LED</DestCode>
                                <OriginCode Standard="IATA">MOW</OriginCode>
                                <OriginDestID>d1fc06b0-2f57-40a8-9700-732fc862d9f2</OriginDestID>
                                <PaxJourneyRefID>e9879061-6f23-4efd-b66b-59b5bf40b233</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode Standard="IATA">MOW</DestCode>
                                <OriginCode Standard="IATA">LED</OriginCode>
                                <OriginDestID>d9e3af63-253b-44be-a185-e0bc9e536178</OriginDestID>
                                <PaxJourneyRefID>babff44b-a339-49c1-9f6f-b035cd5b778a</PaxJourneyRefID>
                            </OriginDest>
                            <OriginDest>
                                <DestCode Standard="IATA">LED</DestCode>
                                <OriginCode Standard="IATA">MOW</OriginCode>
                                <OriginDestID>6ada48bd-59af-4378-8aba-d5cf6ecfec3d</OriginDestID>
                                <PaxJourneyRefID>0d88c0eb-72e9-4d73-a0a0-aa3decc97cc0</PaxJourneyRefID>
                            </OriginDest>
                        </OriginDestList>
                        <PaxJourneyList>
                            <PaxJourney>
                                <Duration>PT1H30M</Duration>
                                <PaxJourneyID>e9879061-6f23-4efd-b66b-59b5bf40b233</PaxJourneyID>
                                <PaxSegmentRefID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT1H30M</Duration>
                                <PaxJourneyID>babff44b-a339-49c1-9f6f-b035cd5b778a</PaxJourneyID>
                                <PaxSegmentRefID>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentRefID>
                            </PaxJourney>
                            <PaxJourney>
                                <Duration>PT1H30M</Duration>
                                <PaxJourneyID>0d88c0eb-72e9-4d73-a0a0-aa3decc97cc0</PaxJourneyID>
                                <PaxSegmentRefID>401a47a8-405b-4fc0-b135-24fd5a701c2f</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-OEB3363</OrderRefID>
                                <PaxID>ADT-1</PaxID>
                                <PTC>ADT</PTC>
                            </Pax>
                        </PaxList>
                        <PaxSegmentList>
                            <PaxSegment>
                                <Arrival>
                                    <ScheduledDateTime>2025-12-29T20:15:00</ScheduledDateTime>
                                    <LocationCode Standard="IATA">LED</LocationCode>
                                    <StationName>Санкт-Петербург(Пулково)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <ScheduledDateTime>2025-12-29T20:15:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">LED</LocationCode>
                                        <StationName>Санкт-Петербург(Пулково)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Arrival>
                                    <CarrierType>
                                        <CarrierTypeCode>73H</CarrierTypeCode>
                                    </CarrierType>
                                    <DatedOperatingLegID>ca5fc7e4-4cc2-43cc-83c8-dcb51357b42e</DatedOperatingLegID>
                                    <Dep>
                                        <ScheduledDateTime>2025-12-29T18:45:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">SVO</LocationCode>
                                        <StationName>Москва(Шереметьево)</StationName>
                                        <TerminalName>D</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <ScheduledDateTime>2025-12-29T18:45:00</ScheduledDateTime>
                                    <LocationCode Standard="IATA">SVO</LocationCode>
                                    <StationName>Москва(Шереметьево)</StationName>
                                    <TerminalName>D</TerminalName>
                                </Dep>
                                <Duration>PT1H30M</Duration>
                                <Distance UnitCode="Mileage">390</Distance>
                                <LandingsQty>0</LandingsQty>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>DP</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>6825</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <OperatingCarrierInfo>
                                    <CarrierDesigCode>DP</CarrierDesigCode>
                                    <OperatingCarrierFlightNumberText>6825</OperatingCarrierFlightNumberText>
                                </OperatingCarrierInfo>
                                <SegmentType>Aircraft</SegmentType>
                                <PaxSegmentID>29f56b5d-4bdc-4b81-b5ec-d5655f95af7b</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <ScheduledDateTime>2025-12-31T22:55:00</ScheduledDateTime>
                                    <LocationCode Standard="IATA">SVO</LocationCode>
                                    <StationName>Москва(Шереметьево)</StationName>
                                    <TerminalName>D</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <ScheduledDateTime>2025-12-31T22:55:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">SVO</LocationCode>
                                        <StationName>Москва(Шереметьево)</StationName>
                                        <TerminalName>D</TerminalName>
                                    </Arrival>
                                    <CarrierType>
                                        <CarrierTypeCode>73H</CarrierTypeCode>
                                    </CarrierType>
                                    <DatedOperatingLegID>36be568a-fc9c-420c-9648-a87403340972</DatedOperatingLegID>
                                    <Dep>
                                        <ScheduledDateTime>2025-12-31T21:25:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">LED</LocationCode>
                                        <StationName>Санкт-Петербург(Пулково)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <ScheduledDateTime>2025-12-31T21:25: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>fc30dc72-29b2-4573-ad90-1d580286a1ea</PaxSegmentID>
                            </PaxSegment>
                            <PaxSegment>
                                <Arrival>
                                    <ScheduledDateTime>2026-01-05T20:15:00</ScheduledDateTime>
                                    <LocationCode Standard="IATA">LED</LocationCode>
                                    <StationName>Санкт-Петербург(Пулково)</StationName>
                                    <TerminalName>1</TerminalName>
                                </Arrival>
                                <DatedOperatingLeg>
                                    <Arrival>
                                        <ScheduledDateTime>2026-01-05T20:15:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">LED</LocationCode>
                                        <StationName>Санкт-Петербург(Пулково)</StationName>
                                        <TerminalName>1</TerminalName>
                                    </Arrival>
                                    <CarrierType>
                                        <CarrierTypeCode>73H</CarrierTypeCode>
                                    </CarrierType>
                                    <DatedOperatingLegID>a6a7f47d-3128-46fe-8266-ef592a5754c6</DatedOperatingLegID>
                                    <Dep>
                                        <ScheduledDateTime>2026-01-05T18:45:00</ScheduledDateTime>
                                        <LocationCode Standard="IATA">SVO</LocationCode>
                                        <StationName>Москва(Шереметьево)</StationName>
                                        <TerminalName>D</TerminalName>
                                    </Dep>
                                </DatedOperatingLeg>
                                <Dep>
                                    <ScheduledDateTime>2026-01-05T18:45:00</ScheduledDateTime>
                                    <LocationCode Standard="IATA">SVO</LocationCode>
                                    <StationName>Москва(Шереметьево)</StationName>
                                    <TerminalName>D</TerminalName>
                                </Dep>
                                <Duration>PT1H30M</Duration>
                                <Distance UnitCode="Mileage">390</Distance>
                                <LandingsQty>0</LandingsQty>
                                <MarketingCarrierInfo>
                                    <CarrierDesigCode>DP</CarrierDesigCode>
                                    <MarketingCarrierFlightNumberText>6825</MarketingCarrierFlightNumberText>
                                </MarketingCarrierInfo>
                                <OperatingCarrierInfo>
                                    <CarrierDesigCode>DP</CarrierDesigCode>
                                    <OperatingCarrierFlightNumberText>6825</OperatingCarrierFlightNumberText>
                                </OperatingCarrierInfo>
                                <SegmentType>Aircraft</SegmentType>
                                <PaxSegmentID>401a47a8-405b-4fc0-b135-24fd5a701c2f</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>a7f31d73-61e4-4b61-b8e3-448a84e056db</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>8bcb9bff-0d60-4e8d-83b6-ad76bc260eda</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>3cbd4f18-82a5-4c84-a8e0-293abfbccd8c</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>656a9e7b-5859-4df4-9777-5c55e5110852</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>596424dc-f0d1-46b0-bfa0-1e5ed46de8d3</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>9a6f2d6a-f327-4ed3-b144-9267eb64573f</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>38ebcb5f-cdd9-44f0-b8e1-57f4b6853b62</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>259ea3b3-5244-4a52-a59d-2b5e28044b00</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>bac66383-8670-4554-ae5c-1b52e516d424</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>f0fd723e-c318-48d2-9867-5f75a3cb81c0</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>8e4b7d57-013c-45f4-b607-3a1335451ad4</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>2f1b3248-5037-49cb-8f9a-14be2b4179a4</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>837aff92-93eb-42b1-8b56-0213c263376a</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>2dd96cfa-a8ee-44b0-94fe-d0debc05dac9</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>3d75694d-0d8a-43b8-92a6-ed1f7ace9731</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>a47d0098-9561-4bec-9ae5-7d288c0d5a47</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>2957e4c0-fc1f-4f69-b9cb-4123f95270a2</ServiceDefinitionID>
                            </ServiceDefinition>
                        </ServiceDefinitionList>
                        <ValidatingPartyList>
                            <ValidatingParty>
                                <ValidatingPartyID>ced57c7c-221b-49b3-b1cb-57ddce272f35</ValidatingPartyID>
                                <ValidatingPartyCode>DP</ValidatingPartyCode>
                                <ValidatingPartyName>Победа</ValidatingPartyName>
                                <ValidatingPartyDesigCode>425</ValidatingPartyDesigCode>
                            </ValidatingParty>
                        </ValidatingPartyList>
                    </DataLists>
                </Response>
            </Services:Mixvel_ServiceListRS>
        </AppData>
    </Body>
</MixEnv:Envelope>

One insurance product shall be issued to cover all segments for each individual passenger.

The available insurance product types may be viewed in the ServiceDefinitionList:

<ServiceDefinitionList>
    <ServiceDefinition>
        <Desc>
            <DescText>Комплексное страхование путешествующих и их имущества на время перелета</DescText>
            <!--Comprehensive insurance for travelers and their belongings during the flight-->
        </Desc>
        <EMDtype>EMD-S</EMDtype>
        <Name>СТРАХОВАНИЕ</Name> <!--INSURANCE-->
        <OwnerCode Provider="SL TECH">TCH</OwnerCode>
        <ProductID>transport_tkp_avia_acc</ProductID>
        <RFIC>D</RFIC>
        <RFISC>0BG</RFISC>
        <ServiceGroup>TS</ServiceGroup>
        <Qty>1</Qty>
        <ServiceDefinitionID>7364b91d-5757-4e64-be56-0222732a0748</ServiceDefinitionID>
    </ServiceDefinition>
    <ServiceDefinition>
        <Desc>
            <DescText>Комплексное страхование путешествующих и их имущества на время перелета и страхование задержки и отмены рейса</DescText>
            <!--Comprehensive insurance for travelers and their belongings during the flight, including coverage for flight delays and cancellations-->
        </Desc>
        <EMDtype>EMD-S</EMDtype>
        <Name>СТРАХОВАНИЕ</Name> <!--INSURANCE-->
        <OwnerCode Provider="SL TECH">TCH</OwnerCode>
        <ProductID>transport_tkp_avia_all</ProductID>
        <RFIC>D</RFIC>
        <RFISC>0BG</RFISC>
        <ServiceGroup>TS</ServiceGroup>
        <Qty>1</Qty>
        <ServiceDefinitionID>8288ba05-0406-4a67-817d-a5200a40672a</ServiceDefinitionID>
    </ServiceDefinition>
</ServiceDefinitionList>

The following insurance programs are currently implemented for the specified transport modes:

Program Name in DescText Transport
1 AIR baggage + AC Комплексное страхование путешествующих и их имущества на время перелета (Comprehensive insurance for travelers and their property during the flight) AIR
2 AIR baggage + AC + Flight (delay, cancellation) Комплексное страхование путешествующих и их имущества на время перелета и страхование задержки и отмены рейса (Comprehensive insurance for travelers and their property during the flight and insurance for flight delays and cancellations) AIR
3 AIR AC + Flight Комплексное страхование путешествующих  и страхование отмены рейса (Comprehensive travel insurance and flight cancellation insurance) AIR
4 Buses + AC Комплексное страхование путешествующих на время поездки (Comprehensive travel insurance for the duration of the trip) Buses
5 Buses + AC + Flight Комплексное страхование путешествующих на время поездки и страхование задержки и отмены рейса (Comprehensive travel insurance for the duration of the trip and flight delay and cancellation insurance) Buses
6 Connections + AC + Trip Cancellation Комплексное страхование путешествующих и страхование риска срыва стыковки и отмены поездки (Comprehensive travel insurance and insurance against connection and trip cancellation risks) Any transport

Booking insurance products

An insurance policy shall be issued separately for each passenger and shall cover all segments of the current order’s transportation, except for multimodal-transportation products.

Booking may be performed by either of the following methods:

1) When booking an Offer for transportation via Mixvel_OrderCreateRQ:

Show request example
<MixEnv:Envelope xmlns:MixEnv="https://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header/>
    <Body id="ID1">
        <MessageInfo MessageId="{{$randomUUID}}" TimeSent="{{$isoTimestamp}}"/>
        <AppData>
            <m:Mixvel_OrderCreateRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderCreateRQ/1_01">
                <Request>
                    <CreateOrder>
                        <SelectedOffer>
                            <OfferRefID>{{Offer 1}}</OfferRefID>
                            <SelectedOfferItem>
                                <OfferItemRefID>{{OfferItem 1 1}}</OfferItemRefID>
                                <PaxRefID>Pax-1</PaxRefID>
                            </SelectedOfferItem>
                        </SelectedOffer>
                        <SelectedOffer>     
                            <OfferRefID>{{ALaCarteOffer 1}}</OfferRefID>
                            <SelectedOfferItem>
                                <OfferItemRefID>{{ALaCarteOfferItem 1 2}}</OfferItemRefID>
                                <PaxRefID>Pax-1</PaxRefID>
                            </SelectedOfferItem>
                        </SelectedOffer>
                    </CreateOrder>
                    <DataLists>
                        <ContactInfoList>
                            <ContactInfo>
                                <ContactInfoID>Contact-1</ContactInfoID>
                                <EmailAddress>
                                    <ContactTypeText>personal</ContactTypeText>
                                    <EmailAddressText>d.y.ivanov@gmail.com</EmailAddressText>
                                </EmailAddress>
                                <Phone>
                                    <ContactTypeText>personal</ContactTypeText>
                                    <PhoneNumber>+79202457834</PhoneNumber>
                                </Phone>
                            </ContactInfo>
                        </ContactInfoList>
                        <PaxList>
                            <Pax>
                                <AgeMeasure>30</AgeMeasure>
                                <ContactInfoRefID>Contact-1</ContactInfoRefID>
                                <IdentityDoc>
                                    <ExpiryDate>2030-04-12</ExpiryDate>
                                    <IdentityDocID>7001451111</IdentityDocID>
                                    <IdentityDocTypeCode>PS</IdentityDocTypeCode>
                                    <IssueDate>2020-04-12</IssueDate>
                                    <IssuingCountryCode>RU</IssuingCountryCode>
                                    <Surname>Ivanova</Surname>
                                </IdentityDoc>
                                <Individual>
                                    <Birthdate>1991-04-12</Birthdate>
                                    <GenderCode>F</GenderCode>
                                    <GivenName>Alina</GivenName>
                                    <MiddleName>Iurevna</MiddleName>
                                    <Surname>Ivanova</Surname>
                                    <PrefixName>Ms</PrefixName>
                                </Individual>
                                <PaxID>Pax-1</PaxID>
                                <PTC>ADT</PTC>
                            </Pax>
                        </PaxList>
                    </DataLists>
                    <PaymentFunctions>
                        <PaymentProcessingDetails>
                            <PaymentProcessingDetailsPaymentMethod>
                                <OtherPaymentMethod />
                            </PaymentProcessingDetailsPaymentMethod>
                        </PaymentProcessingDetails>
                    </PaymentFunctions>
                </Request>
            </m:Mixvel_OrderCreateRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

2) When adding an additional service to an already booked or paid order via Mixvel_OrderChangeRQ:

Show request example
<?xml version="1.0"?>
<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>32be32cb-03f8-4368-a974-9a26f6002ec4</OfferRefID>
                                    <SelectedOfferItem>
                                        <OfferItemRefID>1ba2bb89-5c23-41e1-a5ef-3f3565c6aae9</OfferItemRefID>
                                        <PaxRefID>ADT-1</PaxRefID>
                                    </SelectedOfferItem>
                                </SelectedOffer>
                            </AcceptOffer>
                        </UpdateOrderItem>
                    </ChangeOrder>
                    <DataLists>
                        <ContactInfoList>
                            <ContactInfo>
---
                            </ContactInfo>
                        </ContactInfoList>
                        <PaxList>
---
                        </PaxList>
                    </DataLists>
                    <MixOrder>
                        <MixOrderID>82477-251214-MEB3362</MixOrderID>
                    </MixOrder>
                </Request>
            </o:Mixvel_OrderChangeRQ>
        </AppData>
    </Body>
</MixEnv:Envelope>

In the response message, the booked order information shall be returned as a single MixOrder. Bookings for air or bus transportation and for insurance shall each be represented by separate Order elements, for example:

Show response example
...
<Order>
    <BookingRef>
        <BookingEntity>
            <Carrier>
                <AirlineDesigCode>Я4</AirlineDesigCode>
            </Carrier>
        </BookingEntity>
        <BookingID>150931</BookingID>
    </BookingRef>
    <OrderID>09461-240328-OYH8748</OrderID>
    <OrderItem>
        <OrderItemID>a8ad9807-8295-4b65-b0ba-73f19983d5fb</OrderItemID>
        <OwnerCode Provider="SL TECH">TCH</OwnerCode>
        <Price>
            <BaseAmount CurCode="RUB">270.00</BaseAmount>
            <EquivAmount CurCode="RUB">270.00</EquivAmount>
            <TotalAmount CurCode="RUB">270.00</TotalAmount>
        </Price>
        <Service>
            <PaxRefID>Pax-1</PaxRefID>
            <ValidatingPartyRefID>11262d06-9058-43bc-9524-1987df9ef57b</ValidatingPartyRefID>
            <ServiceAssociations>
                <ServiceDefinitionRef>
                    <ServiceDefinitionRefFlightAssociations>
                        <PaxSegmentRef>
                            <PaxSegmentRefID>09101d68-8b42-49d4-aad3-f42b7c7fbc8e</PaxSegmentRefID>
                        </PaxSegmentRef>
                    </ServiceDefinitionRefFlightAssociations>
                    <ServiceDefinitionRefID>dc2ec4ee-c25d-441a-b8d8-65afaa21fc89</ServiceDefinitionRefID>
                </ServiceDefinitionRef>
            </ServiceAssociations>
            <ServiceID>922e5253-a378-49e5-a9ab-568751071a5f</ServiceID>
            <StatusCode>HD</StatusCode>
        </Service>
    </OrderItem>
    <OriginDestRefID>accbc1cc-3973-477d-b67c-095fdc7320e0</OriginDestRefID>
    <OwnerCode Provider="SL TECH">TCH</OwnerCode>
    <RelevanceDateTime>2024-03-28T06:53:11.8668528Z</RelevanceDateTime>
    <StatusCode>OPENED</StatusCode>
    <TotalPrice>
        <BaseAmount CurCode="RUB">270.00</BaseAmount>
        <EquivAmount CurCode="RUB">270.00</EquivAmount>
        <TotalAmount CurCode="RUB">270.00</TotalAmount>
    </TotalPrice>
</Order>
<TotalAmount CurCode="RUB">2283.00</TotalAmount>
</MixOrder>

The total amount of the order shall be displayed in MixOrder/TotalAmount. For subsequent payment processing, use the data provided in PaymentFunctions. Note that a separate PaymentFunctions element is generated for each Order, including those for air/bus transportation and for insurance.

<PaymentFunctions>
    <OrderAssociation>
        <OrderRefID>09461-240328-OYH8747</OrderRefID>
    </OrderAssociation>
    <PaymentProcessingSummary>
        <Amount CurCode="RUB">2013.00</Amount>
        <PaymentID>7cc82f47-2a6a-4420-a024-82ca20f9e251</PaymentID>
        <PaymentProcessingDetailsPaymentMethod>
            <OtherPaymentMethod/>
        </PaymentProcessingDetailsPaymentMethod>
    </PaymentProcessingSummary>
</PaymentFunctions>
<PaymentFunctions>
    <OrderAssociation>
        <OrderRefID>09461-240328-OYH8748</OrderRefID>
    </OrderAssociation>
    <PaymentProcessingSummary>
        <Amount CurCode="RUB">270.00</Amount>
        <PaymentID>d31a55bb-f533-4f1b-b683-d28555abcc82</PaymentID>
        <PaymentProcessingDetailsPaymentMethod>
            <OtherPaymentMethod/>
        </PaymentProcessingDetailsPaymentMethod>
    </PaymentProcessingSummary>
</PaymentFunctions>

Processing insurance payments

The payment for insurance products shall be executed solely using the data provided by the Mixvel Gate API. During testing, verify that the debited amount matches the TotalAmount of the entire MixOrder!

The payment request shall be analogous to the order payment process described in the section Mixvel_OrderChangeRQ.

Example request using the cash payment method:

Show request example
<Body id="ID1">
        <MessageInfo MessageId="{{$randomUUID}}" TimeSent="{{$isoTimestamp}}"/>
        <AppData>
            <m:Mixvel_OrderChangeRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderChangeRQ/1_00">
                <Request>
                    <MixOrder>
                        <MixOrderID>{{MixOrder}}</MixOrderID>
                    </MixOrder>
                    <PaymentFunctions>
                        <PaymentProcessingDetails>
                            <Amount CurCode="RUB">{{TotalAmount}}</Amount>
                        <PaymentProcessingDetailsPaymentMethod>
                            <OtherPaymentMethod/>
                        </PaymentProcessingDetailsPaymentMethod>
                    </PaymentProcessingDetails>
                </PaymentFunctions>
            </Request>
        </m:Mixvel_OrderChangeRQ>
    </AppData>
</Body>

n the response message, the following information shall be returned within the structure:

  • Mixvel_OrderViewRS/Response/TicketDocInfo

For an insurance service issued through SlTech, a single consolidated block is generated, combining both the insurance policy data and the associated EMD. This follows the general MixVel logic: one insurance service (OrderItem) corresponds to one block.

1) Information about the insurance policy and its PDF version in TicketReceipt/URL:

Show request example
  <TicketDocInfo>
                  <BookingRef>
                     <BookingEntity>
                        <Carrier>
                           <AirlineDesigCode>Я4</AirlineDesigCode>
                        </Carrier>
                     </BookingEntity>
                     <BookingID>195524</BookingID>
                  </BookingRef>
                  <BookingRef>
                     <BookingEntity>
                        <Carrier>
                           <AirlineDesigCode>1K</AirlineDesigCode>
                        </Carrier>
                     </BookingEntity>
                     <BookingID>007BYS</BookingID>
                     <BookingRefTypeCode>PNR</BookingRefTypeCode>
                  </BookingRef>
                  <FareDetail>
                     <FarePriceType>
                        <Price>
                           <BaseAmount CurCode="RUB">470.00</BaseAmount>
                           <EquivAmount CurCode="RUB">470.00</EquivAmount>
                           <TotalAmount CurCode="RUB">470.00</TotalAmount>
                        </Price>
                     </FarePriceType>
                  </FareDetail>
                  <OrderRef>
                     <OrderID>62960-251128-OEX6410</OrderID>
                     <OrderItemID>33395ef1-610e-4343-b76f-3786aedc7a1b</OrderItemID>
                     <OwnerCode Provider="SL TECH">TCH</OwnerCode>
                  </OrderRef>
                  <IssueDateTime>2025-11-28T10:26:46.781302+00:00</IssueDateTime>
                  <PaxRefID>Pax-1</PaxRefID>
                  <ServicingAgency>
                     <AgencyID>62960</AgencyID>
                  </ServicingAgency>
                  <Ticket>
                     <ConnectedDocNumber>001-IMTFO-U1.000762-K</ConnectedDocNumber>
                     <Coupon>
                        <CouponNumber>1</CouponNumber>
                        <CouponStatusCode>O</CouponStatusCode>
                        <RFIC>D</RFIC>
                        <RFISC>0BG</RFISC>
                     </Coupon>
                     <TicketReceipt>
                        <URL>https://s3.dev.mixvel.com/itinerary.receipts.test/62960-251128-OEX6410.42K1006953250.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=minio%2F20251128%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20251128T102655Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;response-content-type=application%2Fpdf&amp;X-Amz-Signature=62755280328ea2531884512514796a5daf0d2e19ec44ec21aa44424fb20b75a5</URL>
                     </TicketReceipt>
                     <TicketReceiptData>
                        <EMDForm>
                           <IssuePlace>
                              <AgencyCodeSession>99МКС ТКП</AgencyCodeSession>
                              <AgencyName>МИКСВЕЛ</AgencyName>
                              <CityCountry>МОСКВА РФ</CityCountry>
                              <POS_CodeOperatorCodeCalculationMethod>92312345     0011 0</POS_CodeOperatorCodeCalculationMethod>
                           </IssuePlace>
                           <OrgIssued>ООО СЛ ТЕХНОЛОГИИ</OrgIssued>
                           <EMDNumber>42K1006953250</EMDNumber>
                           <IssueDate>28НОЯ25</IssueDate>
                           <TourCodeType>Я4/13</TourCodeType>
                           <EndorsType>
                              <EndorType>КВИТАНЦИЯ ЯВЛЯЕТСЯ УВЕДОМЛЕНИЕМ ОБ ОФОРМЛЕННОЙ УСЛУГЕ</EndorType>
                           </EndorsType>
                           <IndividualName>TURING/ALAN M MR</IndividualName>
                           <IdentityDocType>ПС4510000562</IdentityDocType>
                           <PTAInfo>20 ДОП. УСЛУГИ</PTAInfo>
                           <RFISCType>D 0BG</RFISCType>
                           <RFISCText>СТРАХОВАНИЕ</RFISCText>
                           <SummaryText>ЧЕТЫРЕСТА СЕМЬДЕСЯТ</SummaryText>
                           <CurCode>РУБ</CurCode>
                           <Summary>470</Summary>
                           <TotalAmount>470РУБ</TotalAmount>
                           <PaymentProcessingSummary>НАЛ</PaymentProcessingSummary>
                           <BookingData>007BYS/1K 195524/Я4</BookingData>
                           <RemarkText>ДАТА ОКАЗАНИЯ УСЛУГИ: 25.12.2025
СТРАХОВАЯ КОМПАНИЯ: ПАО "ГРУППА РЕНЕССАНС СТРАХОВАНИЕ"
СТРАХОВОЙ ПОЛИС: 001-IMTFO-U1.000762-K
СТРАХОВАНИЕ ПАССАЖИРА</RemarkText>
                        </EMDForm>
                     </TicketReceiptData>
                     <ReportingTypeCode>TCH ETS</ReportingTypeCode>
                     <TicketDocTypeCode>Y</TicketDocTypeCode>
                     <TicketNumber>42K1006953250</TicketNumber>
                  </Ticket>
                  <Ticket>
                     <Coupon>
                        <CouponNumber>1</CouponNumber>
                        <CouponStatusCode>O</CouponStatusCode>
                        <RFIC>D</RFIC>
                        <RFISC>0BG</RFISC>
                     </Coupon>
                     <TicketReceipt>
                        <URL>https://minio.d-dev.sl-tech.ru/printer-dev/5573b96d2d2e47b68b13fc7084c53576.pdf</URL>
                     </TicketReceipt>
                     <RemarkText>renins_avia_online_220425</RemarkText>
                     <ReportingTypeCode>Not applicable</ReportingTypeCode>
                     <TicketDocTypeCode>P</TicketDocTypeCode>
                     <TicketNumber>001-IMTFO-U1.000762-K</TicketNumber>
                  </Ticket>
                  <PaymentInfoRefID>a663e61e-e5cb-4fca-83ce-4d4ec051d09d</PaymentInfoRefID>
               </TicketDocInfo>

2) Information about the issued EMD in the TCH seance with a link to the PDF version in TicketReceipt/URL and data for its independent formation:

Show request example
<TicketDocInfo>
    <BookingRef>
        <BookingEntity>
            <Carrier>
                <AirlineDesigCode>Я4</AirlineDesigCode>
            </Carrier>
        </BookingEntity>
        <BookingID>150931</BookingID>
    </BookingRef>
    <FareDetail>
        <FarePriceType>
            <Price>
                <BaseAmount CurCode="RUB">270.00</BaseAmount>
                <EquivAmount CurCode="RUB">270.00</EquivAmount>
                <TotalAmount CurCode="RUB">270.00</TotalAmount>
            </Price>
        </FarePriceType>
    </FareDetail>
    <OrderRef>
        <OrderID>09461-240328-OYH8748</OrderID>
        <OwnerCode>TCH</OwnerCode>
    </OrderRef>
    <IssueDateTime>2024-03-28T06:57:51.770683+00:00</IssueDateTime>
    <PaxRefID>Pax-1</PaxRefID>
    <ServicingAgency>
        <AgencyID>09461</AgencyID>
    </ServicingAgency>
    <Ticket>
        <ConnectedDocNumber>001-TKP-U1.007507</ConnectedDocNumber>
        <Coupon>
            <CouponNumber>1</CouponNumber>
            <CouponStatusCode>O</CouponStatusCode>
            <RFIC>D</RFIC>
            <RFISC>0BG</RFISC>
        </Coupon>
        <TicketReceipt>
            <URL>https://s3.sirena-research.ru/itinerary.receipts/09461-240328-OYH8748.42K1000544702.pdf?X-Amz-Algorithm=AWS4-HMAC-SHA256&amp;X-Amz-Credential=minio%2F20240328%2Fus-east-1%2Fs3%2Faws4_request&amp;X-Amz-Date=20240328T065758Z&amp;X-Amz-Expires=604800&amp;X-Amz-SignedHeaders=host&amp;response-content-type=application%2Fpdf&amp;X-Amz-Signature=46fbadca1d38f2e8d89c6e140ab3fdbfdc0a12cfc5342b45d95efaaa52779cfc</URL>
        </TicketReceipt>
        <TicketReceiptData>
            <EMDForm>
                <IssuePlace>
                    <AgencyCodeSession>99ГРС ТКП</AgencyCodeSession>
                    <AgencyName>ЗАО СИРЕНА-ТРЭВЕЛ</AgencyName>
                    <CityCountry>МОСКВА РФ</CityCountry>
                    <POS_CodeOperatorCodeCalculationMethod>92190744 3002 0</POS_CodeOperatorCodeCalculationMethod>
                </IssuePlace>
                <OrgIssued>ООО СЛ ТЕХНОЛОГИИ</OrgIssued>
                <EMDNumber>42K1000544702</EMDNumber>
                <IssueDate>28МАР24</IssueDate>
                <TourCodeType>Я4/02</TourCodeType>
                <EndorsType>
                    <EndorType>КВИТАНЦИЯ ЯВЛЯЕТСЯ УВЕДОМЛЕНИЕМ ОБ ОФОРМЛЕННОЙ УСЛУГЕ</EndorType> <!--The receipt is a notification of the issued service-->
                </EndorsType>
                <IndividualName>IVANOVA/ALINA I MS</IndividualName>
                <IdentityDocType>ПС7001451111</IdentityDocType>
                <PTAInfo>20 ДОП. УСЛУГИ</PTAInfo>
                <RFISCType>D 0BG</RFISCType>
                <RFISCText>СТРАХОВАНИЕ</RFISCText> <!--INSURANCE-->
                <SummaryText>ДВЕСТИ СЕМЬДЕСЯТ</SummaryText>
                <CurCode>РУБ</CurCode>
                <Summary>270</Summary>
                <TotalAmount>270РУБ</TotalAmount>
                <PaymentProcessingSummary>НАЛ</PaymentProcessingSummary>
                <BookingData>00070X/1K 150931/Я4</BookingData>
                <RemarkText>ДАТА ОКАЗАНИЯ УСЛУГИ: 10.04.2024 СТРАХОВАЯ КОМПАНИЯ: ПАО "ГРУППА РЕНЕССАНС СТРАХОВАНИЕ" СТРАХОВОЙ ПОЛИС: 001-TKP-U1.007507 СТРАХОВАНИЕ ПАССАЖИРА АВИАТРАНСПОРТА</RemarkText>
                           <!--Date of service: 10.04.2024 Insurance company: PJSC "Group Renaissance Insurance" Insurance Policy: 001-TKP-U1.007507 Passenger insurance-->
            </EMDForm>
        </TicketReceiptData>
        <ReportingTypeCode>TCH ETS</ReportingTypeCode>
        <TicketDocTypeCode>Y</TicketDocTypeCode>
        <TicketNumber>42K1000544702</TicketNumber>
    </Ticket>
</TicketDocInfo>

Secondary operations

Secondary operations permitted with insurance products shall include:

  1. Mixvel_OrderCancelRQ – Cancellation of the insurance policy and EMD.

  2. Mixvel_OrderReshopRQ + Mixvel_OrderChangeRQ – Refund of the insurance policy and EMD.

Cancellation of the insurance policy

Cancellation of the insurance policy may be performed either concurrently with the order or independently from the transportation order, before or after payment.

To cancel the entire MixOrder, including an insurance product:

Show request example
<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="2021-03-17T19:37:48Z"/>
    <AppData>
      <m:Mixvel_OrderCancelRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderCancelRQ/1_01">
        <Request>
          <MixOrder>
            <MixOrderID>09461-240213-MYH8222</MixOrderID>
          </MixOrder>
        </Request>
      </m:Mixvel_OrderCancelRQ>
    </AppData>
  </Body>
</MixEnv:Envelope>

If it is necessary to cancel only the insurance policy or, conversely, only the transportation order, the Mixvel_OrderCancelRQ request shall specify the Order to be canceled. For example:

Show request example
<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="2021-03-17T19:37:48Z"/>
    <AppData>
      <m:Mixvel_OrderCancelRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderCancelRQ/1_01">
        <Request>
          <MixOrder>
            <MixOrderID>09461-240213-MYH8222</MixOrderID>
            <Order>
                <OrderID>{{Order}}</OrderID>
            </Order>
          </MixOrder>
        </Request>
      </m:Mixvel_OrderCancelRQ>
    </AppData>
  </Body>
</MixEnv:Envelope>

If the system prohibits the cancellation process, a refund operation shall be performed as described below.

Refund of the insurance policy

The refund of the insurance policy may be processed separately, alongside the entire order, or the order including the insurance policy may be refunded without refunding the policy itself.

The refund process shall consist of two steps:

1) Calculation of the refund amount using Mixvel_OrderReshopRQ:

Show request example
<MixEnv:Envelop xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_06">
    <Header/>
    <Body id="ID1">
        <MessageInfo MessageId="{{$randomUUID}}" TimeSent="{{$isoTimestamp}}"/>
        <AppData>
            <m:Mixvel_OrderReshopRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderReshopRQ/1_00">
                <Request>
                    <MixOrder>
                        <MixOrderID>{{MixOrder}}</MixOrderID>
                    </MixOrder>
                    <ResponseParameters>
                        <PricingParameter>
                            <AutoExchInd>true</AutoExchInd>
                        </PricingParameter>
                        <ReasonCode>Voluntary</ReasonCode>
                    </ResponseParameters>
                    <UpdateOrder>
                        <RefundOrder>
                            <OrderRefID>{{Order 1}}</OrderRefID>
                        </RefundOrder>
                        <RefundOrder>
                            <OrderRefID>{{Order 2}}</OrderRefID>
                        </RefundOrder>
                    </UpdateOrder>
                </Request>
            </m:Mixvel_OrderReshopRQ>
        </AppData>
    </Body>
</MixEnv:Envelop>

In the response message, the refund shall be displayed separately for each Order. This distinction shall be considered when specifying which Order requires refunding.

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>
        <MessageInfo MessageId="b53535a7-4a83-4328-9d01-e42a6e5ef482" ReplyTo="244327e5-0b55-46cd-b002-6738a8acc53d" TimeSent="2024-03-28T07:00:13.3272331Z" />
        <AppData>
            <Reshop:Mixvel_OrderReshopRS xmlns:Reshop="https://www.mixvel.com/API/XSD/Mixvel_OrderReshopRS/1_00">
                <Response>
                    <ReshopResults>
                        <ReshopOffers>
                            <Offer OrderId="09461-240328-OYH8747">
                                <DeleteOrderItem>
                                    <ExistingOrderItem>
                                        <OrderItemRefID>79296c59-5a93-445d-998d-ea99d8341706</OrderItemRefID>
                                        <PriceDifferential>
                                            <DiffPrice>
                                                <FareDetail>
                                                    <FareComponent>
                                                        <CabinType>
                                                            <CabinTypeCode>Economy</CabinTypeCode>
                                                        </CabinType>
                                                        <TicketCoupon>1</TicketCoupon>
                                                        <FareBasisCode>FOMOW</FareBasisCode>
                                                        <FareRule>
                                                            <RuleCode>0204</RuleCode>
                                                        </FareRule>
                                                        <PaxSegmentRefID>09101d68-8b42-49d4-aad3-f42b7c7fbc8e</PaxSegmentRefID>
                                                        <Price>
                                                            <BaseAmount CurCode="RUB">100.00</BaseAmount>
                                                            <BaseAmountGuaranteeTimeLimitDateTime>2024-03-28T10:23:00</BaseAmountGuaranteeTimeLimitDateTime>
                                                            <Fee>
                                                                <Amount CurCode="RUB">100.00</Amount>
                                                                <FeeCode>CP</FeeCode>
                                                            </Fee>
                                                            <TaxSummary>
                                                                <Tax>
                                                                    <Amount CurCode="RUB">1350.00</Amount>
                                                                    <QualifierCode>aircompany</QualifierCode>
                                                                    <TaxCode>YR</TaxCode>
                                                                    <TaxOperation>Refund</TaxOperation>
                                                                </Tax>
                                                                <Tax>
                                                                    <Amount CurCode="RUB">120.00</Amount>
                                                                    <QualifierCode>aircompany</QualifierCode>
                                                                    <TaxCode>RI</TaxCode>
                                                                    <TaxOperation>Refund</TaxOperation>
                                                                </Tax>
                                                                <Tax>
                                                                    <Amount CurCode="RUB">258.00</Amount>
                                                                    <QualifierCode>aircompany</QualifierCode>
                                                                    <TaxCode>RI</TaxCode>
                                                                    <TaxOperation>Refund</TaxOperation>
                                                                </Tax>
                                                                <TotalTaxAmount CurCode="RUB">1728.00</TotalTaxAmount>
                                                            </TaxSummary>
                                                            <TotalAmount CurCode="RUB">1728.00</TotalAmount>
                                                        </Price>
                                                        <RBD>
                                                            <RBD_Code>F</RBD_Code>
                                                        </RBD>
                                                        <TicketDesigCode />
                                                    </FareComponent>
                                                    <PaxRefID>Pax-1</PaxRefID>
                                                </FareDetail>
                                                <Price>
                                                    <TotalAmount CurCode="RUB">1728.00</TotalAmount>
                                                </Price>
                                            </DiffPrice>
                                        </PriceDifferential>
                                    </ExistingOrderItem>
                                </DeleteOrderItem>
                                <OfferExpirationTimeLimitDateTime>2024-03-28T07:14:13.2584223Z</OfferExpirationTimeLimitDateTime>
                                <OfferID>f7996fc4-0db9-4e23-82c3-9ab0c105612a</OfferID>
                                <OwnerCode>TCH</OwnerCode>
                                <PenaltyRefID>cc876603-54fd-400b-9aff-60ad25dbd796</PenaltyRefID>
                                <TotalPrice>
                                    <TotalAmount CurCode="RUB">1728.00</TotalAmount>
                                </TotalPrice>
                            </Offer>
                            <Offer OrderId="09461-240328-OYH8748">
                                <DeleteOrderItem>
                                    <ExistingOrderItem>
                                        <OrderItemRefID>a8ad9807-8295-4b65-b0ba-73f19983d5fb</OrderItemRefID>
                                        <PriceDifferential>
                                            <DiffPrice>
                                                <Price>
                                                    <BaseAmount CurCode="RUB">270.00</BaseAmount>
                                                    <EquivAmount CurCode="RUB">270.00</EquivAmount>
                                                    <TotalAmount CurCode="RUB">270.00</TotalAmount>
                                                </Price>
                                            </DiffPrice>
                                        </PriceDifferential>
                                    </ExistingOrderItem>
                                </DeleteOrderItem>
                                <OfferExpirationTimeLimitDateTime>2024-03-28T07:30:08.7832266Z</OfferExpirationTimeLimitDateTime>
                                <OfferID>8db0d446-0baa-4a87-abf2-bc6bae187875</OfferID>
                                <OwnerCode Provider="SL TECH">TCH</OwnerCode>
                                <TotalPrice>
                                    <TotalAmount CurCode="RUB">270.00</TotalAmount>
                                </TotalPrice>
                            </Offer>
                        </ReshopOffers>
                    </ReshopResults>
                    <DataLists>
                        <PaxList>
---
                        </PaxList>
                        <PaxSegmentList>
                            ---
                        </PaxSegmentList>
                        <PenaltyList>
                            <Penalty>
                                <PenaltyID>cc876603-54fd-400b-9aff-60ad25dbd796</PenaltyID>
                                <Price>
                                    <BaseAmount CurCode="RUB">100.00</BaseAmount>
                                </Price>
                                <TypeCode>Cancellation</TypeCode>
                            </Penalty>
                        </PenaltyList>
                    </DataLists>
                </Response>
            </Reshop:Mixvel_OrderReshopRS>
        </AppData>
    </Body>
</MixEnv:Envelope>

To perform the refund using Mixvel_OrderChangeRQ, each OfferRefID obtained in the previous Mixvel_OrderReshopRS step shall be specified under the path - .../ChangeOrder/UpdateOrderItem/DeleteOrderItemList/DeleteOrderItem/OfferRefID

Show request example
<MixEnv:Envelop
    xmlns:MixEnv="http://www.mixvel.com/API/XSD/mixvel_envelope/1_04">
    <Header/>
    <Body id="ID1">
        <MessageInfo MessageId="{{$randomUUID}}" TimeSent="{{$isoTimestamp}}"/>
        <AppData>
            <m:Mixvel_OrderChangeRQ xmlns:m="https://www.mixvel.com/API/XSD/Mixvel_OrderChangeRQ/1_00">
                <Request>
                    <ChangeOrder>
                        <UpdateOrderItem>
                            <DeleteOrderItemList>
                                <DeleteOrderItem>
                                    <OfferRefID>f7996fc4-0db9-4e23-82c3-9ab0c105612a</OfferRefID>
                                </DeleteOrderItem>
                                <DeleteOrderItem>
                                    <OfferRefID>8db0d446-0baa-4a87-abf2-bc6bae187875</OfferRefID>
                                </DeleteOrderItem>
                            </DeleteOrderItemList>
                        </UpdateOrderItem>
                    </ChangeOrder>
                    <MixOrder>
                        <MixOrderID>{{MixOrder}}</MixOrderID>
                    </MixOrder>
                </Request>
            </m:Mixvel_OrderChangeRQ>
        </AppData>
    </Body>
</MixEnv:Envelop>

In the response for the refunded EMD, two documents shall be provided:

  1. A refund document in ServiceNotice in PDF format.
  2. A refund certificate in RefundReceipt in PDF format and in ReceiptForm for self-printing.

Important information

  1. An insurance policy shall be issued separately for each passenger.
  2. The insurance policy shall cover all segments of the current order’s transportation.
  3. Payment for insurance policies shall be accepted only in Russian rubles at present.
  4. Insurance policy offers shall be available only for segments where the origin or destination is within the Russian Federation.
  5. Refunds shall be processed under the following conditions:
    • Upon cancellation of transportation prior to its commencement – 100% refund.
    • Upon cancellation of the policy prior to the commencement of transportation without canceling the transportation – 100% refund.
    • Upon cancellation of the policy within 14 days from the issuance date, even if the trip has commenced – 100% refund.
    • Upon cancellation of the policy after 14 days and after the transportation start date – no refund shall be provided. The system shall enforce configured refund rules; if a refund is initiated for unspecified reasons, a warning shall be displayed, advising contact with the insurance company.
  6. When booking insurance products, passengers’ contact details shall be provided. For a child, the contact details of an accompanying adult shall be utilized unless otherwise specified.
  7. When a multi-cart (MixOrder) is modified in an unpaid order that contains an insurance service, the insurance service is cancelled automatically.

The Mixvel_OrderChangeRQ request allows performing the following operations on a multi-cart containing unpaid orders with insurance: adding a segment to the order (rebooking, RebookOrder block), removing a segment from the order (DeletePaxSegment block), updating passenger data (UpdatePax block), and order recovery (RecoveryOrder block).

In the Mixvel_OrderViewRS response, when an insurance service is cancelled, the corresponding insurance OrderItem is still present. In case of a successful cancellation, the value of MixOrder/Order/StatusCode is set to CLOSED, and the TotalPrice element does not contain a price breakdown or a total amount for the insurance service, for example:

<StatusCode>CLOSED</StatusCode>
<TotalPrice />

Additionally, a warning is returned in the response:

        <Warning>
            <Code>MIX-103047</Code>
            <DescText>Услуга страхования была отменена. Добавьте услугу заново.</DescText>
            <LangCode>Ru</LangCode>
          </Warning> 
When performing refund operations for a paid air order via OrderChangeRQ, the insurance service is also cancelled. During a full automatic or manual exchange performed via OrderChangeRQ, the insurance booking within the MixOrder is cancelled as well, and a warning indicating that the insurance service has been cancelled is returned. When performing an air order cancellation and payment cancellation via OrderCancelRQ, the insurance service is also cancelled, and a Warning indicating the cancellation of the insurance service is returned in the OrderCancelRS response.