Skip Navigation

Book From Air Availability

2.2.0
Air
Reservation
SOAP API
Travel Agency
Airline Carrier
  • Added capability of passing departure time and arrival time for a booked flight. Previously, it was only possible to specify departure date without time. Please note, that in order to take advantage of the functionality, departure time must be combined with arrival time.

API Information

Format
XML
Current Version
2.2.0
Environment
Production

What's New

  • Added capability of passing departure time and arrival time for a booked flight. Previously, it was only possible to specify departure date without time. Please note, that in order to take advantage of the functionality, departure time must be combined with arrival time.

Functional Updates And Enhancements

In the Request

Optional

Parameter: DepartureDateTime

Type: datetime

Description: Specifies the time and date of a flight departure

Sample Value:

<ShortSellRQ Version="2.2.0" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OriginDestinationInformation>
<FlightSegment ArrivalTime="15:40" DepartureDateTime="05-12T09:00" FlightNumber="12" NumberInParty="1" ResBookDesigCode="Y" Status="YK">
<DestinationLocation LocationCode="MIA"/>
<MarketingAirline Code="UA" FlightNumber="12"/>
<OriginLocation LocationCode="MVD"/>
</FlightSegment>
</OriginDestinationInformation>
</ShortSellRQ>
Note: In previous version the schema type was 'date'. If the 'datetime' value is provided, it must be combined with .../OriginDestinationInformation/FlightSegment/@ArrivalTime
Specifies the time and date of a flight departure

In the Request

Optional

Parameter: ArrivalTime

Type: time

Description: Specifies the time and date of flight arrival

Sample Value:

<ShortSellRQ Version="2.2.0" xmlns="http://webservices.sabre.com/sabreXML/2011/10" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OriginDestinationInformation>
<FlightSegment ArrivalTime="15:40" DepartureDateTime="05-12T09:00" FlightNumber="12" NumberInParty="1" ResBookDesigCode="Y" Status="YK">
<DestinationLocation LocationCode="MIA"/>
<MarketingAirline Code="UA" FlightNumber="12"/>
<OriginLocation LocationCode="MVD"/>
</FlightSegment>
</OriginDestinationInformation>
</ShortSellRQ>
Note: The attribute must be used together with .../OriginDestinationInformation/FlightSegment/@DepartureDateTime.