Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Categories/Category element was added

Transfer Descriptive Info message is used to get full transfer offer description including description(s), meeting point, comments, etc. provided by supplier.

GP_TransferDescriptiveInfoRS*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Success

For more information see Common Data Description section in Glossary.

0...1

Warnings/Warning

0...99

TransferDescriptiveContents/TransferDescriptiveContent*

Contains transfer description. Attributes are the same as in Transfer Availability Response in BasicTransferInfo element. And one is added:

1…*

Type*

string "Group", "Individual", "UNKNOWN")

Identifies if the transfer is private (“Individual”) or public (“Group”) or undefined (“UNKNOWN”).

1..1

TransferDescriptiveContents/TransferDescriptiveContent/TransferInfo*

Contains transfer description.

1..1

GP_TransferDescriptiveInfoRS/TransferDescriptiveContents/TransferDescriptiveContent/TransferInfo*:

Element

Attribute

Type

Description

Min…Max occurs

Categories/Category

 

 

For more information see Transfer Availability Response section.

0...*

TransferDeparture*

Transfer’s departure point as it is provided as supplier’s offer. Attributes are the same as were specified in TransferDeparture element in Transfer Availability Request.

Info

Note: CodeContext is always supplier code. So that LocationCode is always in supplier context.

1..1

TransferDeparture/Hotels/Hotel

Contains list of hotels which are actually departure points. Each hotel is represented by <Hotel> element.

Info

Note: list of hotels only displayed when hotel code is required for transfer reservation, so this feature is supplier-specific.

0..*

TransferDestination*

Transfer’s destination point as it is provided as supplier’s offer. Attributes are the same as were specified in TransferDeparture element in Transfer Availability Request.

Info

Note: CodeContext is always supplier code. So that LocationCode is always in supplier context.

1..1

TransferDestination/Hotels/Hotel

Contains list of hotels which are actually destination points. Each hotel is represented by <Hotel> element. Elements and attributes are the same as were specified in TransferDeparture/Hotels/Hotel element below.

Info

Note: list of hotels only displayed when hotel code is required for transfer reservation, so this feature is supplier-specific.

0..*

AdditionalQuestions/AdditionalQuestion

 

 

For more information see Reservation Initiate Response section.

0...*

MultimediaDescriptions/MultimediaDescription

For more information see Transfer Availability Response section.

0...2

VendorMessages/VendorMessage

For more information see Transfer Availability Response section.

0...99

TransferDescriptiveContents/TransferDescriptiveContent/TransferInfo/TransferDeparture/Hotels/Hotel:

Element

Attribute

Type

Description

Min…Max occurs

HotelCode*

string

Contains Hotel code.

Info

Note: hotel code depends on vendor.

1..1

HotelCodeContext*

string

Specifies the context the HotelCityCode and HotelCode should be taken from. The possible option is supplier code.

1..1

HotelCityCode

string

City code where hotel is situated.

0..1

HotelName*

string

Hotel name.

1..1

Position

Specifies hotel geographical coordinates.

0..1

Latitude

string (1 - 32)

Specifies the north–south position of a point on the Earth's surface.

0..1

Longitude

string (1 - 32)

Specifies the east–west position of a point on the Earth's surface.

0..1

Address*

Contains hotel address.

1..1

Address/AddressLine*

string (1 - 255)

Elements when the Address element is requested. 

1..5

Address/CityName

string (0 - 64)

0..1

Address/PostalCode

string (0 - 64)

0..1

Address/CountryName

string (0 - 64)

0..1

Code

2-character country code

ISO-2 or ISO-3 country code.

0..1

Address/StateProv

string (0 - 64)

Describes the state.

0..1

StateCode

string (2 - 8)

Contains state code.

0..1

MultimediaDescriptions/MultimediaDescription

For more information see Transfer Availability Response section.

0..2

Expand
titleTransfer Descriptive Info Response Sample XML - Airport-Airport
Code Block
languagexml
<GP_TransferDescriptiveInfoRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" Version="2.0">
  <Success/>
  <TransferDescriptiveContents>
    <TransferDescriptiveContent AddressSupported="false" HotelCodeSupported="false" TransferCode="000006399006" TransferCodeContext="supplierCode" TransferName="London Heathrow Airport to London Gatwick Airport with a Driver speaking the Local Language only" Type="Individual">
      <TransferInfo>
        <TransferDeparture CodeContext="IATA" LocationCode="LHR" LocationType="Airport"/>
        <TransferDestination CodeContext="IATA" LocationCode="LGW" LocationType="Airport"/>
        <MultimediaDescriptions>
          <MultimediaDescription>
            <TextItems>
              <TextItem Category="MTP">
                <Description>Driver meeting point is at the information desk in arrival hall forT1,T2,T3&amp;T4.ForT5 is by Costa Coffee.For International arrivals drivers will be at meeting point 45min after flight lands.For European arrivals they will be waiting from landing time.</Description>
              </TextItem>
              <TextItem Category="DUR">
                <Description>1 hr 45 mins</Description>
              </TextItem>
              <TextItem Category="GEN">
                <Description>Upon arrival at London Heathrow Airport, your driver will be waiting for you, holding a signboard with your name on it. You will then be escorted to your private vehicle and transferred directly to London Gatwick Airport. You do not need to worry if your flight is delayed, as we will check the flight information in advance and adjust your pick up time accordingly if required.</Description>
              </TextItem>
              <TextItem Category="ADV">
                <Description>Tips are not included, these are at your discretion.</Description>
              </TextItem>
              <TextItem Category="ADV">
                <Description>Unless otherwise stated,waiting time is 1 hr after the actual arrival time.  After this time the vehicle will be released.</Description>
              </TextItem>
              <TextItem Category="ADV">
                <Description>Porterage is not Included.</Description>
              </TextItem>
            </TextItems>
          </MultimediaDescription>
        </MultimediaDescriptions>
      </TransferInfo>
    </TransferDescriptiveContent>
  </TransferDescriptiveContents>
</GP_TransferDescriptiveInfoRS>

...