Home
Developer Guide
Introduction
About the API
Integrating with the API
FAQ
Get Hotel Information
Information
Examples
List RoomRates (Room + RatePlan)
Information
Examples
Get Availability and Restrictions
Information
Examples
Get Inventory
Information
Examples
Update Availability and Restrictions
Information
Examples
List Rate Plans
Information
Examples
Get Rates
Information
Examples
Update Rates
Information
Examples
Booking Handling (Pull)
Information
Examples
Booking Handling (Push)
Information
Examples
Reference Tables
Warning Validation Codes
Error Validation Codes
Booking Data Structures
## Get Hotel Info **URL**: ```/v1/hotels/hotel-info/get``` ### Goals Get general information about a hotel. ### Notes The information returned by this message includes the `@TaxPolicy` attribute, which is **very** important later when updating rates. This value tells you whether the hotel sets rates including taxes or not. You will need to use either `@AmountAfterTax` or `@AmountBeforeTax` respectively later when loading rates. ### Message Detail #### Input: HotelDescriptiveInfoRQ | Element | Number | Description | |:---------------------------------------------------|:-------|:----------------------| | OTA_HotelDescriptiveInfoRQ | 1 | Root element | | OTA_HotelDescriptiveInfoRQ / HotelDescriptiveInfos | 1 | | | HotelDescriptiveInfos / HotelDescriptiveInfo | 1 | | | @HotelCode | 1 | The unique hotel code | #### Output: HotelDescriptiveInfoRS | Element | Number | Description | |:------------------------------------------------------|:-------|:-----------------| | OTA_HotelDescriptiveInfoRS | 1 | Root element | | OTA_HotelDescriptiveInfoRS / HotelDescriptiveContents | 1 | | | OTA_HotelDescriptiveInfoRS / Success | 0..1 | | | OTA_HotelDescriptiveInfoRS / Errors | 0..1 | | | HotelDescriptiveContents / HotelDescriptiveContent | 1 | | | @HotelCode | 1 | The unique hotel code | | @HotelName | 1 | Indicates the name of the hotel | | HotelDescriptiveContent / FacilityInfo | 1 | Provides information pertaining to the hotel facility itself. | | FacilityInfo / GuestRooms | 1 | Collection of guest room types that are comprised within the hotel. | | GuestRooms / GuestRoom | 0..n | | | @MaxAdultOccupancy | 1 | Maximum number of adults allowed in a room type. | | @MaxChildOccupancy | 1 | Maximum number of children allowed in a room type. | | @MaxOccupancy | 1 | Maximum number of guests allowed in a room type. | | @MinOccupancy | 1 | Minimum number of guests allowed in a room type. | | @ID | 1 | A unique identifying value of room. | | GuestRoom / TypeRoom | 1 | | | @StandardOccupancy | 0..1 | Indicates number of base guests that occupy this room. | | @Name | 1 | Room name | | HotelDescriptiveContent / Policies | | A collection of policy information as it applies to the hotel .| | Policies / Policy | | Describes the policies of the hotel, such as the type of payments, or whether children or pets are accepted.| | @DefaultValidBookingMinOffset | 1 | Indicates default minimum release in the hotel. Also known as the default minimum cut-off date.| | Policy / CommissionPolicy | | Used to define the commission policy at the property-level.| | @CommissionApplicability | | Specifies whether commissions apply to all, or no rates. Values:
“AllRates”: All rates are commissionable
“NoRates”: No rates are commissionable. Also known as "markup".
| | Policy / TaxPolicies | | Property tax policies. | | TaxPolicies / TaxPolicy | | | | @Type | | Used to indicate if an amount includes or excludes other charges, such as taxes, or is cumulative (amounts have been added to each other). Values:
"Exclusive"
"Inclusive"
| | Policy / StayRequirements | 1 | Indicates the default restrictions of stay in hotel.| | StayRequirements / StayRequirement | 1..n | | | @MaxLos | 1 | Indicates default maximum nights stays in the hotel.| | @MinLos | 1 | Indicates default minimum nights stays in the hotel.| | @StayContext | 1 | Indicates whether this elements defines stay restrictions for check-in or check-out. Values :
Checkin
Checkout
| | @Mon, @Tue, @Weds, @Thur, @Fri, @Sat, @Sun | 0..1 | Restricted week day flags.| | HotelDescriptiveContent / HotelInfo | | Contains descriptive information about a hotel.| | HotelInfo / Services | | Collection of hotel services and/or amenities available to the guest.| | Services / Service | | | | @MealPlanCode | | This describes available meal plans for a property. Refer to OpenTravel [Meal Plan Type (MPT)](http://adriatic.pilotfish-net.com/ota-modelviewer/model/codelists/ota?term=MPT) code table.|