COMMON ASSETS

The objective of this document is to describe the services related to static content.

Api Services

SectionDescription
SuggestionsProvide autocomplete suggestions based on a search hint and locale.
GeographyProvide 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

SectionDescription
Hotel-InventoryThis service returns the list of hotels available for each partner.
Hotel-InformationReturns static information about hotels including photos, rooms, amenities, etc.
Meal-PlansThis section contains the available meal plan options that may be associated with a hotel or room.
Fee-TypesThis section defines the different fee types that may apply to a reservation, such as mandatory or optional charges.
AmenitiesThis 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
            └── Zone

Where:

  • 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.


Did this page help you?