Introduction
Car Features returns Car detail information, based on a specific CarVendorCode and AirportCode such as policy, insurance, creditcard, tax, shuttle etc.
NOTE:
- Amadeus:
- supports up to 3 FeatureType elements
- Please note that for Amadeus, the ReferenceKey is mandatory.
- supports following values for FeatureType element:
- ADDR, CARS, COMM, CRED, DROP, HELP, INS, MISC, PKUP, POLY, PYMT, RATE, TAX
- Sabre:
- By default, Sabre returns address, phone and opening hours, even though if only other features have been requested.
- If a desired feature is specified, only one FeatureType element is supported.
- If no FeatureType element is specified, all are returned.
- Galileo:
- supports up to 3 FeatureType elements
- Worldspan:
- supports following values for FeatureType element:
- AGE, ARRV, CARS, CDW, COMM, CRED, DROP, EQUIP, EXPR, GAS, INS, MISC, PAI, PKUP, POLY, PYMT, RATE, SHTTL, TAX, VALID
- supports following values for FeatureType element:
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)
CarFeaturesRQ
- CarFeaturesRQ.htmVisual representation of the schema.
- CarFeaturesRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarFeaturesRQ 1.xmlExample XML with the minimum mandatory elements only.
- CarFeaturesRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
CarFeaturesRS
- CarFeaturesRS.htmVisual representation of the schema.
- CarFeaturesRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- CarFeaturesRS 1.xmlExample XML with the minimum mandatory elements only.
- CarFeaturesRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.