Class InventoryApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-15T11:55:54.125688842+07:00[Asia/Bangkok]") 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)
    • oauth2ShowInventoryGridItem

      public reactor.core.publisher.Mono<InventoryGridItemNonAuthenticatedEntity> oauth2ShowInventoryGridItem(AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Shows single grid based on channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateInventoryGridItemRequestNonAuthenticatedEntity - The aggregateInventoryGridItemRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryGridItemNonAuthenticatedEntity
      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<InventoryGridItemNonAuthenticatedEntity>> oauth2ShowInventoryGridItemWithHttpInfo(AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Shows single grid based on channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowInventoryGridItemWithResponseSpec(AggregateInventoryGridItemRequestNonAuthenticatedEntity aggregateInventoryGridItemRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventory Shows single grid based on channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateAddOnRequestNonAuthenticatedEntity - The aggregateAddOnRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryAddOnNonAuthenticatedEntity
      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<SellerInventoryAddOnNonAuthenticatedEntity>> oauth2ShowPropertyAddOnWithHttpInfo(AggregateAddOnRequestNonAuthenticatedEntity aggregateAddOnRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Show single add-on based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyAddOnWithResponseSpec(AggregateAddOnRequestNonAuthenticatedEntity aggregateAddOnRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Show single add-on based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public reactor.core.publisher.Mono<SellerInventoryHotelNonAuthenticatedEntity> oauth2ShowPropertyAggregate(AggregateHotelRequestNonAuthenticatedEntity aggregateHotelRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show single hotel card with price based on a given record identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateHotelRequestNonAuthenticatedEntity - The aggregateHotelRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryHotelNonAuthenticatedEntity
      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<SellerInventoryHotelNonAuthenticatedEntity>> oauth2ShowPropertyAggregateWithHttpInfo(AggregateHotelRequestNonAuthenticatedEntity aggregateHotelRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show single hotel card with price based on a given record identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateHotelRequestNonAuthenticatedEntity - The aggregateHotelRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SellerInventoryHotelNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertyAggregateWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyAggregateWithResponseSpec(AggregateHotelRequestNonAuthenticatedEntity aggregateHotelRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property Show single hotel card with price based on a given record identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateHotelRequestNonAuthenticatedEntity - The aggregateHotelRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertyAttraction

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateAttractionRequestNonAuthenticatedEntity - The aggregateAttractionRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryAttractionNonAuthenticatedEntity
      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<SellerInventoryAttractionNonAuthenticatedEntity>> oauth2ShowPropertyAttractionWithHttpInfo(AggregateAttractionRequestNonAuthenticatedEntity aggregateAttractionRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Show single attraction based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyAttractionWithResponseSpec(AggregateAttractionRequestNonAuthenticatedEntity aggregateAttractionRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Show single attraction based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public reactor.core.publisher.Mono<HotelInventoryResponseNonAuthenticatedEntity> oauth2ShowPropertyInventory(HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show property Show property content / availability / rate details.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      HotelInventoryResponseNonAuthenticatedEntity
      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<HotelInventoryResponseNonAuthenticatedEntity>> oauth2ShowPropertyInventoryWithHttpInfo(HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show property Show property content / availability / rate details.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      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
    • oauth2ShowPropertyInventoryWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyInventoryWithResponseSpec(HotelInventoryRequestNonAuthenticatedEntity hotelInventoryRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show property Show property content / availability / rate details.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryRequestNonAuthenticatedEntity - The hotelInventoryRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertyList

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      HotelInventoryListResponseNonAuthenticatedEntity
      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<HotelInventoryListResponseNonAuthenticatedEntity>> oauth2ShowPropertyListWithHttpInfo(HotelInventoryListRequestNonAuthenticatedEntity hotelInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property List Show property content / availability / rate details.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      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
    • oauth2ShowPropertyListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyListWithResponseSpec(HotelInventoryListRequestNonAuthenticatedEntity hotelInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Property List Show property content / availability / rate details.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      hotelInventoryListRequestNonAuthenticatedEntity - The hotelInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertyMeetingRoom

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateMeetingRoomRequestNonAuthenticatedEntity - The aggregateMeetingRoomRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryMeetingRoomNonAuthenticatedEntity
      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<SellerInventoryMeetingRoomNonAuthenticatedEntity>> oauth2ShowPropertyMeetingRoomWithHttpInfo(AggregateMeetingRoomRequestNonAuthenticatedEntity aggregateMeetingRoomRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Show single meeting room based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyMeetingRoomWithResponseSpec(AggregateMeetingRoomRequestNonAuthenticatedEntity aggregateMeetingRoomRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Show single meeting room based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregatePlaceRequestNonAuthenticatedEntity - The aggregatePlaceRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryPlaceNonAuthenticatedEntity
      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<SellerInventoryPlaceNonAuthenticatedEntity>> oauth2ShowPropertyPlaceWithHttpInfo(AggregatePlaceRequestNonAuthenticatedEntity aggregatePlaceRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Show single place based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyPlaceWithResponseSpec(AggregatePlaceRequestNonAuthenticatedEntity aggregatePlaceRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Show single place based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateActivityRequestNonAuthenticatedEntity - The aggregateActivityRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryActivityNonAuthenticatedEntity
      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<SellerInventoryActivityNonAuthenticatedEntity>> oauth2ShowPropertyRecreationWithHttpInfo(AggregateActivityRequestNonAuthenticatedEntity aggregateActivityRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Show single activity based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyRecreationWithResponseSpec(AggregateActivityRequestNonAuthenticatedEntity aggregateActivityRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Show single activity based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateRestaurantRequestNonAuthenticatedEntity - The aggregateRestaurantRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryRestaurantNonAuthenticatedEntity
      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<SellerInventoryRestaurantNonAuthenticatedEntity>> oauth2ShowPropertyRestaurantWithHttpInfo(AggregateRestaurantRequestNonAuthenticatedEntity aggregateRestaurantRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Show single restaurant based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyRestaurantWithResponseSpec(AggregateRestaurantRequestNonAuthenticatedEntity aggregateRestaurantRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Show single restaurant based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public reactor.core.publisher.Mono<SellerInventoryGuestRoomNonAuthenticatedEntity> oauth2ShowPropertyRoomType(AggregateGuestRoomRequestNonAuthenticatedEntity aggregateGuestRoomRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Show single guest room based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateGuestRoomRequestNonAuthenticatedEntity - The aggregateGuestRoomRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryGuestRoomNonAuthenticatedEntity
      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<SellerInventoryGuestRoomNonAuthenticatedEntity>> oauth2ShowPropertyRoomTypeWithHttpInfo(AggregateGuestRoomRequestNonAuthenticatedEntity aggregateGuestRoomRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Show single guest room based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateGuestRoomRequestNonAuthenticatedEntity - The aggregateGuestRoomRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SellerInventoryGuestRoomNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertyRoomTypeWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertyRoomTypeWithResponseSpec(AggregateGuestRoomRequestNonAuthenticatedEntity aggregateGuestRoomRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Guest Room Show single guest room based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateGuestRoomRequestNonAuthenticatedEntity - The aggregateGuestRoomRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowPropertySpa

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

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateSpaRequestNonAuthenticatedEntity - The aggregateSpaRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventorySpaNonAuthenticatedEntity
      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<SellerInventorySpaNonAuthenticatedEntity>> oauth2ShowPropertySpaWithHttpInfo(AggregateSpaRequestNonAuthenticatedEntity aggregateSpaRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Show single spa based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowPropertySpaWithResponseSpec(AggregateSpaRequestNonAuthenticatedEntity aggregateSpaRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Show single spa based on a channel inventory identifier

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public reactor.core.publisher.Mono<SellerInventoryListResponseNonAuthenticatedEntity> oauth2ShowSellerInventoryList(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventories Shows page of inventory items

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryListResponseNonAuthenticatedEntity
      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<SellerInventoryListResponseNonAuthenticatedEntity>> oauth2ShowSellerInventoryListWithHttpInfo(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventories Shows page of inventory items

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SellerInventoryListResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowSellerInventoryListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowSellerInventoryListWithResponseSpec(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Inventories Shows page of inventory items

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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

      public reactor.core.publisher.Mono<SellerInventoryRankedListResponseNonAuthenticatedEntity> oauth2ShowSellerInventoryRankedList(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked inventory.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      SellerInventoryRankedListResponseNonAuthenticatedEntity
      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<SellerInventoryRankedListResponseNonAuthenticatedEntity>> oauth2ShowSellerInventoryRankedListWithHttpInfo(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked inventory.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

      Parameters:
      aggregateSellerInventoryListRequestNonAuthenticatedEntity - The aggregateSellerInventoryListRequestNonAuthenticatedEntity parameter
      engineConfigurationIdentifier - Engine configuration identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<SellerInventoryRankedListResponseNonAuthenticatedEntity>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • oauth2ShowSellerInventoryRankedListWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec oauth2ShowSellerInventoryRankedListWithResponseSpec(AggregateSellerInventoryListRequestNonAuthenticatedEntity aggregateSellerInventoryListRequestNonAuthenticatedEntity, String engineConfigurationIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Ranked Inventories Shows a paginated list of ranked inventory.

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      503 - Service Unavailable

      200 - OK

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