Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<soapenv:Envelope
    xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ns = "http://www.iata.org/IATA/EDIST/2017.2"
    xmlns:ibs = "http://www.ibsplc.com/iFlyRes/simpleTypes/2017.2">
    <soapenv:Header/>
    <soapenv:Body>
        <ns:ServiceListRQ Version = "17.2">
            <ns:PointOfSale>
                <ns:Location>
                    <ns:CountryCode>DE</ns:CountryCode>
                    <ns:CityCode>AYT</ns:CityCode>
                </ns:Location>
            </ns:PointOfSale>
            <ns:Document>
                <ns:Name>NDC</ns:Name>
                <ns:ReferenceVersion>17.2</ns:ReferenceVersion>
            </ns:Document>
            <ns:Party>
                <ns:Sender>
                    <ns:AgentUserSender>
                        <ns:Name>Guest Website</ns:Name>
                        <ns:AgentUserID>Guest EN</ns:AgentUserID>
                    </ns:AgentUserSender>
                </ns:Sender>
                <ns:Recipient>
                    <ns:ORA_Recipient>
                        <ns:AirlineID>V1</ns:AirlineID>
                        <ns:Name>AIRLINE CODE</ns:Name>
                    </ns:ORA_Recipient>
                </ns:Recipient>
            </ns:Party>
            <ns:Query>
                <ns:OriginDestination>
                    <ns:OriginDestinationKey>V1_OD.1554670963800</ns:OriginDestinationKey>
                    <ns:Flight>Flight refs = "V1_FMD.1554670963796">
                        <ns:SegmentKey>V1_SEG.1554670963802</ns:SegmentKey>
                        <ns:Departure>
                            <ns:AirportCode>AYT</ns:AirportCode>
                            <ns:Date>2019-10-10Z</ns:Date>
                            <ns:Time>10:00</ns:Time>
                        </ns:Departure>
                        <ns:Arrival>
                            <ns:AirportCode>FRA</ns:AirportCode>
                            <ns:Date>2019-10-10Z</ns:Date>
                            <ns:Time>16:00</ns:Time>
                            <ns:ChangeOfDay>0</ns:ChangeOfDay>
                        </ns:Arrival>
                        <ns:MarketingCarrier>
                            <ns:AirlineID>V1</ns:AirlineID>
                            <ns:FlightNumber>140</ns:FlightNumber>
                        </ns:MarketingCarrier>
                        <ns:Equipment>
                            <ns:AircraftCode>738</ns:AircraftCode>
                            <ns:AirlineEquipCode>800</ns:AirlineEquipCode>
                        </ns:Equipment>
                        <ns:CabinType>
                            <ns:Code>Y</ns:Code>
                            <ns:Name>ECONOMY</ns:Name>
                        </ns:CabinType>
                        <ns:ClassOfService>
                            <ns:Code>I</ns:Code>
                            <ns:FareBasisCode>IINT</ns:FareBasisCode>
                        </ns:ClassOfService>
                        <ns:Details>
                            <ns:FlightDuration>
                                <ns:Value>PT7H0M0.000S</ns:Value>
                            </ns:FlightDuration>
                            <ns:Stops>
                                <ns:StopQuantity>0</ns:StopQuantity>
                            </ns:Stops>
                        </ns:Details>
                    </ns:Flight>
                </ns:OriginDestination>
            </ns:Query>
            <ns:DataLists>
                <ns:PassengerList>
                    <ns:Passenger PassengerID = "V1_PAX.1">
                        <ns:PTC>ADT</ns:PTC>
                    </ns:Passenger>
                </ns:PassengerList>
            </ns:DataLists>
            <ns:Metadata>
                <ns:Shopping>
                    <ns:ShopMetadataGroup>
                        <ns:Offer>
                            <ns:OfferMetadatas>
                                <ns:OfferMetadata MetadataKey = "V1_MDK.11">
                                    <ns:AugmentationPoint>
                                        <ns:AugPoint Key = "V1_FMD.1554670963796">
                                            <ibs:FareDetailAugPoint>
                                                <FareType>SUNECO</FareType>
                                                <FareLevel>ST</FareLevel>
                                                <FareId>2147483749</FareId>
                                            </ibs:FareDetailAugPoint>
                                        </ns:AugPoint>
                                    </ns:AugmentationPoint>
                                </ns:OfferMetadata>
                                <ns:OfferMetadata MetadataKey = "V1_MDK.10">
                                    <ns:AugmentationPoint>
                                        <ns:AugPoint Key = "V1_FARECOMPREFS.1554670963798">
                                            <ibs:FareComponentAugPoint>
                                                <BaseFare Code = "EUR">40.99</BaseFare>
                                                <DisplayFare Code = "EUR">40.99</DisplayFare>
                                                <Discount Code = "EUR">0.0</Discount>
                                            </ibs:FareComponentAugPoint>
                                        </ns:AugPoint>
                                    </ns:AugmentationPoint>
                                </ns:OfferMetadata>
                            </ns:OfferMetadatas>
                        </ns:Offer>
                    </ns:ShopMetadataGroup>
                </ns:Shopping>
            </ns:Metadata>
        </ns:ServiceListRQ>
    </soapenv:Body>
</soapenv:Envelope>

...