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 response contains detailed information about excursion – description(s), images, etc. Additionally this response contains information about possible departures in elements Departure. There could be several possible options for departure points. Each departure point has unique identifier – the RPH attribute. There also could be cases when Departures element is absent in response. It will mean that for Excursion no departure point applicable (for example, there will be no departure point for City Pass).

GP_ExcursionDescriptiveInfoRS*:

*mandatory

Element

Attribute

Type

Description

Min…Max occurs

Success

For more information see Common Data Description section in Glossary.

0...1

Warnings/Warning

For more information see Common Data Description section in Glossary.

0...99

ExcursionDescriptiveContents/ExcursionDescriptiveContent

0…*

GP_ExcursionDescriptiveInfoRS/ExcursionDescriptiveContents/ExcursionDescriptiveContent:

Element

Attribute

Type

Description

Min…Max occurs

ExcursionCityCode*

string

Supplier-specific city code of where excursion is located.

1...1

ExcursionCodeContext*

string

Contains supplier code.

1...1

ExcursionCode*

string

Excursion code as returned by supplier.

1...1

ExcursionName*

string

Excursion name as returned by supplier.

1...1

OperatedBy

string

Defines the exact company which operates this excursion. Can be empty in case supplier does not provide that information.

0...1

ExcursionCountryCode

string

Contains supplier-specific country code of where excursion is located.

0...1

ExcursionDuration

double

Represents excursion duration in hours. ExcursionDuration=”3.5” means that the excursion takes 3 hours and 30 minutes. Here also possible to have value greater than “24” in case excursion takes more than one full day. The element is skiped in case supplier does not provide that information.

0...1

Competitors/Competitor

For more information see Common Data Description section in Glossary.

0...*

Tournament

0...1

Categories/Category

For more information see Excursion Availability Response section.

AdditionalQuestions/AdditionalQuestion

For more information see Reservation Initiate Response section.

0...*

Departures/Departure

For more information see Excursion Availability Response section.

0...*

MultimediaDescriptions/MultimediaDescription*

For more information see Excursion Availability Response section.

1...*

VendorMessages/VendorMessage

For more information see Excursion Availability Response section.

0...99

 Excursion Descriptive Info Response Sample XML
<GP_ExcursionDescriptiveInfoRS EchoToken="EchoToken" Version="2.0" xmlns="http://www.opentravel.org/OTA/2003/05">
   <Success/>
   <ExcursionDescriptiveContents>
      <ExcursionDescriptiveContent ExcursionCityCode="1070" ExcursionCode="283900" ExcursionCodeContext="supplierCode" ExcursionCountryCode="1004" ExcursionName="Elton John-Paris, France">
         <Competitors>
            <Competitor Code="5534" Name="Elton John"/>
         </Competitors>
         <Tournament Code="179" Name="Concerts (Entertainment)"/>
         <Categories>
            <Category Code="SHOW">
               <Text Language="en">Concerts, theatre, shows</Text>
               <SubCategory Text="Concerts"/>
            </Category>
         </Categories>
         <Departures>
            <Departure RPH="1">
               <DeparturePoint Type="MeetingPoint">AccorHotels Arena (Formerly Paris Bercy)</DeparturePoint>
               <DeparturePoint Type="Image">https://www.sportsevents365.com/images/venues/thumbs/eltonparis.png</DeparturePoint>
               <StartTimes>
                  <StartTime>19:15:00</StartTime>
               </StartTimes>
               <Address>
                  <AddressLine>8 Boulevard de Bercy
&lt;br>75012 Paris</AddressLine>
                  <CityName>Paris</CityName>
                  <CountryName>France</CountryName>
               </Address>
               <Position Latitude="48.8387" Longitude="2.3785"/>
            </Departure>
         </Departures>
         <MultimediaDescriptions>
            <MultimediaDescription>
               <ImageItems>
                  <ImageItem>
                     <ImageFormat>
                        <URL>https://www.software.travel/sports/165/179.jpg</URL>
                     </ImageFormat>
                     <Description Caption="other"/>
                  </ImageItem>
                  <ImageItem>
                     <ImageFormat>
                        <URL>https://www.sportsevents365.com/images/venues/thumbs/eltonparis.png</URL>
                     </ImageFormat>
                     <Description Caption="AccorHotels Arena (Formerly Paris Bercy)"/>
                  </ImageItem>
               </ImageItems>
            </MultimediaDescription>
            <MultimediaDescription>
               <TextItems>
                  <TextItem Category="GEN">
                     <Description Language="en">PLEASE NOTE : in some stadiums (Most notably Barcelona's Camp Nou) “seating in pairs” includes diagonal or perpendicular adjoined seats.</Description>
                  </TextItem>
                  <TextItem Category="OTH">
                     <Description>FAQ: $gphub{sportevent.excursion.faqUrl}</Description>
                  </TextItem>
               </TextItems>
            </MultimediaDescription>
         </MultimediaDescriptions>
         <VendorMessages>
            <VendorMessage InfoType="5">
               <SubSection>
                  <Paragraph>
                     <Text Language="en">Date and time are subject to change</Text>
                  </Paragraph>
               </SubSection>
            </VendorMessage>
         </VendorMessages>
      </ExcursionDescriptiveContent>
   </ExcursionDescriptiveContents>
</GP_ExcursionDescriptiveInfoRS>
  • No labels