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


Request
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
    <Header />
    <Body>
        <AirDocVoidRQ 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>
                <TicketDocQuantity>1</TicketDocQuantity>
                <TicketDocument>
                    <TicketDocNbr>2402062325</TicketDocNbr>
                    <Type>
                        <Code>702</Code>
                    </Type>
                </TicketDocument>
            </Query>
        </AirDocVoidRQ>
    </Body>
</Envelope>
Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:Envelope xmlns:ns2="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns3="http://www.iata.org/IATA/EDIST">
    <ns2:Body>
        <ns3:AirDocVoidRS Version="">
            <ns3:Document>
                <ns3:Name>1.0</ns3:Name>
            </ns3:Document>
            <ns3:Success />
            <ns3:Response>
                <ns3:TicketDocument>
                    <ns3:TicketDocNbr>4212402062325</ns3:TicketDocNbr>
                    <ns3:Type>
                        <ns3:Code>702</ns3:Code>
                    </ns3:Type>
                </ns3:TicketDocument>
            </ns3:Response>
        </ns3:AirDocVoidRS>
    </ns2:Body>
</ns2:Envelope>

  • No labels