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 Next »

Excursion Descriptive Info Request is used to get full descriptive information about the excursion.

GP_ExcursionDescriptiveInfoRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

PrimaryLangID

For more information see Common Data Description section in Glossary.

0...1

LocationsListOnly

boolean (default - false)

If LocationsListOnly is true then Excursion Descriptive Info Response will contain only hotels available as PickUp points for Excursion reservation (see more at Excursion PickUp Locations List section).

0...1

ExcursionDescriptiveInfos/ExcursionDescriptiveInfo*

BookingCode*

string

Booking code from Excursion Availability Response to identify the required excursion.

1...1

 Excursion Descriptive Info Request Sample XML
<GP_ExcursionDescriptiveInfoRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" PrimaryLangID="en" Version="2">
  <POS>
    <Source>
      <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
      <BookingChannel Type="7"/>
    </Source>
  </POS>
  <ExcursionDescriptiveInfos>
    <ExcursionDescriptiveInfo BookingCode="133f5f1975"/>
  </ExcursionDescriptiveInfos>
</GP_ExcursionDescriptiveInfoRQ>
  • No labels