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

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

 Excursion Charges Request Sample XML
<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>
  • No labels