COMMON ASSETS
The objective of this document is to describe the services related to static content.
Api Services
| Section | Description |
|---|---|
| Suggestions | Provide autocomplete suggestions based on a search hint and locale. |
| Geography | Provide country/continent/region catalogs and related geo structures for content and rules. |
HOTEL CONTENT: This section contains the descriptive content and catalog information associated with hotels, such as amenities, meal plans, and fee types
| Section | Description |
|---|---|
| Hotel-Inventory | This service returns the list of hotels available for each partner. |
| Hotel-Information | Returns static information about hotels including photos, rooms, amenities, etc. |
| Meal-Plans | This section contains the available meal plan options that may be associated with a hotel or room. |
| Fee-Types | This section defines the different fee types that may apply to a reservation, such as mandatory or optional charges. |
| Amenities | This section lists the available amenities that describe the services and facilities offered by the hotel. |
Geography Structure
Geography
The Geography service provides access to the geographical hierarchy used across the platform.
Continent
└── Country
└── Administrative Division
└── City
└── ZoneWhere:
- Continent represents the highest geographical level.
- Country belongs to a continent.
- Administrative Division represents subdivisions such as states, provinces, or departments.
- City belongs to an administrative division.
- Zone represents a neighborhood, district, area of interest, or other sub-city location.
Regions: Are managed separately from the geographical hierarchy and may represent:
- A predefined group of cities.
- A custom geographical area that spans multiple cities, administrative divisions, countries, or other geographical entities.
Updated about 1 month ago
Did this page help you?