Class InventoryApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageHotelWithBestPrice>oauth2ScoreInventoryByCity(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String accept) Ranked City Search Search for hotels in / around a city and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>oauth2ScoreInventoryByCityWithHttpInfo(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<PageHotelWithBestPrice>oauth2SearchByGeoLocation(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) By Geo-Location Search for properties near a point or within bounds.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>oauth2SearchByGeoLocationWithHttpInfo(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<PageHotelWithBestPrice>oauth2SearchInventoryByCity(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String accept) City Search Search for hotels in / around a cityreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>oauth2SearchInventoryByCityWithHttpInfo(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<PageHotelWithBestPrice>oauth2SearchScoreByCountry(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) Ranked Country Search Search for hotels in a country and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<PageHotelWithBestPrice>oauth2SearchScoreByGlobal(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String accept) Ranked Global Search Search best scoring hotels in the world and order by scoring typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>>oauth2SearchScoreByGlobalWithHttpInfo(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<InventoryGridItem>oauth2ShowInventoryGridItem(AggregateInventoryGridItemRequest aggregateInventoryGridItemRequest, String engineConfigurationIdentifier, String accept) Show Inventory Shows single grid based on channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryGridItem>>oauth2ShowInventoryGridItemWithHttpInfo(AggregateInventoryGridItemRequest aggregateInventoryGridItemRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryAddOn>oauth2ShowPropertyAddOn(AggregateAddOnRequest aggregateAddOnRequest, String engineConfigurationIdentifier, String accept) Show Add-On Show single add-on based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAddOn>>oauth2ShowPropertyAddOnWithHttpInfo(AggregateAddOnRequest aggregateAddOnRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryHotel>oauth2ShowPropertyAggregate(AggregateHotelRequest aggregateHotelRequest, String engineConfigurationIdentifier, String accept) Show Property Show single hotel card with price based on a given record identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryHotel>>oauth2ShowPropertyAggregateWithHttpInfo(AggregateHotelRequest aggregateHotelRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryAttraction>oauth2ShowPropertyAttraction(AggregateAttractionRequest aggregateAttractionRequest, String engineConfigurationIdentifier, String accept) Show Attraction Show single attraction based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAttraction>>oauth2ShowPropertyAttractionWithHttpInfo(AggregateAttractionRequest aggregateAttractionRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<HotelInventoryResponse>oauth2ShowPropertyInventory(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) Show property Show property content / availability / rate details.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryResponse>>oauth2ShowPropertyInventoryWithHttpInfo(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) reactor.core.publisher.Mono<HotelInventoryListResponse>oauth2ShowPropertyList(HotelInventoryListRequest hotelInventoryListRequest, String engineConfigurationIdentifier) Show Property List Show property content / availability / rate details.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryListResponse>>oauth2ShowPropertyListWithHttpInfo(HotelInventoryListRequest hotelInventoryListRequest, String engineConfigurationIdentifier) reactor.core.publisher.Mono<SellerInventoryMeetingRoom>oauth2ShowPropertyMeetingRoom(AggregateMeetingRoomRequest aggregateMeetingRoomRequest, String engineConfigurationIdentifier, String accept) Show Meeting Room Show single meeting room based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryMeetingRoom>>oauth2ShowPropertyMeetingRoomWithHttpInfo(AggregateMeetingRoomRequest aggregateMeetingRoomRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryPackage>oauth2ShowPropertyPackage(AggregatePackageRequest aggregatePackageRequest, String engineConfigurationIdentifier, String accept) Show Package Show single package based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPackage>>oauth2ShowPropertyPackageWithHttpInfo(AggregatePackageRequest aggregatePackageRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryPlace>oauth2ShowPropertyPlace(AggregatePlaceRequest aggregatePlaceRequest, String engineConfigurationIdentifier, String accept) Show Place Show single place based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPlace>>oauth2ShowPropertyPlaceWithHttpInfo(AggregatePlaceRequest aggregatePlaceRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryActivity>oauth2ShowPropertyRecreation(AggregateActivityRequest aggregateActivityRequest, String engineConfigurationIdentifier, String accept) Show Activity Show single activity based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryActivity>>oauth2ShowPropertyRecreationWithHttpInfo(AggregateActivityRequest aggregateActivityRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryRestaurant>oauth2ShowPropertyRestaurant(AggregateRestaurantRequest aggregateRestaurantRequest, String engineConfigurationIdentifier, String accept) Show Restaurant Show single restaurant based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRestaurant>>oauth2ShowPropertyRestaurantWithHttpInfo(AggregateRestaurantRequest aggregateRestaurantRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryGuestRoom>oauth2ShowPropertyRoomType(AggregateGuestRoomRequest aggregateGuestRoomRequest, String engineConfigurationIdentifier, String accept) Show Guest Room Show single guest room based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryGuestRoom>>oauth2ShowPropertyRoomTypeWithHttpInfo(AggregateGuestRoomRequest aggregateGuestRoomRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventorySpa>oauth2ShowPropertySpa(AggregateSpaRequest aggregateSpaRequest, String engineConfigurationIdentifier, String accept) Show Spa Show single spa based on a channel inventory identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventorySpa>>oauth2ShowPropertySpaWithHttpInfo(AggregateSpaRequest aggregateSpaRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryListResponse>oauth2ShowSellerInventoryList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) Show Inventories Shows page of inventory itemsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListResponse>>oauth2ShowSellerInventoryListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryRankedListResponse>oauth2ShowSellerInventoryRankedList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) Show Ranked Inventories Shows a paginated list of ranked inventory.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListResponse>>oauth2ShowSellerInventoryRankedListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
InventoryApi
public InventoryApi() -
InventoryApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
oauth2ScoreInventoryByCity
public reactor.core.publisher.Mono<PageHotelWithBestPrice> oauth2ScoreInventoryByCity(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Ranked City Search Search for hotels in / around a city and order by scoring type503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
cityScoreRequest- The cityScoreRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- PageHotelWithBestPrice
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ScoreInventoryByCityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>> oauth2ScoreInventoryByCityWithHttpInfo(CityScoreRequest cityScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2SearchByGeoLocation
public reactor.core.publisher.Mono<PageHotelWithBestPrice> oauth2SearchByGeoLocation(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException By Geo-Location Search for properties near a point or within bounds. Populate either `request.userSession.location` OR `request.userSession.bounds`.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
mapRequest- The mapRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- PageHotelWithBestPrice
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2SearchByGeoLocationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>> oauth2SearchByGeoLocationWithHttpInfo(MapRequest mapRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2SearchInventoryByCity
public reactor.core.publisher.Mono<PageHotelWithBestPrice> oauth2SearchInventoryByCity(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException City Search Search for hotels in / around a city503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
citySearchRequest- The citySearchRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- PageHotelWithBestPrice
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2SearchInventoryByCityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>> oauth2SearchInventoryByCityWithHttpInfo(CitySearchRequest citySearchRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2SearchScoreByCountry
public reactor.core.publisher.Mono<PageHotelWithBestPrice> oauth2SearchScoreByCountry(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Ranked Country Search Search for hotels in a country and order by scoring type503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
countryScoreRequest- The countryScoreRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- PageHotelWithBestPrice
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2SearchScoreByCountryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>> oauth2SearchScoreByCountryWithHttpInfo(CountryScoreRequest countryScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2SearchScoreByGlobal
public reactor.core.publisher.Mono<PageHotelWithBestPrice> oauth2SearchScoreByGlobal(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Ranked Global Search Search best scoring hotels in the world and order by scoring type503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
globalScoreRequest- The globalScoreRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- PageHotelWithBestPrice
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2SearchScoreByGlobalWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageHotelWithBestPrice>> oauth2SearchScoreByGlobalWithHttpInfo(GlobalScoreRequest globalScoreRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowInventoryGridItem
public reactor.core.publisher.Mono<InventoryGridItem> oauth2ShowInventoryGridItem(AggregateInventoryGridItemRequest aggregateInventoryGridItemRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventory Shows single grid based on channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateInventoryGridItemRequest- The aggregateInventoryGridItemRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- InventoryGridItem
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowInventoryGridItemWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryGridItem>> oauth2ShowInventoryGridItemWithHttpInfo(AggregateInventoryGridItemRequest aggregateInventoryGridItemRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyAddOn
public reactor.core.publisher.Mono<SellerInventoryAddOn> oauth2ShowPropertyAddOn(AggregateAddOnRequest aggregateAddOnRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Add-On Show single add-on based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateAddOnRequest- The aggregateAddOnRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryAddOn
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyAddOnWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAddOn>> oauth2ShowPropertyAddOnWithHttpInfo(AggregateAddOnRequest aggregateAddOnRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyAggregate
public reactor.core.publisher.Mono<SellerInventoryHotel> oauth2ShowPropertyAggregate(AggregateHotelRequest aggregateHotelRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property Show single hotel card with price based on a given record identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateHotelRequest- The aggregateHotelRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryHotel
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyAggregateWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryHotel>> oauth2ShowPropertyAggregateWithHttpInfo(AggregateHotelRequest aggregateHotelRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyAttraction
public reactor.core.publisher.Mono<SellerInventoryAttraction> oauth2ShowPropertyAttraction(AggregateAttractionRequest aggregateAttractionRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Attraction Show single attraction based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateAttractionRequest- The aggregateAttractionRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryAttraction
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyAttractionWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAttraction>> oauth2ShowPropertyAttractionWithHttpInfo(AggregateAttractionRequest aggregateAttractionRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyInventory
public reactor.core.publisher.Mono<HotelInventoryResponse> oauth2ShowPropertyInventory(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) throws org.springframework.web.reactive.function.client.WebClientResponseException Show property Show property content / availability / rate details.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelInventoryRequest- The hotelInventoryRequest parameterengineConfigurationIdentifier- Engine configuration identifier- Returns:
- HotelInventoryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryResponse>> oauth2ShowPropertyInventoryWithHttpInfo(HotelInventoryRequest hotelInventoryRequest, String engineConfigurationIdentifier) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyList
public reactor.core.publisher.Mono<HotelInventoryListResponse> oauth2ShowPropertyList(HotelInventoryListRequest hotelInventoryListRequest, String engineConfigurationIdentifier) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Property List Show property content / availability / rate details.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelInventoryListRequest- The hotelInventoryListRequest parameterengineConfigurationIdentifier- Engine configuration identifier- Returns:
- HotelInventoryListResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryListResponse>> oauth2ShowPropertyListWithHttpInfo(HotelInventoryListRequest hotelInventoryListRequest, String engineConfigurationIdentifier) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyMeetingRoom
public reactor.core.publisher.Mono<SellerInventoryMeetingRoom> oauth2ShowPropertyMeetingRoom(AggregateMeetingRoomRequest aggregateMeetingRoomRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Room Show single meeting room based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateMeetingRoomRequest- The aggregateMeetingRoomRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryMeetingRoom
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyMeetingRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryMeetingRoom>> oauth2ShowPropertyMeetingRoomWithHttpInfo(AggregateMeetingRoomRequest aggregateMeetingRoomRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyPackage
public reactor.core.publisher.Mono<SellerInventoryPackage> oauth2ShowPropertyPackage(AggregatePackageRequest aggregatePackageRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Package Show single package based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregatePackageRequest- The aggregatePackageRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryPackage
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyPackageWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPackage>> oauth2ShowPropertyPackageWithHttpInfo(AggregatePackageRequest aggregatePackageRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyPlace
public reactor.core.publisher.Mono<SellerInventoryPlace> oauth2ShowPropertyPlace(AggregatePlaceRequest aggregatePlaceRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Place Show single place based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregatePlaceRequest- The aggregatePlaceRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryPlace
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyPlaceWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPlace>> oauth2ShowPropertyPlaceWithHttpInfo(AggregatePlaceRequest aggregatePlaceRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyRecreation
public reactor.core.publisher.Mono<SellerInventoryActivity> oauth2ShowPropertyRecreation(AggregateActivityRequest aggregateActivityRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Activity Show single activity based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateActivityRequest- The aggregateActivityRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryActivity
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyRecreationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryActivity>> oauth2ShowPropertyRecreationWithHttpInfo(AggregateActivityRequest aggregateActivityRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyRestaurant
public reactor.core.publisher.Mono<SellerInventoryRestaurant> oauth2ShowPropertyRestaurant(AggregateRestaurantRequest aggregateRestaurantRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Restaurant Show single restaurant based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateRestaurantRequest- The aggregateRestaurantRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryRestaurant
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyRestaurantWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRestaurant>> oauth2ShowPropertyRestaurantWithHttpInfo(AggregateRestaurantRequest aggregateRestaurantRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertyRoomType
public reactor.core.publisher.Mono<SellerInventoryGuestRoom> oauth2ShowPropertyRoomType(AggregateGuestRoomRequest aggregateGuestRoomRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room Show single guest room based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateGuestRoomRequest- The aggregateGuestRoomRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryGuestRoom
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertyRoomTypeWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryGuestRoom>> oauth2ShowPropertyRoomTypeWithHttpInfo(AggregateGuestRoomRequest aggregateGuestRoomRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowPropertySpa
public reactor.core.publisher.Mono<SellerInventorySpa> oauth2ShowPropertySpa(AggregateSpaRequest aggregateSpaRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Spa Show single spa based on a channel inventory identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateSpaRequest- The aggregateSpaRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventorySpa
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowPropertySpaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventorySpa>> oauth2ShowPropertySpaWithHttpInfo(AggregateSpaRequest aggregateSpaRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowSellerInventoryList
public reactor.core.publisher.Mono<SellerInventoryListResponse> oauth2ShowSellerInventoryList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Inventories Shows page of inventory items503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateSellerInventoryListRequest- The aggregateSellerInventoryListRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryListResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowSellerInventoryListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryListResponse>> oauth2ShowSellerInventoryListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
oauth2ShowSellerInventoryRankedList
public reactor.core.publisher.Mono<SellerInventoryRankedListResponse> oauth2ShowSellerInventoryRankedList(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Ranked Inventories Shows a paginated list of ranked inventory.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
aggregateSellerInventoryListRequest- The aggregateSellerInventoryListRequest parameterengineConfigurationIdentifier- Engine configuration identifieraccept- The accept parameter- Returns:
- SellerInventoryRankedListResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
oauth2ShowSellerInventoryRankedListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRankedListResponse>> oauth2ShowSellerInventoryRankedListWithHttpInfo(AggregateSellerInventoryListRequest aggregateSellerInventoryListRequest, String engineConfigurationIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-