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 »

Reservation Ignore Request allows to rollback initial booking request that was reserved on "Initiate" stage.

GP_ExcursionResRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

PrimaryLangID

For more information see Common Data Description section in Glossary.

0...1

ResStatus*

string (“Ignore”)

Must be “Ignore“ for that step.

1...1

TransactionIdentifier*

string

A unique ID returned in Reservation Initiate Response.

1...1

ExcursionReservations/ExcursionReservation/ResGlobalInfo/ExcursionReservationIDs/ExcursionReservationID*

For more information see Reservation Initiate Request section.

1...*

 Excursion Reservation Ignore Request Sample XML
<GP_ExcursionResRQ ResStatus="Ignore" TransactionIdentifier="187001" EchoToken="EchoToken" PrimaryLangID="en" Version="2">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7"/>
      </Source>
   </POS>
   <ExcursionReservations>
      <ExcursionReservation>
         <ResGlobalInfo>
            <ExcursionReservationIDs>
               <ExcursionReservationID ResID_Value="hjo8dfg" ResID_Source="agent"/>
               <ExcursionReservationID ResID_Value="34rf4g3frre45" ResID_Source="client"/>
            </ExcursionReservationIDs>
         </ResGlobalInfo>
      </ExcursionReservation>
   </ExcursionReservations>
</GP_ExcursionResRQ>
  • No labels