Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Split Confirmation Request is used to confirm changes and split the selected PNR.

OTA_AirBookModifyRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

PrimaryLangID*

For more information see Common Data Description section in Glossary.

1...1

RequestedCurrency

For more information see Common Data Description section in Glossary.

0...1

TransactionStatusCode

string ("Modify")

Indicates the type of request. Must be “Modify“ for that step.

0...1

ModificationType*

integer (6)

Identifies the type of modification, for split request the value is always ModificationType="6".

1...1

TransactionIdentifier*

string

Unique transaction ID generated by GP Travel HUB at Split Initiate Response step.

1...1

Expand
titleSplit Confirmation Request Sample XML
Code Block
languagexml
<OTA_AirBookModifyRQ TransactionStatusCode="Modify" TransactionIdentifier="1" EchoToken="12345" Version="2.0" PrimaryLangID="en" ModificationType="6" xmlns="http://www.opentravel.org/OTA/2003/05">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
</OTA_AirBookModifyRQ>