You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Check out

  • operation overview, their main purpose and use cases
  • references with detailed explanation of input&output parameters and possible errors
  • other samples

Request
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Header />
    <Body>
        <AirShoppingRQ xmlns="http://www.iata.org/IATA/EDIST" Version="1.0">
            <Document />
            <Party>
                <Sender>
                    <AgentUserSender>
                        <Name>S7-AIDL</Name>
                        <OtherIDs>
                            <OtherID Description="POS_Type">1</OtherID>
                            <OtherID Description="requestorType">U</OtherID>
                            <OtherID Description="Password">Amadeus01</OtherID>
                        </OtherIDs>
                        <PseudoCity>OVBS728AB</PseudoCity>
                        <AgentUserID>WSS72API</AgentUserID>
                        <UserRole>AS</UserRole>
                    </AgentUserSender>
                </Sender>
            </Party>
            <Parameters>
                <CurrCodes>
                    <CurrCode>RUB</CurrCode>
                </CurrCodes>
            </Parameters>
            <Travelers>
                <Traveler>
                    <AnonymousTraveler>
                        <PTC Quantity="1">ADT</PTC>
                    </AnonymousTraveler>
                </Traveler>
            </Travelers>
            <CoreQuery>
                <OriginDestinations>
                    <OriginDestination>
                        <Departure>
                            <AirportCode>MUC</AirportCode>
                            <Date>2019-11-19</Date>
                        </Departure>
                        <Arrival>
                            <AirportCode>DME</AirportCode>
                        </Arrival>
                    </OriginDestination>
                    <OriginDestination>
                        <Departure>
                            <AirportCode>DME</AirportCode>
                            <Date>2019-12-30</Date>
                        </Departure>
                        <Arrival>
                            <AirportCode>MUC</AirportCode>
                        </Arrival>
                    </OriginDestination>
                </OriginDestinations>
            </CoreQuery>
            <Qualifiers>
                <Qualifier>
                    <SpecialFareQualifiers>
                        <AirlineID>S7</AirlineID>
                        <CompanyIndex>QUW0774</CompanyIndex>
                        <Account>1032</Account>
                    </SpecialFareQualifiers>
                </Qualifier>
            </Qualifiers>
        </AirShoppingRQ>
    </Body>
</Envelope>
Response

 

  • No labels