Feature¶
Restaurant¶
Fields¶
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Features/Feature |
Special feature details. | object | 0..* | - |
Feature /@DescriptiveText |
Feature type. | enum | 1..1 | See @DescriptiveText. |
@DescriptiveText¶
Feature[@DescriptiveText]
accepts the following values. Each value corresponds with a similarly named setting on the Facilities & Services page on our extranet. Some options appear only when the Restaurant check box is selected.
Value | Description |
---|---|
a la carte |
The restaurant offers à la carte dining. |
buffet |
The restaurant has a buffet. |
guests only |
The restaurant only serves guests of the property. |
accepts reservations |
Customers can reserve a table at the restaurant. |
outdoor seating |
The restaurant offers outdoor seating. |
XML¶
<Feature
DescriptiveText='a la carte'/>
Service¶
Special services codes 218 and 5038 has been sunset
Sending children prices via the Services element in the OTA_HotelDescriptiveContentNotif
endpoint has been sunset since April 1, 2022 and is no longer usable. To learn more about the alternative solutions, see Setting up children policies and child rates (pricing). To know more about all the features that were sunset, see the deprecation policy documentation.
Fields¶
Field | Description | Type | Min/max | Notes |
---|---|---|---|---|
Features/Feature |
Feature details. | object | 0..1 | - |
Feature /@ID |
Identifier for extra bed type. | string | 0..1 | Accepts: adult_bed , infant_bed , children_bed . Default: null |
Feature /DescriptiveText |
Specifies the maximum age of what the property sees as a child. | enum | 0..1 | It accepts the following format: max_age_{age number} , with {age number} being an integer from 1 to 18. For example, max_age_12 . |
Feature /Charge |
The amount charged for the feature. | enum | 0..1 | - |
Max age includes specified age
When setting the max age, be aware that it includes that age. So when you specify max_age_12
for a property, it means that the property sees children as aged from 0 up to 12, which makes 13 and above adults.
XML¶
<Feature
ID="">
<DescriptiveText>
...
</DescriptiveText>
<Charge ... />
</Feature>