You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Check out
- operation overview, their main purpose and use cases
- references with detailed explanation of input&output parameters and possible errors
<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>
</OtherIDs>
<PseudoCity>OVBS728AB</PseudoCity>
<AgentUserID>S7AgentAPI</AgentUserID>
<UserRole>AS</UserRole>
</AgentUserSender>
</Sender>
</Party>
<Query>
<TicketDocQuantity>1</TicketDocQuantity>
<TicketDocument>
<TicketDocNbr>4218206116552</TicketDocNbr>
<Type>
<Code>Y</Code>
</Type>
</TicketDocument>
</Query>
</AirDocVoidRQ>
</Body>
</Envelope>
<?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>4218206116552</ns3:TicketDocNbr>
<ns3:Type>
<ns3:Code>Y</ns3:Code>
</ns3:Type>
</ns3:TicketDocument>
</ns3:Response>
</ns3:AirDocVoidRS>
</ns2:Body>
</ns2:Envelope>