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 2 Current »

Excursion Booking Retrieval Request allows you to get information about the already made booking.

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 (“Quote”)

Must be “Quote“ for that step.

1...1

ExcursionReservations/ExcursionReservation*

Include booking information.

1...1

ExcursionReservations/ExcursionReservation/ResGlobalInfo*

Contains global details regarding the reservation (of a single reservation in reservation basket).

1...1

ExcursionReservations/ExcursionReservation/ResGlobalInfo/ExcursionReservationIDs/ExcursionReservationID*

For more information see Reservation Initiate Request section.

1...*

 Excursion Booking Retrieval Quote Request Sample XML
<GP_ExcursionResRQ EchoToken="EchoToken" PrimaryLangID="en" Version="2.0" ResStatus="Quote">
   <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