Uses of Class
travel.wink.sdk.extranet.model.InventoryUpdateRequest
Packages that use InventoryUpdateRequest
-
Uses of InventoryUpdateRequest in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type InventoryUpdateRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Inventory>InventoryApi.toggleInventoryAvailability(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest, String winkVersion) Update inventory Toggle inventory availability.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Inventory>>InventoryApi.toggleInventoryAvailabilityWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, InventoryUpdateRequest inventoryUpdateRequest, String winkVersion) Method parameters in travel.wink.sdk.extranet.api with type arguments of type InventoryUpdateRequestModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Inventory>InventoryApi.toggleInventoryListAvailability(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) Update inventory list Toggle inventory list availability.InventoryApi.toggleInventoryListAvailabilityWithHttpInfo(String hotelIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) reactor.core.publisher.Flux<SalesChannel>SalesChannelsApi.toggleSalesChannelPromoAvailability(String hotelIdentifier, String rateModifierIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) Update sale channels promos Toggles availability of a promo for a list of sales channelsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SalesChannel>>>SalesChannelsApi.toggleSalesChannelPromoAvailabilityWithHttpInfo(String hotelIdentifier, String rateModifierIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) reactor.core.publisher.Flux<SalesChannel>SalesChannelsApi.toggleSalesChannelPromoBundleAvailability(String hotelIdentifier, String rateModifierBundleIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) Update sale channels promo bundles Toggles availability of a promo bundle for a list of sales channelsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SalesChannel>>>SalesChannelsApi.toggleSalesChannelPromoBundleAvailabilityWithHttpInfo(String hotelIdentifier, String rateModifierBundleIdentifier, List<InventoryUpdateRequest> inventoryUpdateRequest, String winkVersion) -
Uses of InventoryUpdateRequest in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return InventoryUpdateRequest