Amadeus API       

Node
PoweredPNR_PNRReply
historyData



Description

specify an amadeus PNR history data.
Status (Requirement Designator) = Conditional. Repetition = 999.

XML Tree

<historyData>
     <previousRecord></previousRecord>
     <currentRecord></currentRecord>
     <elementType></elementType>
     <elementData></elementData>
</historyData>


Field Descriptions

Field Attributes and Description
  previousRecord Field Type = Data Element.
Numeric, minlen=1, maxlen=5, repetition=1.

Reference to previous envelop It may not exist when we are on element creation case..
  currentRecord Field Type = Data Element.
Numeric, minlen=1, maxlen=5, repetition=1.

Current envelop.
  elementType Field Type = Data Element.
Alphabetic, minlen=1, maxlen=2, repetition=1.

History element name ON, AS, RF... First char for type of action done, followed by a letter related to the element concerned..
Mandatory  elementData Field Type = Data Element.
ExtendedAlphaNumeric (ASCII 32-255), minlen=1, maxlen=255, repetition=1.

Free flow text (history data element not detailed) Max length put from 254 to 255 for the case of long history.

Naming Conventions

minlen = Minimum Length,
maxlen = Maximum Length,
Mandatory = Mandatory,
Node = Node,
Repetition = Maximum number of occurences for a Node.