Class BookingsApi

java.lang.Object
travel.wink.sdk.affiliate.api.BookingsApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-12-27T18:00:24.319118463+07:00[Asia/Bangkok]") public class BookingsApi extends Object
  • Constructor Details

    • BookingsApi

      public BookingsApi()
    • BookingsApi

      @Autowired public BookingsApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showBookingForEngine

      public reactor.core.publisher.Mono<BookingViewAffiliate> showBookingForEngine(String companyIdentifier, String bookingIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booking Show a booking record by its identifier.

      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:
      companyIdentifier - Show booking for company identifier
      bookingIdentifier - Show booking with booking identifier
      winkVersion - The winkVersion parameter
      Returns:
      BookingViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showBookingForEngineWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingViewAffiliate>> showBookingForEngineWithHttpInfo(String companyIdentifier, String bookingIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booking Show a booking record by its identifier.

      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:
      companyIdentifier - Show booking for company identifier
      bookingIdentifier - Show booking with booking identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<BookingViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showBookingForEngineWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingForEngineWithResponseSpec(String companyIdentifier, String bookingIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booking Show a booking record by its identifier.

      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:
      companyIdentifier - Show booking for company identifier
      bookingIdentifier - Show booking with booking 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
    • showBookingsForCompany

      public reactor.core.publisher.Mono<PageBookingViewAffiliate> showBookingsForCompany(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Bookings Show bookings for the affiliate company that helped create those booking.

      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:
      companyIdentifier - Show bookings for company identifier
      stateAffiliate - The stateAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      PageBookingViewAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showBookingsForCompanyWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAffiliate>> showBookingsForCompanyWithHttpInfo(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Bookings Show bookings for the affiliate company that helped create those booking.

      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:
      companyIdentifier - Show bookings for company identifier
      stateAffiliate - The stateAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageBookingViewAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showBookingsForCompanyWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingsForCompanyWithResponseSpec(String companyIdentifier, StateAffiliate stateAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Bookings Show bookings for the affiliate company that helped create those booking.

      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:
      companyIdentifier - Show bookings for company identifier
      stateAffiliate - The stateAffiliate 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
    • showUniqueApplications

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueApplications(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique applications for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      List<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueApplicationsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueApplicationsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique applications for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueApplicationsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueApplicationsWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Applications Show a list of unique applications that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique applications for booking made with the help of company 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
    • showUniqueEngineConfigurations

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueEngineConfigurations(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique customizations for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      List<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueEngineConfigurationsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueEngineConfigurationsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique customizations for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueEngineConfigurationsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueEngineConfigurationsWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Customizations Show a list of unique customizations that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique customizations for booking made with the help of company 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
    • showUniqueHotels

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueHotels(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique hotels for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      List<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueHotelsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueHotelsWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique hotels for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueHotelsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueHotelsWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Hotels Show a list of unique hotels that were responsible for creating bookings through this affiliate sales channel.

      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:
      companyIdentifier - Show unique hotels for booking made with the help of company 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
    • showUniqueMasterRates

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showUniqueMasterRates(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Master Rates Show a list of unique master rates that created a booking.

      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:
      companyIdentifier - Show unique master rates for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      List<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueMasterRatesWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showUniqueMasterRatesWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Master Rates Show a list of unique master rates that created a booking.

      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:
      companyIdentifier - Show unique master rates for booking made with the help of company identifier
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<List<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUniqueMasterRatesWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUniqueMasterRatesWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Booked Master Rates Show a list of unique master rates that created a booking.

      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:
      companyIdentifier - Show unique master rates for booking made with the help of company 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