Versions Compared

Key

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

Info

SiteConnect allows

for

Room Rates to be mapped

that is

ONLY for the purpose of reservation delivery

into

to the Channel Manager.

If you have this requirement, you can use / RatePlan / AdditionalDetails / AdditionalDetail to send the below.

Sending the below will instruct the Channel Manager to NOT send ARI updates, and the . The mapping of the Room Rate in question will exist purely to allow for the reservation delivery.

Note

NOTE: You You must use the below ONLY to create Reservation Only Room Rates ONLY (with the exception of restricting Rates and/or Availability).
Restricting any other ARI updates separately , (other than Rates and/or Availability OR for Reservation Only purposes) is not part of the intended functionality of SiteConnect and will not NOT pass certification.

Table of Contents

...

OTA_HotelAvailRS with AdditionalDetail

...

for a Reservation

...

Only

...

Room

...

Rates Example

Code Block
languagexml
<OTA_HotelAvailRS
	xmlns="http://www.opentravel.org/OTA/2003/05" Version="1.0" TimeStamp="20202022-08-01T09:30:47+02:00" EchoToken="abc123">
	<Success/>
    <RoomStays>
        <RoomStay>
            <RoomTypes>
                <RoomType RoomTypeCode="SGL">
                    <RoomDescription Name="Single Room">
                        <Text>Bedding is Queen sized bed. Continental breakfast for each guest.</Text>
                    </RoomDescription>
                </RoomType>
            </RoomTypes>
            <RatePlans>
                <RatePlan RatePlanCode="LTS">
                    <RatePlanDescription Name="Long Term Stay">
                        <Text>Special offer for 3 nights stay, pay only for 2!  Rates include breakfast.</Text>
                    </RatePlanDescription>
                    <AdditionalDetails>
                        <AdditionalDetail Code="NO_UPDATES"/>
                    </AdditionalDetails>
                </RatePlan>
            </RatePlans>
        </RoomStay>
    </RoomStays>
</OTA_HotelAvailRS>

AdditionalDetail Specification

...

Element

Attribute

Number

Description

RoomStays / RoomStay / RatePlans / RatePlan / AdditionalDetails

0..1

A collection of AdditionalDetail.

Should only


Must be included only if there are additionalDetails that are to be included in the rate plan.

RoomStays / RoomStay / RatePlans / RatePlan / AdditionalDetails / AdditionalDetail

1..n

Mandatory

if AdditionalDetails is

if AdditionalDetails is used.

@Code

1

For

'

Reservation Only

Rooms' only NO_UPDATES should

Room Rates, ONLY the below code must be used in

the

AdditionalDetail

.

:

  • NO_UPDATES