Class InventoryApi

java.lang.Object
travel.wink.sdk.inventory.api.InventoryApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:20:31.141212618+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class InventoryApi extends Object
  • Constructor Details

    • InventoryApi

      public InventoryApi()
    • InventoryApi

      @Autowired public InventoryApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • notifyProperty

      public reactor.core.publisher.Mono<InventoryUnavailableNotificationNonAuthenticatedEntity> notifyProperty(@Nonnull InventoryUnavailableNotificationNonAuthenticatedEntity inventoryUnavailableNotificationNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Lacks Inventory Notify property that there is a demand but no supply for a specified blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      inventoryUnavailableNotificationNonAuthenticatedEntity - The inventoryUnavailableNotificationNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUnavailableNotificationNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • notifyPropertyWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUnavailableNotificationNonAuthenticatedEntity>> notifyPropertyWithHttpInfo(@Nonnull InventoryUnavailableNotificationNonAuthenticatedEntity inventoryUnavailableNotificationNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Lacks Inventory Notify property that there is a demand but no supply for a specified blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      inventoryUnavailableNotificationNonAuthenticatedEntity - The inventoryUnavailableNotificationNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUnavailableNotificationNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • notifyPropertyWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec notifyPropertyWithResponseSpec(@Nonnull InventoryUnavailableNotificationNonAuthenticatedEntity inventoryUnavailableNotificationNonAuthenticatedEntity, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Lacks Inventory Notify property that there is a demand but no supply for a specified blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      inventoryUnavailableNotificationNonAuthenticatedEntity - The inventoryUnavailableNotificationNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showConsumerMap

      public reactor.core.publisher.Mono<ConsumerDataMapNonAuthenticatedEntity> showConsumerMap(@Nonnull String inventoryMapIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Map + Markers Load map and map markers for a configurable map.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      inventoryMapIdentifier - The inventoryMapIdentifier parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ConsumerDataMapNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showConsumerMapWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConsumerDataMapNonAuthenticatedEntity>> showConsumerMapWithHttpInfo(@Nonnull String inventoryMapIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Map + Markers Load map and map markers for a configurable map.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      inventoryMapIdentifier - The inventoryMapIdentifier parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<ConsumerDataMapNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showConsumerMapWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showConsumerMapWithResponseSpec(@Nonnull String inventoryMapIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Map + Markers Load map and map markers for a configurable map.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      inventoryMapIdentifier - The inventoryMapIdentifier parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventoryGridItem

      public reactor.core.publisher.Mono<InventoryGridItemNonAuthenticatedEntity> showInventoryGridItem(@Nonnull AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Grid Item Shows single grid based on channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateInventoryGridItemRequestNonAuthenticatedEntity - The aggregateInventoryGridItemRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      InventoryGridItemNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventoryGridItemWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryGridItemNonAuthenticatedEntity>> showInventoryGridItemWithHttpInfo(@Nonnull AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Grid Item Shows single grid based on channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateInventoryGridItemRequestNonAuthenticatedEntity - The aggregateInventoryGridItemRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<InventoryGridItemNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInventoryGridItemWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInventoryGridItemWithResponseSpec(@Nonnull AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Grid Item Shows single grid based on channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateInventoryGridItemRequestNonAuthenticatedEntity - The aggregateInventoryGridItemRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAddOn

      public reactor.core.publisher.Mono<SellerInventoryAddOnNonAuthenticatedEntity> showPropertyAddOn(@Nonnull AggregateAddOnRequestNonAuthenticatedEntity aggregateAddOnRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Inventory Show single add-on based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAddOnRequestNonAuthenticatedEntity - The aggregateAddOnRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryAddOnNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAddOnWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAddOnNonAuthenticatedEntity>> showPropertyAddOnWithHttpInfo(@Nonnull AggregateAddOnRequestNonAuthenticatedEntity aggregateAddOnRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Inventory Show single add-on based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAddOnRequestNonAuthenticatedEntity - The aggregateAddOnRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryAddOnNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAddOnWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyAddOnWithResponseSpec(@Nonnull AggregateAddOnRequestNonAuthenticatedEntity aggregateAddOnRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Inventory Show single add-on based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAddOnRequestNonAuthenticatedEntity - The aggregateAddOnRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAggregate

      public reactor.core.publisher.Mono<SellerInventoryPropertyNonAuthenticatedEntity> showPropertyAggregate(@Nonnull AggregatePropertyRequestNonAuthenticatedEntity aggregatePropertyRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Inventory Show single hotel card with price based on a given record identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePropertyRequestNonAuthenticatedEntity - The aggregatePropertyRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryPropertyNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAggregateWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPropertyNonAuthenticatedEntity>> showPropertyAggregateWithHttpInfo(@Nonnull AggregatePropertyRequestNonAuthenticatedEntity aggregatePropertyRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Inventory Show single hotel card with price based on a given record identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePropertyRequestNonAuthenticatedEntity - The aggregatePropertyRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryPropertyNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAggregateWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyAggregateWithResponseSpec(@Nonnull AggregatePropertyRequestNonAuthenticatedEntity aggregatePropertyRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Inventory Show single hotel card with price based on a given record identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePropertyRequestNonAuthenticatedEntity - The aggregatePropertyRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAttraction

      public reactor.core.publisher.Mono<SellerInventoryAttractionNonAuthenticatedEntity> showPropertyAttraction(@Nonnull AggregateAttractionRequestNonAuthenticatedEntity aggregateAttractionRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Inventory Show single attraction based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAttractionRequestNonAuthenticatedEntity - The aggregateAttractionRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryAttractionNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAttractionWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryAttractionNonAuthenticatedEntity>> showPropertyAttractionWithHttpInfo(@Nonnull AggregateAttractionRequestNonAuthenticatedEntity aggregateAttractionRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Inventory Show single attraction based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAttractionRequestNonAuthenticatedEntity - The aggregateAttractionRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryAttractionNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyAttractionWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyAttractionWithResponseSpec(@Nonnull AggregateAttractionRequestNonAuthenticatedEntity aggregateAttractionRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Inventory Show single attraction based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateAttractionRequestNonAuthenticatedEntity - The aggregateAttractionRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyInventory

      public reactor.core.publisher.Mono<HotelInventoryResponseNonAuthenticatedEntity> showPropertyInventory(@Nonnull HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      HotelInventoryResponseNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyInventoryWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryResponseNonAuthenticatedEntity>> showPropertyInventoryWithHttpInfo(@Nonnull HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<HotelInventoryResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyInventoryWithResponseSpec(@Nonnull HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyList

      public reactor.core.publisher.Mono<HotelInventoryListResponseNonAuthenticatedEntity> showPropertyList(@Nonnull HotelInventoryListRequestNonAuthenticatedEntity hotelInventoryListRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property List Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      HotelInventoryListResponseNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInventoryListResponseNonAuthenticatedEntity>> showPropertyListWithHttpInfo(@Nonnull HotelInventoryListRequestNonAuthenticatedEntity hotelInventoryListRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property List Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<HotelInventoryListResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyListWithResponseSpec(@Nonnull HotelInventoryListRequestNonAuthenticatedEntity hotelInventoryListRequestNonAuthenticatedEntity, @Nullable String engineConfigurationIdentifier, @Nullable Integer images, @Nullable Integer videos, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property List Show property content / availability / rate details.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      images - Number of images to return for inventory
      videos - Number of videos to return for inventory
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyMeetingRoom

      public reactor.core.publisher.Mono<SellerInventoryMeetingRoomNonAuthenticatedEntity> showPropertyMeetingRoom(@Nonnull AggregateMeetingRoomRequestNonAuthenticatedEntity aggregateMeetingRoomRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Inventory Show single meeting room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateMeetingRoomRequestNonAuthenticatedEntity - The aggregateMeetingRoomRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryMeetingRoomNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyMeetingRoomWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryMeetingRoomNonAuthenticatedEntity>> showPropertyMeetingRoomWithHttpInfo(@Nonnull AggregateMeetingRoomRequestNonAuthenticatedEntity aggregateMeetingRoomRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Inventory Show single meeting room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateMeetingRoomRequestNonAuthenticatedEntity - The aggregateMeetingRoomRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryMeetingRoomNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyMeetingRoomWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyMeetingRoomWithResponseSpec(@Nonnull AggregateMeetingRoomRequestNonAuthenticatedEntity aggregateMeetingRoomRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Inventory Show single meeting room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateMeetingRoomRequestNonAuthenticatedEntity - The aggregateMeetingRoomRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyPlace

      public reactor.core.publisher.Mono<SellerInventoryPlaceNonAuthenticatedEntity> showPropertyPlace(@Nonnull AggregatePlaceRequestNonAuthenticatedEntity aggregatePlaceRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Inventory Show single place based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePlaceRequestNonAuthenticatedEntity - The aggregatePlaceRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryPlaceNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyPlaceWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryPlaceNonAuthenticatedEntity>> showPropertyPlaceWithHttpInfo(@Nonnull AggregatePlaceRequestNonAuthenticatedEntity aggregatePlaceRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Inventory Show single place based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePlaceRequestNonAuthenticatedEntity - The aggregatePlaceRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryPlaceNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyPlaceWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyPlaceWithResponseSpec(@Nonnull AggregatePlaceRequestNonAuthenticatedEntity aggregatePlaceRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Inventory Show single place based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregatePlaceRequestNonAuthenticatedEntity - The aggregatePlaceRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRecreation

      public reactor.core.publisher.Mono<SellerInventoryActivityNonAuthenticatedEntity> showPropertyRecreation(@Nonnull AggregateActivityRequestNonAuthenticatedEntity aggregateActivityRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Inventory Show single activity based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateActivityRequestNonAuthenticatedEntity - The aggregateActivityRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryActivityNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRecreationWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryActivityNonAuthenticatedEntity>> showPropertyRecreationWithHttpInfo(@Nonnull AggregateActivityRequestNonAuthenticatedEntity aggregateActivityRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Inventory Show single activity based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateActivityRequestNonAuthenticatedEntity - The aggregateActivityRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryActivityNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRecreationWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyRecreationWithResponseSpec(@Nonnull AggregateActivityRequestNonAuthenticatedEntity aggregateActivityRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Inventory Show single activity based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateActivityRequestNonAuthenticatedEntity - The aggregateActivityRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRestaurant

      public reactor.core.publisher.Mono<SellerInventoryRestaurantNonAuthenticatedEntity> showPropertyRestaurant(@Nonnull AggregateRestaurantRequestNonAuthenticatedEntity aggregateRestaurantRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Inventory Show single restaurant based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRestaurantRequestNonAuthenticatedEntity - The aggregateRestaurantRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryRestaurantNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRestaurantWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryRestaurantNonAuthenticatedEntity>> showPropertyRestaurantWithHttpInfo(@Nonnull AggregateRestaurantRequestNonAuthenticatedEntity aggregateRestaurantRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Inventory Show single restaurant based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRestaurantRequestNonAuthenticatedEntity - The aggregateRestaurantRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryRestaurantNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRestaurantWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyRestaurantWithResponseSpec(@Nonnull AggregateRestaurantRequestNonAuthenticatedEntity aggregateRestaurantRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Inventory Show single restaurant based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRestaurantRequestNonAuthenticatedEntity - The aggregateRestaurantRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRoomType

      public reactor.core.publisher.Mono<SellerInventoryGuestRoomNonAuthenticatedEntity> showPropertyRoomType(@Nonnull AggregateRoomTypeRequestNonAuthenticatedEntity aggregateRoomTypeRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Inventory Show single guest room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRoomTypeRequestNonAuthenticatedEntity - The aggregateRoomTypeRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventoryGuestRoomNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRoomTypeWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryGuestRoomNonAuthenticatedEntity>> showPropertyRoomTypeWithHttpInfo(@Nonnull AggregateRoomTypeRequestNonAuthenticatedEntity aggregateRoomTypeRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Inventory Show single guest room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRoomTypeRequestNonAuthenticatedEntity - The aggregateRoomTypeRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventoryGuestRoomNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertyRoomTypeWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertyRoomTypeWithResponseSpec(@Nonnull AggregateRoomTypeRequestNonAuthenticatedEntity aggregateRoomTypeRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Inventory Show single guest room based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateRoomTypeRequestNonAuthenticatedEntity - The aggregateRoomTypeRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertySpa

      public reactor.core.publisher.Mono<SellerInventorySpaNonAuthenticatedEntity> showPropertySpa(@Nonnull AggregateSpaRequestNonAuthenticatedEntity aggregateSpaRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Inventory Show single spa based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSpaRequestNonAuthenticatedEntity - The aggregateSpaRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellerInventorySpaNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertySpaWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventorySpaNonAuthenticatedEntity>> showPropertySpaWithHttpInfo(@Nonnull AggregateSpaRequestNonAuthenticatedEntity aggregateSpaRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Inventory Show single spa based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSpaRequestNonAuthenticatedEntity - The aggregateSpaRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellerInventorySpaNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPropertySpaWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPropertySpaWithResponseSpec(@Nonnull AggregateSpaRequestNonAuthenticatedEntity aggregateSpaRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Inventory Show single spa based on a channel inventory identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSpaRequestNonAuthenticatedEntity - The aggregateSpaRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryList

      public reactor.core.publisher.Mono<SellableListResponseNonAuthenticatedEntity> showSellerInventoryList(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Inventory Shows page of blocking items

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellableListResponseNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellableListResponseNonAuthenticatedEntity>> showSellerInventoryListWithHttpInfo(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Inventory Shows page of blocking items

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellableListResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSellerInventoryListWithResponseSpec(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Search Inventory Shows page of blocking items

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryRankedList

      public reactor.core.publisher.Mono<SellableRankedListResponseNonAuthenticatedEntity> showSellerInventoryRankedList(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      SellableRankedListResponseNonAuthenticatedEntity
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryRankedListWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellableRankedListResponseNonAuthenticatedEntity>> showSellerInventoryRankedListWithHttpInfo(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<SellableRankedListResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSellerInventoryRankedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSellerInventoryRankedListWithResponseSpec(@Nonnull AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked blocking.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API