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

« Previous Version 6 Current »

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

OTA_HotelResRQ:

*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 always "Ignore" for that step.

1...1

TransactionIdentifier*

string

Unique transaction ID generated by GP Travel HUB in Reservation Initiate Response.

1...1

HotelReservations/HotelReservation

Basket of separate room reservations, each of it defines a specific reservation with a unique client's ResID_Value.

0...*

HotelReservations/HotelReservation/ ResGlobalInfo/HotelReservationIDs/ HotelReservationID*

Contains unique identifier of a booking.

1...10

ResID_Source*

string ("client", "agent")

Allows to pass client (agent) booking reference that is generated by application connecting to GP Travel HUB for identification of each booking.

Important note: agent's id (ResID_Value where ResID_Source=agent) has to have one same value for all the room reservations in the basket.

1...1

ResID_Value*

string

A value of booking reference that is generated by client application. It is supposed that this ID will be unique in your system. Can be used for further operations like cancellation, modification or booking retrieval.

1...1

ResID_SourceContext

string

Сontains the supplier's name.

0...1

HotelReservationIDs/HotelReservationID

A mandatory tag for multi-room booking, that defines a unique basket identifier within all separate room reservations. This element can not be used for a single booking.

0...1

ResID_Source*

string ("basket")

Allows to pass client (agent) booking reference that is generated by application connecting to GP Travel HUB for identification of each booking. Has value "basket" for the whole list of room reservations.

1...1

ResID_Value*

string

A unique identifier of a separate multi-room reservation (basket).

1...1

ResID_SourceContext

string

Сontains the supplier's name.

0...1

 Reservation Ignore Request Sample XML
<OTA_HotelResRQ ResStatus="Ignore" TransactionIdentifier="12232" EchoToken="EchoToken" PrimaryLangID="en" Version="2">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7" PriceDomain="1"/>
      </Source>
   </POS>
   <HotelReservations>
      <HotelReservation>
         <ResGlobalInfo>
            <HotelReservationIDs>
               <HotelReservationID ResID_Source="client" ResID_Value="264888"/>
            </HotelReservationIDs>
         </ResGlobalInfo>
      </HotelReservation>
   </HotelReservations>
</OTA_HotelResRQ>
 Multibooking Reservation Ignore Request Sample XML
<OTA_HotelResRQ EchoToken="EchoToken" ResStatus="Ignore" TransactionIdentifier="15867" Version="2" xmlns="http://www.opentravel.org/OTA/2003/05">
   <POS>
      <Source>
         <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
         <BookingChannel Type="7"/>
      </Source>
   </POS>
   <HotelReservations>
      <HotelReservationIDs>
         <HotelReservationID ResID_Source="basket" ResID_Value="331asd34as3"/>
      </HotelReservationIDs>
   </HotelReservations>
</OTA_HotelResRQ>
  • No labels