Introduction
The Air Availability transaction is a stateless structured data transaction that supports up to 8 origin/destination requests and returns up to 32 flights per origin/destination.
It is possible to request availability or a schedule only.
Different parameters can be used to limit the search to specific airlines, connections, time windows, classes, cabins and flight types.
It is possible as well to set time constrains with different sorting methods.
Schema & Definition
Find per request and response message:
- visual and textual representations of the XML schemas, which are easier readable
- minimum and a maximum elements example to start from to create example messages
- the pure XML schema file (.xsd)
AirAvailabilityRQ
- AirAvailabilityRQ.htmVisual representation of the schema.
- AirAvailabilityRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- AirAvailabilityRQ 1.xmlExample XML with the minimum mandatory elements only.
- AirAvailabilityRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
AirAvailabilityRS
- AirAvailabilityRS.htmVisual representation of the schema.
- AirAvailabilityRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- AirAvailabilityRS 1.xmlExample XML with the minimum mandatory elements only.
- AirAvailabilityRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.