Introduction
Decode is a stateless transaction used to translate back end system specific codes to its full description texts or names. It can also return additional information e.g. country codes or geolocation information for a given airport- or citycode.
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)
DecodeRQ
- DecodeRQ.htmVisual representation of the schema.
- DecodeRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
DecodeRS
- DecodeRS.htmVisual representation of the schema.
- DecodeRS t.htmTextual description of the content for the request and the response XML elements and attributes.