Versions Compared

Key

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

Excursion Charges Request is used to get information about cancel penalty for the selected offer.

GP_ExcursionChargesRQ*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

RequestedCurrency

For more information see Common Data Description section in Glossary.

0...1

PrimaryLangID

For more information see Common Data Description section in Glossary.

0...1

ChargesRequestSegments/ChargesRequestSegment/ExcursionCandidates/ExcursionCandidate*

Container for booking code.

1...1

RPH*

integer (1)

Must always have the value 1.

1...1

BookingCode*

string

Must be equal to BookingCode from Excursion Availability Response.

1...1

Expand
titleExcursion Charges Request Sample XML
Code Block
<GP_ExcursionChargesRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" PrimaryLangID="en" RequestedCurrency="EUR" Version="2">
  <POS>
    <Source>
      <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
      <BookingChannel Type="7"/>
    </Source>
  </POS>
  <ChargesRequestSegments>
    <ChargesRequestSegment>
      <ExcursionCandidates>
        <ExcursionCandidate BookingCode="133f856975" RPH="1"/>
      </ExcursionCandidates>
    </ChargesRequestSegment>
  </ChargesRequestSegments>
</GP_ExcursionChargesRQ>