Introduction
FareQuote offers the ability to quote air fares regardless of the actual flight availability.
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)
FareQuoteRQ
- FareQuoteRQ.htmVisual representation of the schema.
- FareQuoteRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- FareQuoteRQ 1.xmlExample XML with the minimum mandatory elements only.
- FareQuoteRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
FareQuoteRS
- FareQuoteRS.htmVisual representation of the schema.
- FareQuoteRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- FareQuoteRS 1.xmlExample XML with the minimum mandatory elements only.
- FareQuoteRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.