RELEASE v2.09 rel 01-08-2018

Release Features

New Features and Capabilities

No new features have been introduced in this release.

Enhancements

No new enhancements have been introduced in this release.

Fixes

A brief description of the fixes which are getting a release is below.

Fix #1

AirShopping, FlightPrice, OrderCreate and SeatAvailability

This fix is to return a proper error message when passenger’s PTC and Date of Birth/Age provided by the user are contradicting each other.

Fix #1 - Sample
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <FlightPriceRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">Young Adult and Adult passengers must be aged 12 years old or above on the departure date.</Error>
         </Errors>
      </FlightPriceRS>
   </soap:Body>
</soap:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <AirShoppingRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">Infant passengers must be aged between 0-2 years old on the departure date.</Error>
         </Errors>
      </AirShoppingRS>
   </soap:Body>
</soap:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <OrderViewRS Version="16.1" xmlns="http://www.iata.org/IATA/EDIST">
         <Document>
            <Name>BA</Name>
            <ReferenceVersion>2016.1</ReferenceVersion>
         </Document>
         <Errors>
            <Error ShortText="Invalid age for PTC" Code="73">Child passengers must be aged between 2-12 years old on the departure date.</Error>
         </Errors>
      </OrderViewRS>
   </soap:Body>
</soap:Envelope>

Fix #2

OrderChange and OrderCreate

This is to fix a bug where seat addition fails for basic fare booking (both prime and post-sale)

Known Issues and Problems

There are no known issues and problems with this release.