Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: HUB-10508 New Departure type Location PickUp was added to PickUp Use Cases

...

Expand
Code Block
languagexml
<Departure RPH="2">
   <DeparturePoint Type="PickUp" HotelCodeSupported="true" AddressSupported="false">Hotel Pick Up</DeparturePoint>
   <Hotels>
      <Hotel HotelName="Citadines Barbican Apartments" HotelCode="LON.ADA" HotelCodeContext="gta"/>
      <Hotel HotelName="Hilton London" HotelCode="LON.HIL" HotelCodeContext="gta"/>
   </Hotels>
   <StartTimes>
      <StartTime>16:00:00</StartTime>
   </StartTimes>
</Departure>
  • If there was a list of locations with their addresses specified as pick-up points in Availability response, then one of the location must be specified in the reservation request.

Expand
Code Block
languagexml
<Departure RPH="3">
    <DeparturePoint Type="PickUp">G! Boutique Hotel</DeparturePoint>
    <Address>
        <AddressLine>71 Festing Road, Southsea</AddressLine>
        <CityName>Portsmouth</CityName>
        <PostalCode>PO4 0NQ</PostalCode>
        <CountryName>United Kingdom</CountryName>
    </Address>
    <Position Latitude="50.782917" Longitude="-1.070141"/>
</Departure>

In order to book a PickUp point, it have to be specified on Reservation Initiate Request and Reservation Confirmation request in <Departure> element:

...

Code Block
languagexml
<Departure RPH="2">
   <Hotel HotelCodeContext="supplierCode" HotelCode="LON.ADA" HotelCityCode="LON"/>
</Departure>
  • PickUp location:

Code Block
languagexml
<Departure RPH="3"/>

Flow with PickUpAddress:

Expand
titleExcursion Availablity response with PickUpAddress Sample XML
Code Block
languagexml
<GP_ExcursionAvailRS EchoToken="EchoToken" Version="2.0" xmlns="http://www.opentravel.org/OTA/2003/05">
   <Success/>
   <Excursions>
      <Excursion>
         <ExcursionRates>
            <ExcursionRate AvailabilityStatus="OnRequest" BookingCode="3ecc0" Language="Undefined" NonRefundable="true" RateCode="Default" RateName="Standard">
               <Rates>
                  <Rate AgeQualifyingCode="10" RateSource="Calculated">
                     <Total AmountAfterTax="2000.00" CurrencyCode="ZAR"/>
                  </Rate>
                  <Rate AgeQualifyingCode="8" RateSource="Calculated">
                     <Total AmountAfterTax="2000.00" CurrencyCode="ZAR"/>
                  </Rate>
               </Rates>
               <RateDescription Name="Standard">
                  <Text Language="en">Standard</Text>
               </RateDescription>
               <Total AmountAfterTax="4000.00" CurrencyCode="ZAR"/>
               <PersonName OnlyLead="No"/>
               <ExcursionDate End="2021-04-06" Start="2021-04-06"/>
            </ExcursionRate>
         </ExcursionRates>
         <BasicExcursionInfo ExcursionCityCode="CPT" ExcursionCode="CPTDTEAT0012PLA21" ExcursionCodeContext="supplierCode" ExcursionName="Flavours of Cape Town Private Tour" OperatedBy="Eat Like A Local">
            <Categories>
               <Category Code="OTHR">
                  <Text Language="en">Private</Text>
               </Category>
            </Categories>
            <Departures>
               <Departure RPH="1">
                  <DeparturePoint AddressSupported="true" HotelCodeSupported="false" Type="PickUp">Address Pick Up</DeparturePoint>
               </Departure>
            </Departures>
            <MultimediaDescriptions>
               <MultimediaDescription>
                  <TextItems>
                     <TextItem Category="GEN" Title="General">
                        <Description Language="en">Meeting point: The 2 Eves, Corner Kloof &amp;, Buitensingel Street (located across the road from a McDonald’s)
Days : Tuesday to Friday
Starting time : 10:00
Duration : Approximately 4.5 hours

Notes:
•    Walking is not strenuous but it is recommended that guests have a moderate level of fitness
•    Wear comfortable shoes, sunblock and we suggest having a light breakfast only

Private Tour is a walking food tour in  central  Cape Town which are curated to the guests’ specifications and programme. Due  to  the partner restaurants’   operating times, tours can start any time from 09:00, but no later than 15:00. Expect to visit at least 8 food and drink establishments and learn more about local culture, history and food trends.</Description>
                     </TextItem>
                     <TextItem Category="EXC" Title="Exclude">
                        <Description Language="en">​Transfers</Description>
                     </TextItem>
                     <TextItem Category="INC" Title="Includes">
                        <Description Language="en">​Eight food and drink tastings around central Cape Town</Description>
                     </TextItem>
                  </TextItems>
               </MultimediaDescription>
            </MultimediaDescriptions>
         </BasicExcursionInfo>
      </Excursion>
   </Excursions>
</GP_ExcursionAvailRS>

...

Expand
titleExcursion Reservation Confirmation response with Hotel PickUp Sample XML
Code Block
languagexml
<GP_ExcursionResRS EchoToken="EchoToken" Version="2" xmlns="http://www.opentravel.org/OTA/2003/05">
   <Success/>
   <ExcursionReservations>
      <ExcursionReservation ResStatus="Waitlisted">
         <Excursions>
            <Excursion>
               <ExcursionRates>
                  <ExcursionRate AvailabilityStatus="OnRequest" BookingCode="3ecrc0" Language="Undefined" NonRefundable="true" RateCode="Default" RateName="Standard">
                     <Rates>
                        <Rate AgeQualifyingCode="10" RateSource="Calculated">
                           <Total AmountAfterTax="2000.00" CurrencyCode="ZAR"/>
                        </Rate>
                        <Rate AgeQualifyingCode="8" RateSource="Calculated">
                           <Total AmountAfterTax="2000.00" CurrencyCode="ZAR"/>
                        </Rate>
                     </Rates>
                     <RateDescription Name="Standard">
                        <Text Language="en">Standard</Text>
                     </RateDescription>
                     <Total AmountAfterTax="4000.00" CurrencyCode="ZAR"/>
                     <PersonName OnlyLead="No"/>
                     <ExcursionDate End="2021-04-06" Start="2021-04-06"/>
                  </ExcursionRate>
               </ExcursionRates>
               <ExcursionDate Start="2021-05-20"/>
               <Departure RPH="1">
		  <StartTime>16:00:00</StartTime>
                  <Hotel HotelCodeContext="supplierCode" HotelCode="LON.ADA" HotelCityCode="LON"/>
               </Departure>
               <Total AmountAfterTax="4000.00" CurrencyCode="ZAR"/>
               <BasicExcursionInfo ExcursionCityCode="CPT" ExcursionCode="CPTDTEAT0012PLA21" ExcursionCodeContext="supplierCode" ExcursionName="Flavours of Cape Town Private Tour" OperatedBy="Eat Like A Local">
                  <Categories>
                     <Category Code="OTHR">
                        <Text Language="en">Private</Text>
                     </Category>
                  </Categories>
               </BasicExcursionInfo>
            </Excursion>
         </Excursions>
         <ResGuests>
            <ResGuest AgeQualifyingCode="10" ResGuestRPH="1">
               <Profiles>
                  <ProfileInfo>
                     <UniqueID ID="1" Type="1"/>
                     <Profile>
                        <Customer BirthDate="1980-06-12">
                           <PersonName>
                              <NamePrefix>Mr</NamePrefix>
                              <GivenName>John</GivenName>
                              <Surname>Black</Surname>
                           </PersonName>
                           <Telephone PhoneNumber="342342343"/>
                           <Email>test@gpsolutions.com</Email>
                           <CitizenCountryName Code="UA"/>
                        </Customer>
                     </Profile>
                  </ProfileInfo>
               </Profiles>
            </ResGuest>
            <ResGuest AgeQualifyingCode="8" ResGuestRPH="1">
               <Profiles>
                  <ProfileInfo>
                     <UniqueID ID="2" Type="1"/>
                     <Profile>
                        <Customer BirthDate="2015-06-12">
                           <PersonName>
                              <NamePrefix>Mr</NamePrefix>
                              <GivenName>Inna</GivenName>
                              <Surname>Black</Surname>
                           </PersonName>
                           <Telephone PhoneNumber="342342343"/>
                           <Email>test@gpsolutions.com</Email>
                        </Customer>
                     </Profile>
                  </ProfileInfo>
               </Profiles>
            </ResGuest>
         </ResGuests>
         <ResGlobalInfo>
            <DepositPayments>
               <GuaranteePayment Type="AcceptedPaymentForms">
                  <AcceptedPayments>
                     <AcceptedPayment CostCenterID="supplierCode"/>
                  </AcceptedPayments>
               </GuaranteePayment>
            </DepositPayments>
            <ExcursionReservationIDs>
               <ExcursionReservationID ResID_Source="agent" ResID_Value="agentnf"/>
               <ExcursionReservationID ResID_Source="client" ResID_Value="nfexc01"/>
               <ExcursionReservationID ResID_Source="supplier" ResID_SourceContext="supplierCode" ResID_Value="203576"/>
            </ExcursionReservationIDs>
         </ResGlobalInfo>
      </ExcursionReservation>
   </ExcursionReservations>
</GP_ExcursionResRS>

Flow with PickUp location:

Expand
titleExcursion Availablity Response with Location PickUp Sample XML
Code Block
languagexml
<GP_ExcursionAvailRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" Version="2.0">
    <Success/>
    <Excursions>
        <Excursion>
            <ExcursionRates>
                <ExcursionRate AvailabilityStatus="AvailableForSale" BookingCode="3ea78" Language="Undefined" NonRefundable="false" RateCode="TG1" RateName="Direct">
                    <Rates>
                        <Rate PaxTypeCode="TRAVELER" RateSource="Provided">
                            <Total AmountAfterTax="175.73" CurrencyCode="USD"/>
                        </Rate>
                        <Rate PaxTypeCode="TRAVELER" RateSource="Provided">
                            <Total AmountAfterTax="175.74" CurrencyCode="USD"/>
                        </Rate>
                    </Rates>
                    <RateDescription Name="Direct">
                        <Text>Car / Sedan: Up to 3 passengers, Maximum 2 Large cases + 2 Small cabin bags OR space for 3 Medium (18" Width) cases + 2 Small cabin bags.&lt;br/&gt;Pickup included</Text>
                    </RateDescription>
                    <PaxTypes MaxCount="4" MinCount="1">
                        <PaxType Code="TRAVELER" MaxAge="120" MaxCount="4" MinAge="0" MinCount="0" Name="TRAVELER"/>
                    </PaxTypes>
                    <Total AmountAfterTax="377.83" CurrencyCode="USD">
                        <Taxes>
                            <Tax Amount="26.36" Code="17" CurrencyCode="USD" TaxInclusiveInd="true"/>
                        </Taxes>
                    </Total>
                    <CitizenCountryName OnlyLead="Mixed"/>
                    <PersonName OnlyLead="No"/>
                    <ExcursionDate Start="2023-11-29"/>
                </ExcursionRate>
            </ExcursionRates>
            <BasicExcursionInfo ExcursionCityCode="22563" ExcursionCode="173497P32" ExcursionCodeContext="supplierCode" ExcursionName="Southampton to London Private Transfer" OperatedBy="T &amp; T Southampton">
                <Categories>
                    <Category Code="OTHR">
                        <Text Language="en">Transportation Services</Text>
                    </Category>
                    <Category Code="OTHR">
                        <Text Language="en">Port Transfers </Text>
                    </Category>
                    <Category Code="OTHR">
                        <Text Language="en">Private Drivers </Text>
                    </Category>
                </Categories>
                <Departures>
                    <Departure RPH="1">
                        <DeparturePoint Type="PickUp">Albert Cottage - Hotel - Restaurant - Bar</DeparturePoint>
                        <Address>
                            <AddressLine>York Avenue, </AddressLine>
                            <CityName>Cowes</CityName>
                            <PostalCode>PO32 6BD</PostalCode>
                            <CountryName>United Kingdom</CountryName>
                        </Address>
                        <Position Latitude="50.753468" Longitude="-1.277507"/>
                    </Departure>
                </Departures>
                <MultimediaDescriptions>
                    <MultimediaDescription>
                        <ImageItems>
                            <ImageItem>
                                <ImageFormat>
                                    <URL>https://hare-media-cdn.tripadvisor.com/media/attractions-splice-spp-720x480/07/b3/68/ae.jpg</URL>
                                </ImageFormat>
                            </ImageItem>
                        </ImageItems>
                    </MultimediaDescription>
                    <MultimediaDescription>
                        <TextItems>
                            <TextItem Category="GEN" Title="General">
                                <Description Language="en">With 14 years experience we can offer the best in service, with a relaxed and reliable service and great knowledge of the roads and airports. Our main vehicle is a Mercedes E350 but larger vehicles may be available on request. We always supply air conditioned vehicles with bottled water for your comfort and generally supply WiFi where available. We hope to see you soon.</Description>
                            </TextItem>
                        </TextItems>
                    </MultimediaDescription>
                </MultimediaDescriptions>
                <VendorMessages>
                    <VendorMessage InfoType="4">
                        <SubSection>
                            <Paragraph>
                                <Text Language="en">No redemption point - this is a direct entry ticket;Passengers will have to purchase entry tickets to Stonehenge or Salisbury Cathedral if this option has been selected</Text>
                            </Paragraph>
                        </SubSection>
                    </VendorMessage>
                </VendorMessages>
            </BasicExcursionInfo>
        </Excursion>
    </Excursions>
</GP_ExcursionAvailRS>
Expand
titleExcursion Reservation Initiate Request with Location PickUp Sample XML
Code Block
languagexml
<GP_ExcursionResRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" PrimaryLangID="en" ResStatus="Initiate" Version="2.0">
    <POS>
        <Source>
            <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
            <BookingChannel Type="7"/>
        </Source>
    </POS>
    <ExcursionReservations>
        <ExcursionReservation>
            <Excursions>
                <Excursion>
                    <ExcursionRates>
                        <ExcursionRate BookingCode="3e878" RPH="1"/>
                    </ExcursionRates>
                    <Departure RPH="1"/>
                </Excursion>
            </Excursions>
            <ResGuests>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="1" Type="1"/>
                            <Profile>
                                <Customer BirthDate="1980-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>John</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                    <CitizenCountryName Code="UA"/>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="2" Type="1"/>
                            <Profile>
                                <Customer BirthDate="2015-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>Inna</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <ResGlobalInfo>
                <ExcursionReservationIDs>
                    <ExcursionReservationID ResID_Source="client" ResID_Value="456"/>
                </ExcursionReservationIDs>
            </ResGlobalInfo>
        </ExcursionReservation>
    </ExcursionReservations>
</GP_ExcursionResRQ>
Expand
titleExcursion Reservation Confitmation Request with Location PickUp Sample XML
Code Block
languagexml
<GP_ExcursionResRQ xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" PrimaryLangID="en" ResStatus="Book" TransactionIdentifier="0" Version="2.0">
    <POS>
        <Source>
            <RequestorID ID="client" MessagePassword="pwd" Type="22"/>
            <BookingChannel Type="7"/>
        </Source>
    </POS>
    <ExcursionReservations>
        <ExcursionReservation>
            <Excursions>
                <Excursion>
                    <ExcursionRates>
                        <ExcursionRate BookingCode="3e878" RPH="1"/>
                    </ExcursionRates>
                    <Departure RPH="1"/>
                </Excursion>
            </Excursions>
            <ResGuests>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="1" Type="1"/>
                            <Profile>
                                <Customer BirthDate="1980-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>John</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                    <CitizenCountryName Code="UA"/>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="2" Type="1"/>
                            <Profile>
                                <Customer BirthDate="2015-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>Inna</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <ResGlobalInfo>
                <ExcursionReservationIDs>
                    <ExcursionReservationID ResID_Source="client" ResID_Value="456"/>
                </ExcursionReservationIDs>
            </ResGlobalInfo>
        </ExcursionReservation>
    </ExcursionReservations>
</GP_ExcursionResRQ>
Expand
titleExcursion Reservation Confitmation Response with Location PickUp Sample XML
Code Block
languagexml
<GP_ExcursionResRS xmlns="http://www.opentravel.org/OTA/2003/05" EchoToken="EchoToken" Version="2.0">
    <Success/>
    <ExcursionReservations>
        <ExcursionReservation ResStatus="Reserved">
            <Excursions>
                <Excursion>
                    <ExcursionRates>
                        <ExcursionRate BookingCode="3e878" FreeCancellationDeadline="2023-11-27T23:59:59Z" Language="Undefined" RPH="1" RateCode="TG4" RateName="Via Salisbury &amp; Stonehenge">
                            <Rates>
                                <Rate PaxTypeCode="TRAVELER" RateSource="Provided">
                                    <Total AmountAfterTax="236.06" CurrencyCode="USD"/>
                                </Rate>
                                <Rate PaxTypeCode="TRAVELER" RateSource="Provided">
                                    <Total AmountAfterTax="236.06" CurrencyCode="USD"/>
                                </Rate>
                            </Rates>
                            <RateDescription Name="Via Salisbury &amp; Stonehenge">
                                <Text>Via Salisbury &amp; Stonehenge: Hours can be added, charged at £40 per hour. Includes 1.5 stop hours at Stonehenge and 1 hour stop at Salisbury Cathedral&lt;br/&gt;Pickup included</Text>
                            </RateDescription>
                            <PaxTypes MaxCount="4" MinCount="1">
                                <PaxType Code="TRAVELER" MaxAge="120" MaxCount="4" MinAge="0" MinCount="0" Name="TRAVELER"/>
                            </PaxTypes>
                            <Total AmountAfterTax="507.53" CurrencyCode="USD">
                                <Taxes>
                                    <Tax Amount="35.41" Code="17" CurrencyCode="USD" TaxInclusiveInd="true"/>
                                </Taxes>
                            </Total>
                            <CancelPenalties>
                                <CancelPenalty End="2023-11-29T23:59:59" Start="2023-11-28T00:00:00Z">
                                    <AmountPercent Amount="507.53" CurrencyCode="USD"/>
                                    <PenaltyDescription>
                                        <Text>For a full refund, cancel at least 24 hours before the scheduled departure time.</Text>
                                    </PenaltyDescription>
                                </CancelPenalty>
                            </CancelPenalties>
                        </ExcursionRate>
                    </ExcursionRates>
                    <ExcursionDate Start="2023-11-29"/>
                    <Departure RPH="1">
                        <DeparturePoint Type="PickUp">Albert Cottage - Hotel - Restaurant - Bar</DeparturePoint>
                    </Departure>
                    <Total AmountAfterTax="507.53" CurrencyCode="USD">
                        <Taxes>
                            <Tax Amount="35.41" Code="17" CurrencyCode="USD" TaxInclusiveInd="true"/>
                        </Taxes>
                    </Total>
                    <BasicExcursionInfo ExcursionCityCode="22563" ExcursionCode="173497P32" ExcursionCodeContext="supplierCode" ExcursionName="Southampton to London Private Transfer" OperatedBy="T &amp; T Southampton">
                        <Categories>
                            <Category Code="OTHR">
                                <Text Language="en">Transportation Services</Text>
                            </Category>
                            <Category Code="OTHR">
                                <Text Language="en">Port Transfers </Text>
                            </Category>
                            <Category Code="OTHR">
                                <Text Language="en">Private Drivers </Text>
                            </Category>
                        </Categories>
                        <VendorMessages>
                            <VendorMessage InfoType="4">
                                <SubSection>
                                    <Paragraph>
                                        <Text Language="en">No redemption point - this is a direct entry ticket;Passengers will have to purchase entry tickets to Stonehenge or Salisbury Cathedral if this option has been selected</Text>
                                    </Paragraph>
                                </SubSection>
                            </VendorMessage>
                        </VendorMessages>
                    </BasicExcursionInfo>
                </Excursion>
            </Excursions>
            <ResGuests>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="1" Type="1"/>
                            <Profile>
                                <Customer BirthDate="1980-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>John</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                    <CitizenCountryName Code="UA"/>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
                <ResGuest PaxTypeCode="TRAVELER" ResGuestRPH="1">
                    <Profiles>
                        <ProfileInfo>
                            <UniqueID ID="2" Type="1"/>
                            <Profile>
                                <Customer BirthDate="2015-06-12">
                                    <PersonName>
                                        <NamePrefix>Mr</NamePrefix>
                                        <GivenName>Inna</GivenName>
                                        <Surname>Black</Surname>
                                    </PersonName>
                                    <Telephone PhoneNumber="342342343"/>
                                    <Email>test@gpsolutions.com</Email>
                                </Customer>
                            </Profile>
                        </ProfileInfo>
                    </Profiles>
                </ResGuest>
            </ResGuests>
            <ResGlobalInfo>
                <DepositPayments>
                    <GuaranteePayment Type="AcceptedPaymentForms">
                        <AcceptedPayments>
                            <AcceptedPayment CostCenterID="supplierCode"/>
                        </AcceptedPayments>
                    </GuaranteePayment>
                </DepositPayments>
                <ExcursionReservationIDs>
                    <ExcursionReservationID ResID_Source="client" ResID_Value="456"/>
                    <ExcursionReservationID ResID_Source="agent" ResID_Value="456"/>
                    <ExcursionReservationID ResID_Source="supplier" ResID_SourceContext="supplierCode" ResID_Value="BR-593513935"/>
                </ExcursionReservationIDs>
            </ResGlobalInfo>
            <TPA_Extensions>
                <VoucherProperties>
                    <Property Name="url" Value="https://shop.live.rc.viator.com/ticket?code=1017696891:b5a12224e4d2d2482fcf68c0619b0c5b05e764593734f960c844c704c9163211:593513935"/>
                </VoucherProperties>
            </TPA_Extensions>
        </ExcursionReservation>
    </ExcursionReservations>
</GP_ExcursionResRS>

...