Class InventoryApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelActivities(String hotelIdentifier, String winkVersion) Show activity inventory list Retrieve list of activities for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelActivitiesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelAddOns(String hotelIdentifier, String winkVersion) Show add-on inventory list Retrieve list of addons for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelAddOnsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelAttractions(String hotelIdentifier, String winkVersion) Show attraction inventory list Retrieve list of attractions for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelAttractionsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelMeetingRooms(String hotelIdentifier, String winkVersion) Show meeting room inventory list Retrieve list of meeting room names for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelMeetingRoomsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelPlaces(String hotelIdentifier, String winkVersion) Show place inventory list Retrieve list of places for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelPlacesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelRestaurants(String hotelIdentifier, String winkVersion) Show restaurant inventory list Retrieve list of restaurants for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelRestaurantsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showChannelSpas(String hotelIdentifier, String winkVersion) Show spa inventory list Retrieve list of spas for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showChannelSpasWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<InventorySupplier>showInventory(String hotelIdentifier, String inventoryIdentifier, String winkVersion) Show inventory Retrieve inventory specified by identifierreactor.core.publisher.Flux<InventorySupplier>showInventoryList(String hotelIdentifier, String winkVersion) Show inventory list Retrieve list of inventory for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplier>>>showInventoryListWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<String>showInventoryNames(String hotelIdentifier, String winkVersion) Show inventory names Retrieve list of unique inventory names for chosen property.showInventoryNamesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Flux<String>showInventoryTypes(String hotelIdentifier, String winkVersion) Show all inventory types Retrieve array of all inventory types.showInventoryTypesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplier>>showInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String winkVersion) reactor.core.publisher.Flux<KeyValuePairSupplier>showMasterRates(String hotelIdentifier, String winkVersion) Show master rates inventory list Retrieve list of master rate names for specified propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>>showMasterRatesWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<PageInventorySupplier>showPageableChannelInventory(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) Show pageable inventory Retrieve page of inventory for specified property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplier>>showPageableChannelInventoryWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) reactor.core.publisher.Flux<SelectableKeyValuePairSupplier>showSalesChannelListByInventory(String hotelIdentifier, String inventoryIdentifier, String winkVersion) Show inventory as Channels Retrieve list of inventory specified by inventory identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SelectableKeyValuePairSupplier>>>showSalesChannelListByInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String winkVersion) reactor.core.publisher.Mono<InventorySupplier>toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) Update inventory Toggle inventory availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplier>>toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) reactor.core.publisher.Flux<InventorySupplier>toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) Update inventory list Toggle inventory list availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplier>>>toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion)
-
Constructor Details
-
InventoryApi
public InventoryApi() -
InventoryApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showChannelActivities
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelActivities(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show activity inventory list Retrieve list of activities for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelActivitiesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelActivitiesWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelAddOns
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelAddOns(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show add-on inventory list Retrieve list of addons for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelAddOnsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelAddOnsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelAttractions
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelAttractions(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show attraction inventory list Retrieve list of attractions for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelAttractionsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelAttractionsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelMeetingRooms
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelMeetingRooms(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show meeting room inventory list Retrieve list of meeting room names for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelMeetingRoomsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelMeetingRoomsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelPlaces
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelPlaces(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show place inventory list Retrieve list of places for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelPlacesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelPlacesWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelRestaurants
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelRestaurants(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show restaurant inventory list Retrieve list of restaurants for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelRestaurantsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelRestaurantsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showChannelSpas
public reactor.core.publisher.Flux<KeyValuePairSupplier> showChannelSpas(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show spa inventory list Retrieve list of spas for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showChannelSpasWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showChannelSpasWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventory
public reactor.core.publisher.Mono<InventorySupplier> showInventory(String hotelIdentifier, String inventoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show inventory Retrieve inventory specified by 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:
hotelIdentifier- The hotelIdentifier parameterinventoryIdentifier- The inventoryIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- InventorySupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplier>> showInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventoryList
public reactor.core.publisher.Flux<InventorySupplier> showInventoryList(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show inventory list Retrieve list of inventory for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<InventorySupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryListWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplier>>> showInventoryListWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventoryNames
public reactor.core.publisher.Flux<String> showInventoryNames(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show inventory names Retrieve list of unique inventory names for chosen property.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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<String>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryNamesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<String>>> showInventoryNamesWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showInventoryTypes
public reactor.core.publisher.Flux<String> showInventoryTypes(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show all inventory types Retrieve array of all inventory types. E.g. ['GUEST_ROOM', 'MEETING_ROOM'].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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<String>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showInventoryTypesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<String>>> showInventoryTypesWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showMasterRates
public reactor.core.publisher.Flux<KeyValuePairSupplier> showMasterRates(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show master rates inventory list Retrieve list of master rate names for specified property503 - 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:
hotelIdentifier- The hotelIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMasterRatesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showMasterRatesWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showPageableChannelInventory
public reactor.core.publisher.Mono<PageInventorySupplier> showPageableChannelInventory(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show pageable inventory Retrieve page of inventory for specified property.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:
hotelIdentifier- The hotelIdentifier parameterstateSupplier- The stateSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- PageInventorySupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showPageableChannelInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageInventorySupplier>> showPageableChannelInventoryWithHttpInfo(String hotelIdentifier, StateSupplier stateSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showSalesChannelListByInventory
public reactor.core.publisher.Flux<SelectableKeyValuePairSupplier> showSalesChannelListByInventory(String hotelIdentifier, String inventoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show inventory as Channels Retrieve list of inventory specified by inventory identifier. The list will contain the same inventory available to different sales channels. E.g. Inventory A for Seller A. Inventory A for Seller B etc.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:
hotelIdentifier- The hotelIdentifier parameterinventoryIdentifier- The inventoryIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- List<SelectableKeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showSalesChannelListByInventoryWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SelectableKeyValuePairSupplier>>> showSalesChannelListByInventoryWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
toggleInventoryAvailability
public reactor.core.publisher.Mono<InventorySupplier> toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update inventory Toggle inventory availability. Only used to enable / disable 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:
hotelIdentifier- The hotelIdentifier parameterinventoryIdentifier- The inventoryIdentifier parameterinventoryUpdateRequestSupplier- The inventoryUpdateRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- InventorySupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
toggleInventoryAvailabilityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventorySupplier>> toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequestSupplier inventoryUpdateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
toggleInventoryListAvailability
public reactor.core.publisher.Flux<InventorySupplier> toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update inventory list Toggle inventory list availability. Only used to enable / disable 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:
hotelIdentifier- The hotelIdentifier parameterinventoryUpdateRequestSupplier- The inventoryUpdateRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- List<InventorySupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
toggleInventoryListAvailabilityWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<InventorySupplier>>> toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequestSupplier> inventoryUpdateRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-