Class InventoryUsageApi

java.lang.Object
travel.wink.sdk.extranet.api.InventoryUsageApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-04-25T09:03:50.356743433+07:00[Asia/Bangkok]") public class InventoryUsageApi extends Object
  • Constructor Details

    • InventoryUsageApi

      public InventoryUsageApi()
    • InventoryUsageApi

      @Autowired public InventoryUsageApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showActivityUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showActivityUsage(String hotelIdentifier, String activityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Usage Retrieve an aggregate report where specified activity is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      activityIdentifier - Activity identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showActivityUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showActivityUsageWithHttpInfo(String hotelIdentifier, String activityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Usage Retrieve an aggregate report where specified activity is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      activityIdentifier - Activity identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showActivityUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showActivityUsageWithResponseSpec(String hotelIdentifier, String activityIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Activity Usage Retrieve an aggregate report where specified activity is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      activityIdentifier - Activity 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
    • showAddOnUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showAddOnUsage(String hotelIdentifier, String addOnIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Usage Retrieve an aggregate report where specified add-on is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      addOnIdentifier - Add-On identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAddOnUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showAddOnUsageWithHttpInfo(String hotelIdentifier, String addOnIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Usage Retrieve an aggregate report where specified add-on is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      addOnIdentifier - Add-On identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAddOnUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAddOnUsageWithResponseSpec(String hotelIdentifier, String addOnIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Add-On Usage Retrieve an aggregate report where specified add-on is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      addOnIdentifier - Add-On 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
    • showAttractionUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showAttractionUsage(String hotelIdentifier, String attractionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Usage Retrieve an aggregate report where specified attraction is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      attractionIdentifier - Attraction identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAttractionUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showAttractionUsageWithHttpInfo(String hotelIdentifier, String attractionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Usage Retrieve an aggregate report where specified attraction is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      attractionIdentifier - Attraction identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showAttractionUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showAttractionUsageWithResponseSpec(String hotelIdentifier, String attractionIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Attraction Usage Retrieve an aggregate report where specified attraction is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      attractionIdentifier - Attraction 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
    • showMeetingRoomUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showMeetingRoomUsage(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Usage Retrieve an aggregate report where specified meeting room is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      meetingRoomIdentifier - Meeting room identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showMeetingRoomUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showMeetingRoomUsageWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Usage Retrieve an aggregate report where specified meeting room is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      meetingRoomIdentifier - Meeting room identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showMeetingRoomUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMeetingRoomUsageWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Meeting Room Usage Retrieve an aggregate report where specified meeting room is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      meetingRoomIdentifier - Meeting room 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
    • showPlaceUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showPlaceUsage(String hotelIdentifier, String placeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      placeIdentifier - Place identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPlaceUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showPlaceUsageWithHttpInfo(String hotelIdentifier, String placeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      placeIdentifier - Place identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showPlaceUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showPlaceUsageWithResponseSpec(String hotelIdentifier, String placeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Place Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      placeIdentifier - Place 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
    • showRatePlanUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showRatePlanUsage(String hotelIdentifier, String ratePlanIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Rate Plan Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      ratePlanIdentifier - Rate plan identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRatePlanUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showRatePlanUsageWithHttpInfo(String hotelIdentifier, String ratePlanIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Rate Plan Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      ratePlanIdentifier - Rate plan identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRatePlanUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRatePlanUsageWithResponseSpec(String hotelIdentifier, String ratePlanIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Rate Plan Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      ratePlanIdentifier - Rate plan 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
    • showRestaurantUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showRestaurantUsage(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      restaurantIdentifier - Restaurant identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRestaurantUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showRestaurantUsageWithHttpInfo(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      restaurantIdentifier - Restaurant identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRestaurantUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRestaurantUsageWithResponseSpec(String hotelIdentifier, String restaurantIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Restaurant Usage Retrieve an aggregate report where specified rate plan is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      restaurantIdentifier - Restaurant 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
    • showRoomTypeUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showRoomTypeUsage(String hotelIdentifier, String roomTypeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Room Type Usage Retrieve an aggregate report where specified room type is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      roomTypeIdentifier - Room type identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRoomTypeUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showRoomTypeUsageWithHttpInfo(String hotelIdentifier, String roomTypeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Room Type Usage Retrieve an aggregate report where specified room type is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      roomTypeIdentifier - Room type identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showRoomTypeUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showRoomTypeUsageWithResponseSpec(String hotelIdentifier, String roomTypeIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Room Type Usage Retrieve an aggregate report where specified room type is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      roomTypeIdentifier - Room type 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
    • showSpaUsage

      public reactor.core.publisher.Mono<InventoryUsageSupplier> showSpaUsage(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Usage Retrieve an aggregate report where specified spa is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      spaIdentifier - Spa identifier
      winkVersion - The winkVersion parameter
      Returns:
      InventoryUsageSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSpaUsageWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InventoryUsageSupplier>> showSpaUsageWithHttpInfo(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Usage Retrieve an aggregate report where specified spa is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      spaIdentifier - Spa identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InventoryUsageSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSpaUsageWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSpaUsageWithResponseSpec(String hotelIdentifier, String spaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Spa Usage Retrieve an aggregate report where specified spa is being used on affiliate real estate.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - Hotel identifier inventory owner
      spaIdentifier - Spa 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