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>
        <SeatAvailabilityRQ 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>
            <Query />
            <DataList>
                <ClassOfServiceList>
                    <ServiceClass ListKey="Cabin">
                        <MarketingName>Y</MarketingName>
                    </ServiceClass>
                </ClassOfServiceList>
                <FlightSegmentList>
                    <FlightSegment SegmentKey="SEG1">
                        <Departure>
                            <AirportCode>DME</AirportCode>
                            <Date>2019-09-20</Date>
                            <Time>12:25</Time>
                        </Departure>
                        <Arrival>
                            <AirportCode>KUF</AirportCode>
                        </Arrival>
                        <MarketingCarrier>
                            <AirlineID>S7</AirlineID>
                            <FlightNumber>33</FlightNumber>
                        </MarketingCarrier>
                        <OperatingCarrier>
                            <AirlineID>S7</AirlineID>
                            <FlightNumber>33</FlightNumber>
                        </OperatingCarrier>
                    </FlightSegment>
                </FlightSegmentList>
            </DataList>
        </SeatAvailabilityRQ>
    </Body>
</Envelope>
Response

 

  • No labels