Introduction
The PNRCancel transaction is a stateless structured data transaction that supports the cancellation of a PNR (Passenger Name Record). The message deletes all active Itinerary elements.
For some providers in addition to the RecordLocator the specification of further Authentication data is required.
The response to the PNRCancelRQ transaction is the PNRCancelRS message, which contains a Status field, which states, whether the cancellation was successful or not. For some providers a cancellation number or information about cancellation fees can be returned.
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)
PNRCancelRQ
- PNRCancelRQ.htmVisual representation of the schema.
- PNRCancelRQ t.htmTextual description of the content for the request and the response XML elements and attributes.
- PNRCancelRQ 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.
PNRCancelRS
- PNRCancelRS.htmVisual representation of the schema.
- PNRCancelRS t.htmTextual description of the content for the request and the response XML elements and attributes.
- PNRCancelRS 2.xmlExample XML with all (mandatory and optional) elements. Additionally all elements that can occur more than once are shown repeated twice.