Skip to main content

ServiceOperationEnum

Defines the available service operations for hotel content operations.

Enum Values

NameDescrption
HotelListBasicInfoNot yet implemented. Intended to return a minimal set of hotel data (e.g., name, location) and additional information to be retrieved separately with HotelDetails.
HotelListFullUsed when the supplier returns all the information in one call.
HotelListDeltaReturns only the hotel codes. Additional hotel details must be retrieved separately with HotelDetails making a request for each hotel code. This approach is typically used to minimize payload size and optimize performance.
HotelDetailsStandard HotelDetails operation that retrieves and updates all hotels individually from the database.
HotelDetailsByDatesRetrieves and updates hotels based on specified dates without relying on existing database entries.
HotelDetailsMultiCodesRetrieves all hotel codes from the database but calls the integration in blocks of multiple hotels.
HotelDetailsMultiLanguagesNot yet implemented. Retrieves all hotel codes from the database and calls the integration with multiple languages simultaneously.
HotelDetailsMultiLanguagesMultiCodesNot yet implemented. Retrieves all hotel codes from the database and calls the integration with multiple languages and multiple codes at once.
DestinationsRetrieves destinations from the supplier.
BoardsRetrieves board types from the supplier.
CategoriesRetrieves hotel categories from the supplier.
RoomsRetrieves rooms from the supplier.
CurrenciesRetrieves currencies from the supplier.
MarketsRetrieves markets from the supplier.