Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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

 Split Confirmation Request Sample XML
<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>
  • No labels