soapsabre

How can you identify If the Sabre GetReservationRS SOAP Response contains NDC content?


Travelport use the ZK status, Amadeus has a tag, how does Sabre identify this content?


Solution

  • To identify NDC in Sabre GetReservationRQ, the path ProductBase/ProductType will have the value "AIR_NDC" (from Sabre support desk)

    <stl19:Segment sequence="1" id="10">
    <stl19:Product sequence="1" id="10" IsPast="false">
        <or114:ProductBase>
            <or114:ProductType>AIR_NDC</or114:ProductType>
            <or114:VendorCode>QF</or114:VendorCode>
            <or114:StatusCode>HK</or114:StatusCode>
            <or114:StartPoint>SYD</or114:StartPoint>
            <or114:StartDateTime>2023-05-29T19:00:00</or114:StartDateTime>
            <or114:EndPoint>MEL</or114:EndPoint>
            <or114:EndDateTime>2023-05-29T20:35:00</or114:EndDateTime>
            <or114:Text>QF 487E 29MAY J SYDMEL HK1 </or114:Text>
            <or114:Text>/NDQF*4JO5YD</or114:Text>
            <or114:Text>/QF081HAH1AXA2</or114:Text>
        </or114:ProductBase>
        <or114:ProductDetails productType="AIR_NDC">
            <or114:ProductName type="AIR_NDC">AIR_NDC</or114:ProductName>
            <or114:Air>
                <or114:DepartureAirport>SYD</or114:DepartureAirport>
                <or114:ArrivalAirport>MEL</or114:ArrivalAirport>
                <or114:MarketingAirlineCode>QF</or114:MarketingAirlineCode>
                <or114:MarketingFlightNumber>487</or114:MarketingFlightNumber>
                <or114:Cabin code="Y" sabreCode="Y" name="ECONOMY" shortName="ECONOMY" lang="EN"/>
                <or114:AirlineRefId>QF*4JO5YD</or114:AirlineRefId>
                <or114:DepartureDateTime>2023-05-29T19:00:00</or114:DepartureDateTime>
                <or114:ArrivalDateTime>2023-05-29T20:35:00</or114:ArrivalDateTime>
                <or114:ClassOfService>E</or114:ClassOfService>
                <or114:ActionCode>HK</or114:ActionCode>
                <or114:NumberInParty>1</or114:NumberInParty>
            </or114:Air>
        </or114:ProductDetails>
    </stl19:Product></stl19:Segment>