Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Expand
titleExcursion Descriptive Info Request Sample XML
Code Block
languagexml
<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>

For some suppliers it’s possible to get descriptive information without using booking code. In this case the following parameters can be used in ExcursionDescriptiveInfo:

ExcursionDescriptiveInfos/ExcursionDescriptiveInfo*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

 

ExcursionCityCode*

string

Indicates city code where excursion operates.

1...1

 

ExcursionCodeContext*

string

Specifies the context the LocationCode should be taken from.

1...1

 

ExcursionCode*

string

Allows to get descriptive information for certain excursion. Please note that excursion code is supplier-specific.

1...1

Expand
titleExcursion Descriptive Info by excursion code Request Sample XML
Code Block
languagexml
<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 ExcursionCityCode="1006" ExcursionCode="278255" ExcursionCodeContext="supplierCode"/>
  </ExcursionDescriptiveInfos>
</GP_ExcursionDescriptiveInfoRQ>

...