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

Compare with Current View Page History

Version 1 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/">
    <Body>
        <FlightPriceRQ Version="1.0" xmlns="http://www.iata.org/IATA/EDIST">
            <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>
                <ServiceFilters>
                    <ServiceFilter>
                        <GroupCode>FareRules</GroupCode>
                        <SubGroupCode>true</SubGroupCode>
                    </ServiceFilter>
                </ServiceFilters>
            </Parameters>
            <Travelers>
                <Traveler>
                    <AnonymousTraveler>
                        <PTC Quantity="2">ADT</PTC>
                    </AnonymousTraveler>
                </Traveler>
                <Traveler>
                    <AnonymousTraveler>
                        <PTC Quantity="1">CHD</PTC>
                    </AnonymousTraveler>
                </Traveler>
                <Traveler>
                    <AnonymousTraveler>
                        <PTC Quantity="1">INF</PTC>
                    </AnonymousTraveler>
                </Traveler>
            </Travelers>
            <Query>
                <OriginDestination>
                    <Flight>
                        <Departure>
                            <AirportCode>DME</AirportCode>
                            <Date>2019-06-15</Date>
                        </Departure>
                        <Arrival>
                            <AirportCode>OVB</AirportCode>
                        </Arrival>
                        <MarketingCarrier>
                            <AirlineID>S7</AirlineID>
                            <FlightNumber>181</FlightNumber>
                        </MarketingCarrier>
                        <ClassOfService>
                            <Code>X</Code>
                            <MarketingName>HFLRT</MarketingName>
                        </ClassOfService>
                    </Flight>
                </OriginDestination>
                <OriginDestination>
                    <Flight>
                        <Departure>
                            <AirportCode>OVB</AirportCode>
                            <Date>2019-06-20</Date>
                        </Departure>
                        <Arrival>
                            <AirportCode>DME</AirportCode>
                        </Arrival>
                        <MarketingCarrier>
                            <AirlineID>S7</AirlineID>
                            <FlightNumber>178</FlightNumber>
                        </MarketingCarrier>
                        <ClassOfService>
                            <Code>X</Code>
                            <MarketingName>HFLRT</MarketingName>
                        </ClassOfService>
                    </Flight>
                </OriginDestination>
            </Query>
        </FlightPriceRQ>
    </Body>
</Envelope>

  • No labels