- Created by Yulia Komarova on 18.05.2020
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
- other samples
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header />
<Body>
<AirDocDisplayRQ xmlns="http://www.iata.org/IATA/EDIST" Version="">
<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>
<TicketDocument>
<TicketDocNbr>4212413712671</TicketDocNbr>
<Type>
<Code>702</Code>
</Type>
</TicketDocument>
</Query>
</AirDocDisplayRQ>
</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:AirDocDisplayRS Version="">
<ns3:Document>
<ns3:Name>1.0</ns3:Name>
</ns3:Document>
<ns3:Success/>
<ns3:Response>
<ns3:TicketDocInfos>
<ns3:TicketDocInfo>
<ns3:Traveler>
<ns3:Surname>VICTOR</ns3:Surname>
<ns3:Given>HUGO</ns3:Given>
<ns3:PTC>SRC</ns3:PTC>
</ns3:Traveler>
<ns3:IssuingAirlineInfo>
<ns3:AirlineName>S7</ns3:AirlineName>
</ns3:IssuingAirlineInfo>
<ns3:BookingReferences>
<ns3:BookingReference>
<ns3:ID>Q5TY5R</ns3:ID>
<ns3:AirlineID>S7</ns3:AirlineID>
</ns3:BookingReference>
</ns3:BookingReferences>
<ns3:Payments>
<ns3:Payment>
<ns3:Method/>
<ns3:Amount Code="RUB">5900.00</ns3:Amount>
</ns3:Payment>
</ns3:Payments>
<ns3:OriginDestination>
<ns3:Origin>OVB</ns3:Origin>
<ns3:Destination>VVO</ns3:Destination>
</ns3:OriginDestination>
<ns3:FareInfo>
<ns3:BaseFare>
<ns3:Amount Code="RUB">5900.00</ns3:Amount>
</ns3:BaseFare>
<ns3:Total>
<ns3:Amount Code="RUB">5900.00</ns3:Amount>
</ns3:Total>
<ns3:UnstructuredFareCalcInfo>
<ns3:Info>OVB S7 VVO5900.00RUB5900.00END</ns3:Info>
</ns3:UnstructuredFareCalcInfo>
</ns3:FareInfo>
<ns3:TicketDocument>
<ns3:TicketDocNbr>4212413712671</ns3:TicketDocNbr>
<ns3:Type>
<ns3:Code>702</ns3:Code>
</ns3:Type>
<ns3:NumberofBooklets>1</ns3:NumberofBooklets>
<ns3:DateOfIssue>2020-05-18</ns3:DateOfIssue>
<ns3:CouponInfo>
<ns3:CouponNumber>1</ns3:CouponNumber>
<ns3:FareBasisCode>
<ns3:Code>AFLOW</ns3:Code>
</ns3:FareBasisCode>
<ns3:CouponValid>
<ns3:EffectiveDatePeriod>
<ns3:Expiration>2020-12-31</ns3:Expiration>
</ns3:EffectiveDatePeriod>
</ns3:CouponValid>
<ns3:Status>
<ns3:Code>OPEN FOR USE</ns3:Code>
</ns3:Status>
<ns3:SoldAirlineInfo>
<ns3:Departure>
<ns3:AirportCode>OVB</ns3:AirportCode>
<ns3:Date>2020-10-29</ns3:Date>
<ns3:Time>23:05</ns3:Time>
</ns3:Departure>
<ns3:Arrival>
<ns3:AirportCode>VVO</ns3:AirportCode>
<ns3:Date>2020-10-30</ns3:Date>
<ns3:Time>07:50</ns3:Time>
</ns3:Arrival>
<ns3:OperatingCarrier>
<ns3:ResBookDesigCode>A</ns3:ResBookDesigCode>
</ns3:OperatingCarrier>
<ns3:MarketingCarrier>
<ns3:AirlineID>S7</ns3:AirlineID>
<ns3:FlightNumber>5203</ns3:FlightNumber>
</ns3:MarketingCarrier>
<ns3:TicketedBaggageAllowance>
<ns3:AllowableBag Type="PC" Number="1"/>
</ns3:TicketedBaggageAllowance>
</ns3:SoldAirlineInfo>
</ns3:CouponInfo>
</ns3:TicketDocument>
<ns3:Commission>
<ns3:Amount>0</ns3:Amount>
<ns3:Remarks>
<ns3:Remark>S7 ONLY/REF/CHNG/RESTR/AFL</ns3:Remark>
<ns3:Remark>2020-05-18T16:08</ns3:Remark>
</ns3:Remarks>
</ns3:Commission>
<ns3:PassengerSpecificData>731445333</ns3:PassengerSpecificData>
</ns3:TicketDocInfo>
</ns3:TicketDocInfos>
</ns3:Response>
</ns3:AirDocDisplayRS>
</ns2:Body>
</ns2:Envelope>
- No labels