Class ReservationServiceApi


  • public class ReservationServiceApi
    extends Object
    • Constructor Detail

      • ReservationServiceApi

        public ReservationServiceApi()
      • ReservationServiceApi

        public ReservationServiceApi​(ApiClient apiClient)
    • Method Detail

      • getApiClient

        public ApiClient getApiClient()
      • setApiClient

        public void setApiClient​(ApiClient apiClient)
      • getAirCancellationCharges

        public ResponsePackAirCancellationCharges getAirCancellationCharges​(AirCancellationCriteria body,
                                                                            String sessionId,
                                                                            String conversationId,
                                                                            String X_API_KEY)
                                                                     throws ApiException
        Flight cancellation charges Flight cancellation charges
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirCancellationCharges
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getAirCancellationChargesWithHttpInfo

        public ApiResponse<ResponsePackAirCancellationCharges> getAirCancellationChargesWithHttpInfo​(AirCancellationCriteria body,
                                                                                                     String sessionId,
                                                                                                     String conversationId,
                                                                                                     String X_API_KEY)
                                                                                              throws ApiException
        Flight cancellation charges Flight cancellation charges
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirCancellationCharges>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • getAirCancellationChargesAsync

        public com.squareup.okhttp.Call getAirCancellationChargesAsync​(AirCancellationCriteria body,
                                                                       String sessionId,
                                                                       String conversationId,
                                                                       String X_API_KEY,
                                                                       ApiCallback<ResponsePackAirCancellationCharges> callback)
                                                                throws ApiException
        Flight cancellation charges (asynchronously) Flight cancellation charges
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirBooking

        public ResponsePackAirBooking performAirBooking​(AirBookCriteria body,
                                                        String sessionId,
                                                        String conversationId,
                                                        String X_API_KEY)
                                                 throws ApiException
        Flight book Flight book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirBookingWithHttpInfo

        public ApiResponse<ResponsePackAirBooking> performAirBookingWithHttpInfo​(AirBookCriteria body,
                                                                                 String sessionId,
                                                                                 String conversationId,
                                                                                 String X_API_KEY)
                                                                          throws ApiException
        Flight book Flight book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirBookingAsync

        public com.squareup.okhttp.Call performAirBookingAsync​(AirBookCriteria body,
                                                               String sessionId,
                                                               String conversationId,
                                                               String X_API_KEY,
                                                               ApiCallback<ResponsePackAirBooking> callback)
                                                        throws ApiException
        Flight book (asynchronously) Flight book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirBookingRetrieve

        public ResponsePackAirBooking performAirBookingRetrieve​(AirBookingRetrievalCriteria body,
                                                                String sessionId,
                                                                String conversationId,
                                                                String X_API_KEY)
                                                         throws ApiException
        Flight Booking Retrieve Flight Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirBookingRetrieveWithHttpInfo

        public ApiResponse<ResponsePackAirBooking> performAirBookingRetrieveWithHttpInfo​(AirBookingRetrievalCriteria body,
                                                                                         String sessionId,
                                                                                         String conversationId,
                                                                                         String X_API_KEY)
                                                                                  throws ApiException
        Flight Booking Retrieve Flight Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirBookingRetrieveAsync

        public com.squareup.okhttp.Call performAirBookingRetrieveAsync​(AirBookingRetrievalCriteria body,
                                                                       String sessionId,
                                                                       String conversationId,
                                                                       String X_API_KEY,
                                                                       ApiCallback<ResponsePackAirBooking> callback)
                                                                throws ApiException
        Flight Booking Retrieve (asynchronously) Flight Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirCancel

        public ResponsePackAirCancel performAirCancel​(AirCancellationCriteria body,
                                                      String sessionId,
                                                      String conversationId,
                                                      String X_API_KEY)
                                               throws ApiException
        Flight cancel Flight cancel
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirCancel
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirCancelWithHttpInfo

        public ApiResponse<ResponsePackAirCancel> performAirCancelWithHttpInfo​(AirCancellationCriteria body,
                                                                               String sessionId,
                                                                               String conversationId,
                                                                               String X_API_KEY)
                                                                        throws ApiException
        Flight cancel Flight cancel
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirCancel>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirCancelAsync

        public com.squareup.okhttp.Call performAirCancelAsync​(AirCancellationCriteria body,
                                                              String sessionId,
                                                              String conversationId,
                                                              String X_API_KEY,
                                                              ApiCallback<ResponsePackAirCancel> callback)
                                                       throws ApiException
        Flight cancel (asynchronously) Flight cancel
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirPassivePnrBooking

        public ResponsePackPassivePnrBook performAirPassivePnrBooking​(AirPassivePnrBookCriteria body,
                                                                      String sessionId,
                                                                      String conversationId,
                                                                      String X_API_KEY)
                                                               throws ApiException
        Flight Passive PNR Book Flight Passive PNR Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackPassivePnrBook
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirPassivePnrBookingWithHttpInfo

        public ApiResponse<ResponsePackPassivePnrBook> performAirPassivePnrBookingWithHttpInfo​(AirPassivePnrBookCriteria body,
                                                                                               String sessionId,
                                                                                               String conversationId,
                                                                                               String X_API_KEY)
                                                                                        throws ApiException
        Flight Passive PNR Book Flight Passive PNR Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackPassivePnrBook>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirPassivePnrBookingAsync

        public com.squareup.okhttp.Call performAirPassivePnrBookingAsync​(AirPassivePnrBookCriteria body,
                                                                         String sessionId,
                                                                         String conversationId,
                                                                         String X_API_KEY,
                                                                         ApiCallback<ResponsePackPassivePnrBook> callback)
                                                                  throws ApiException
        Flight Passive PNR Book (asynchronously) Flight Passive PNR Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirProvisionalBookingCall

        public com.squareup.okhttp.Call performAirProvisionalBookingCall​(AirProvBookCriteria body,
                                                                         String sessionId,
                                                                         String conversationId,
                                                                         String X_API_KEY,
                                                                         ProgressResponseBody.ProgressListener progressListener,
                                                                         ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                                  throws ApiException
        Build call for performAirProvisionalBooking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • performAirProvisionalBooking

        public ResponsePackAir performAirProvisionalBooking​(AirProvBookCriteria body,
                                                            String sessionId,
                                                            String conversationId,
                                                            String X_API_KEY)
                                                     throws ApiException
        Flight provisional book Flight provisional book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAir
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirProvisionalBookingWithHttpInfo

        public ApiResponse<ResponsePackAir> performAirProvisionalBookingWithHttpInfo​(AirProvBookCriteria body,
                                                                                     String sessionId,
                                                                                     String conversationId,
                                                                                     String X_API_KEY)
                                                                              throws ApiException
        Flight provisional book Flight provisional book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAir>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirProvisionalBookingAsync

        public com.squareup.okhttp.Call performAirProvisionalBookingAsync​(AirProvBookCriteria body,
                                                                          String sessionId,
                                                                          String conversationId,
                                                                          String X_API_KEY,
                                                                          ApiCallback<ResponsePackAir> callback)
                                                                   throws ApiException
        Flight provisional book (asynchronously) Flight provisional book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAirReInitiateBookingCall

        public com.squareup.okhttp.Call performAirReInitiateBookingCall​(AirBookCriteria body,
                                                                        String sessionId,
                                                                        String conversationId,
                                                                        String X_API_KEY,
                                                                        ProgressResponseBody.ProgressListener progressListener,
                                                                        ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                                 throws ApiException
        Build call for performAirReInitiateBooking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • performAirReInitiateBooking

        public ResponsePackAirBooking performAirReInitiateBooking​(AirBookCriteria body,
                                                                  String sessionId,
                                                                  String conversationId,
                                                                  String X_API_KEY)
                                                           throws ApiException
        Flight Re-Initiate Booking Flight Re-Initiate Booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirReInitiateBookingWithHttpInfo

        public ApiResponse<ResponsePackAirBooking> performAirReInitiateBookingWithHttpInfo​(AirBookCriteria body,
                                                                                           String sessionId,
                                                                                           String conversationId,
                                                                                           String X_API_KEY)
                                                                                    throws ApiException
        Flight Re-Initiate Booking Flight Re-Initiate Booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAirReInitiateBookingAsync

        public com.squareup.okhttp.Call performAirReInitiateBookingAsync​(AirBookCriteria body,
                                                                         String sessionId,
                                                                         String conversationId,
                                                                         String X_API_KEY,
                                                                         ApiCallback<ResponsePackAirBooking> callback)
                                                                  throws ApiException
        Flight Re-Initiate Booking (asynchronously) Flight Re-Initiate Booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAncillaryBookRequest

        public ResponsePackAncillaryBooking performAncillaryBookRequest​(AncillaryBookCriteria body,
                                                                        String sessionId,
                                                                        String conversationId,
                                                                        String X_API_KEY)
                                                                 throws ApiException
        Ancillary Book Ancillary Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAncillaryBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryBookRequestWithHttpInfo

        public ApiResponse<ResponsePackAncillaryBooking> performAncillaryBookRequestWithHttpInfo​(AncillaryBookCriteria body,
                                                                                                 String sessionId,
                                                                                                 String conversationId,
                                                                                                 String X_API_KEY)
                                                                                          throws ApiException
        Ancillary Book Ancillary Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAncillaryBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryBookRequestAsync

        public com.squareup.okhttp.Call performAncillaryBookRequestAsync​(AncillaryBookCriteria body,
                                                                         String sessionId,
                                                                         String conversationId,
                                                                         String X_API_KEY,
                                                                         ApiCallback<ResponsePackAncillaryBooking> callback)
                                                                  throws ApiException
        Ancillary Book (asynchronously) Ancillary Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAncillaryDirectBookRequestCall

        public com.squareup.okhttp.Call performAncillaryDirectBookRequestCall​(AncillaryBookCriteria body,
                                                                              String sessionId,
                                                                              String conversationId,
                                                                              String X_API_KEY,
                                                                              ProgressResponseBody.ProgressListener progressListener,
                                                                              ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                                       throws ApiException
        Build call for performAncillaryDirectBookRequest
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • performAncillaryDirectBookRequest

        public ResponsePackAncillaryBooking performAncillaryDirectBookRequest​(AncillaryBookCriteria body,
                                                                              String sessionId,
                                                                              String conversationId,
                                                                              String X_API_KEY)
                                                                       throws ApiException
        Ancillary Direct Book Ancillary Direct Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAncillaryBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryDirectBookRequestWithHttpInfo

        public ApiResponse<ResponsePackAncillaryBooking> performAncillaryDirectBookRequestWithHttpInfo​(AncillaryBookCriteria body,
                                                                                                       String sessionId,
                                                                                                       String conversationId,
                                                                                                       String X_API_KEY)
                                                                                                throws ApiException
        Ancillary Direct Book Ancillary Direct Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAncillaryBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryDirectBookRequestAsync

        public com.squareup.okhttp.Call performAncillaryDirectBookRequestAsync​(AncillaryBookCriteria body,
                                                                               String sessionId,
                                                                               String conversationId,
                                                                               String X_API_KEY,
                                                                               ApiCallback<ResponsePackAncillaryBooking> callback)
                                                                        throws ApiException
        Ancillary Direct Book (asynchronously) Ancillary Direct Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAncillaryProBookRequest

        public ResponsePackAncillaryResult performAncillaryProBookRequest​(AncillaryProvBookCriteria body,
                                                                          String sessionId,
                                                                          String conversationId,
                                                                          String X_API_KEY)
                                                                   throws ApiException
        Ancillary Prov Book Ancillary Prov Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAncillaryResult
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryProBookRequestWithHttpInfo

        public ApiResponse<ResponsePackAncillaryResult> performAncillaryProBookRequestWithHttpInfo​(AncillaryProvBookCriteria body,
                                                                                                   String sessionId,
                                                                                                   String conversationId,
                                                                                                   String X_API_KEY)
                                                                                            throws ApiException
        Ancillary Prov Book Ancillary Prov Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAncillaryResult>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillaryProBookRequestAsync

        public com.squareup.okhttp.Call performAncillaryProBookRequestAsync​(AncillaryProvBookCriteria body,
                                                                            String sessionId,
                                                                            String conversationId,
                                                                            String X_API_KEY,
                                                                            ApiCallback<ResponsePackAncillaryResult> callback)
                                                                     throws ApiException
        Ancillary Prov Book (asynchronously) Ancillary Prov Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performAncillarySearchRequest

        public ResponsePackAirAncillarySearchResponse performAncillarySearchRequest​(AncillarySearchCriteria body,
                                                                                    String sessionId,
                                                                                    String conversationId,
                                                                                    String X_API_KEY)
                                                                             throws ApiException
        Ancillary search Flight ancillary search request
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirAncillarySearchResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillarySearchRequestWithHttpInfo

        public ApiResponse<ResponsePackAirAncillarySearchResponse> performAncillarySearchRequestWithHttpInfo​(AncillarySearchCriteria body,
                                                                                                             String sessionId,
                                                                                                             String conversationId,
                                                                                                             String X_API_KEY)
                                                                                                      throws ApiException
        Ancillary search Flight ancillary search request
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirAncillarySearchResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performAncillarySearchRequestAsync

        public com.squareup.okhttp.Call performAncillarySearchRequestAsync​(AncillarySearchCriteria body,
                                                                           String sessionId,
                                                                           String conversationId,
                                                                           String X_API_KEY,
                                                                           ApiCallback<ResponsePackAirAncillarySearchResponse> callback)
                                                                    throws ApiException
        Ancillary search (asynchronously) Flight ancillary search request
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performCarAddExtras

        public ResponsePackCar performCarAddExtras​(CarPreBookCriteria body,
                                                   String sessionId,
                                                   String conversationId,
                                                   String X_API_KEY)
                                            throws ApiException
        Car Add Extras Car Add Extras
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackCar
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarAddExtrasWithHttpInfo

        public ApiResponse<ResponsePackCar> performCarAddExtrasWithHttpInfo​(CarPreBookCriteria body,
                                                                            String sessionId,
                                                                            String conversationId,
                                                                            String X_API_KEY)
                                                                     throws ApiException
        Car Add Extras Car Add Extras
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackCar>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarAddExtrasAsync

        public com.squareup.okhttp.Call performCarAddExtrasAsync​(CarPreBookCriteria body,
                                                                 String sessionId,
                                                                 String conversationId,
                                                                 String X_API_KEY,
                                                                 ApiCallback<ResponsePackCar> callback)
                                                          throws ApiException
        Car Add Extras (asynchronously) Car Add Extras
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performCarBook

        public ResponsePackCarBooking performCarBook​(CarBookingCriteria body,
                                                     String sessionId,
                                                     String conversationId,
                                                     String X_API_KEY)
                                              throws ApiException
        Car Book Car Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackCarBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookWithHttpInfo

        public ApiResponse<ResponsePackCarBooking> performCarBookWithHttpInfo​(CarBookingCriteria body,
                                                                              String sessionId,
                                                                              String conversationId,
                                                                              String X_API_KEY)
                                                                       throws ApiException
        Car Book Car Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackCarBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookAsync

        public com.squareup.okhttp.Call performCarBookAsync​(CarBookingCriteria body,
                                                            String sessionId,
                                                            String conversationId,
                                                            String X_API_KEY,
                                                            ApiCallback<ResponsePackCarBooking> callback)
                                                     throws ApiException
        Car Book (asynchronously) Car Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performCarBookingCancellation

        public ResponsePackBookingCancellationResponse performCarBookingCancellation​(BookingCancellationCriteria body,
                                                                                     String sessionId,
                                                                                     String conversationId,
                                                                                     String X_API_KEY)
                                                                              throws ApiException
        Car Booking Cancellation Car Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackBookingCancellationResponse
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookingCancellationWithHttpInfo

        public ApiResponse<ResponsePackBookingCancellationResponse> performCarBookingCancellationWithHttpInfo​(BookingCancellationCriteria body,
                                                                                                              String sessionId,
                                                                                                              String conversationId,
                                                                                                              String X_API_KEY)
                                                                                                       throws ApiException
        Car Booking Cancellation Car Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackBookingCancellationResponse>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookingCancellationAsync

        public com.squareup.okhttp.Call performCarBookingCancellationAsync​(BookingCancellationCriteria body,
                                                                           String sessionId,
                                                                           String conversationId,
                                                                           String X_API_KEY,
                                                                           ApiCallback<ResponsePackBookingCancellationResponse> callback)
                                                                    throws ApiException
        Car Booking Cancellation (asynchronously) Car Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performCarBookingRetrieve

        public ResponsePackCarBooking performCarBookingRetrieve​(CarBookingRetrieveCriteria body,
                                                                String sessionId,
                                                                String conversationId,
                                                                String X_API_KEY)
                                                         throws ApiException
        Car Booking Retrieve Car Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackCarBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookingRetrieveWithHttpInfo

        public ApiResponse<ResponsePackCarBooking> performCarBookingRetrieveWithHttpInfo​(CarBookingRetrieveCriteria body,
                                                                                         String sessionId,
                                                                                         String conversationId,
                                                                                         String X_API_KEY)
                                                                                  throws ApiException
        Car Booking Retrieve Car Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackCarBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarBookingRetrieveAsync

        public com.squareup.okhttp.Call performCarBookingRetrieveAsync​(CarBookingRetrieveCriteria body,
                                                                       String sessionId,
                                                                       String conversationId,
                                                                       String X_API_KEY,
                                                                       ApiCallback<ResponsePackCarBooking> callback)
                                                                throws ApiException
        Car Booking Retrieve (asynchronously) Car Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performCarPrebook

        public ResponsePackCar performCarPrebook​(CarPreBookCriteria body,
                                                 String sessionId,
                                                 String conversationId,
                                                 String X_API_KEY)
                                          throws ApiException
        Car Pre Book Car Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackCar
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarPrebookWithHttpInfo

        public ApiResponse<ResponsePackCar> performCarPrebookWithHttpInfo​(CarPreBookCriteria body,
                                                                          String sessionId,
                                                                          String conversationId,
                                                                          String X_API_KEY)
                                                                   throws ApiException
        Car Pre Book Car Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackCar>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performCarPrebookAsync

        public com.squareup.okhttp.Call performCarPrebookAsync​(CarPreBookCriteria body,
                                                               String sessionId,
                                                               String conversationId,
                                                               String X_API_KEY,
                                                               ApiCallback<ResponsePackCar> callback)
                                                        throws ApiException
        Car Pre Book (asynchronously) Car Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performHotelBooking

        public ResponsePackHotelBooking performHotelBooking​(HotelBookingCriteria body,
                                                            String sessionId,
                                                            String conversationId,
                                                            String X_API_KEY)
                                                     throws ApiException
        Hotel Book Hotel Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackHotelBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelBookingWithHttpInfo

        public ApiResponse<ResponsePackHotelBooking> performHotelBookingWithHttpInfo​(HotelBookingCriteria body,
                                                                                     String sessionId,
                                                                                     String conversationId,
                                                                                     String X_API_KEY)
                                                                              throws ApiException
        Hotel Book Hotel Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackHotelBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelBookingAsync

        public com.squareup.okhttp.Call performHotelBookingAsync​(HotelBookingCriteria body,
                                                                 String sessionId,
                                                                 String conversationId,
                                                                 String X_API_KEY,
                                                                 ApiCallback<ResponsePackHotelBooking> callback)
                                                          throws ApiException
        Hotel Book (asynchronously) Hotel Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performHotelBookingRetrieve

        public ResponsePackHotelBooking performHotelBookingRetrieve​(HotelBookingRetrieveCriteria body,
                                                                    String sessionId,
                                                                    String conversationId,
                                                                    String X_API_KEY)
                                                             throws ApiException
        Hotel Booking Retrieve Hotel Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackHotelBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelBookingRetrieveWithHttpInfo

        public ApiResponse<ResponsePackHotelBooking> performHotelBookingRetrieveWithHttpInfo​(HotelBookingRetrieveCriteria body,
                                                                                             String sessionId,
                                                                                             String conversationId,
                                                                                             String X_API_KEY)
                                                                                      throws ApiException
        Hotel Booking Retrieve Hotel Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackHotelBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelBookingRetrieveAsync

        public com.squareup.okhttp.Call performHotelBookingRetrieveAsync​(HotelBookingRetrieveCriteria body,
                                                                         String sessionId,
                                                                         String conversationId,
                                                                         String X_API_KEY,
                                                                         ApiCallback<ResponsePackHotelBooking> callback)
                                                                  throws ApiException
        Hotel Booking Retrieve (asynchronously) Hotel Booking Retrieve
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performHotelCancel

        public ResponsePackBookingCancel performHotelCancel​(BookingCancelCriteria body,
                                                            String sessionId,
                                                            String conversationId,
                                                            String X_API_KEY)
                                                     throws ApiException
        Hotel Book Cancel Hotel Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackBookingCancel
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelCancelWithHttpInfo

        public ApiResponse<ResponsePackBookingCancel> performHotelCancelWithHttpInfo​(BookingCancelCriteria body,
                                                                                     String sessionId,
                                                                                     String conversationId,
                                                                                     String X_API_KEY)
                                                                              throws ApiException
        Hotel Book Cancel Hotel Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackBookingCancel>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelCancelAsync

        public com.squareup.okhttp.Call performHotelCancelAsync​(BookingCancelCriteria body,
                                                                String sessionId,
                                                                String conversationId,
                                                                String X_API_KEY,
                                                                ApiCallback<ResponsePackBookingCancel> callback)
                                                         throws ApiException
        Hotel Book Cancel (asynchronously) Hotel Booking Cancellation
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performHotelPrebook

        public ResponsePackHotelPrebook performHotelPrebook​(HotelPreBookCriteria body,
                                                            String sessionId,
                                                            String conversationId,
                                                            String X_API_KEY)
                                                     throws ApiException
        Hotel Pre Book Hotel Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackHotelPrebook
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelPrebookWithHttpInfo

        public ApiResponse<ResponsePackHotelPrebook> performHotelPrebookWithHttpInfo​(HotelPreBookCriteria body,
                                                                                     String sessionId,
                                                                                     String conversationId,
                                                                                     String X_API_KEY)
                                                                              throws ApiException
        Hotel Pre Book Hotel Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackHotelPrebook>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performHotelPrebookAsync

        public com.squareup.okhttp.Call performHotelPrebookAsync​(HotelPreBookCriteria body,
                                                                 String sessionId,
                                                                 String conversationId,
                                                                 String X_API_KEY,
                                                                 ApiCallback<ResponsePackHotelPrebook> callback)
                                                          throws ApiException
        Hotel Pre Book (asynchronously) Hotel Pre Book
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performReissueBook

        public ResponsePackAirBooking performReissueBook​(AirBookCriteria body,
                                                         String sessionId,
                                                         String conversationId,
                                                         String X_API_KEY)
                                                  throws ApiException
        Flight Reissue Book Get flight reissue booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAirBooking
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueBookWithHttpInfo

        public ApiResponse<ResponsePackAirBooking> performReissueBookWithHttpInfo​(AirBookCriteria body,
                                                                                  String sessionId,
                                                                                  String conversationId,
                                                                                  String X_API_KEY)
                                                                           throws ApiException
        Flight Reissue Book Get flight reissue booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAirBooking>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueBookAsync

        public com.squareup.okhttp.Call performReissueBookAsync​(AirBookCriteria body,
                                                                String sessionId,
                                                                String conversationId,
                                                                String X_API_KEY,
                                                                ApiCallback<ResponsePackAirBooking> callback)
                                                         throws ApiException
        Flight Reissue Book (asynchronously) Get flight reissue booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performReissueDifferentialFareSearchCall

        public com.squareup.okhttp.Call performReissueDifferentialFareSearchCall​(MoreFaresCriteria body,
                                                                                 String sessionId,
                                                                                 String conversationId,
                                                                                 String X_API_KEY,
                                                                                 ProgressResponseBody.ProgressListener progressListener,
                                                                                 ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                                          throws ApiException
        Build call for performReissueDifferentialFareSearch
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • performReissueDifferentialFareSearch

        public ResponsePackAir performReissueDifferentialFareSearch​(MoreFaresCriteria body,
                                                                    String sessionId,
                                                                    String conversationId,
                                                                    String X_API_KEY)
                                                             throws ApiException
        Flight Reissue Differential Fare Search Get flight reissue differential fare search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAir
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueDifferentialFareSearchWithHttpInfo

        public ApiResponse<ResponsePackAir> performReissueDifferentialFareSearchWithHttpInfo​(MoreFaresCriteria body,
                                                                                             String sessionId,
                                                                                             String conversationId,
                                                                                             String X_API_KEY)
                                                                                      throws ApiException
        Flight Reissue Differential Fare Search Get flight reissue differential fare search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAir>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueDifferentialFareSearchAsync

        public com.squareup.okhttp.Call performReissueDifferentialFareSearchAsync​(MoreFaresCriteria body,
                                                                                  String sessionId,
                                                                                  String conversationId,
                                                                                  String X_API_KEY,
                                                                                  ApiCallback<ResponsePackAir> callback)
                                                                           throws ApiException
        Flight Reissue Differential Fare Search (asynchronously) Get flight reissue differential fare search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performReissueProvBook

        public ResponsePackAir performReissueProvBook​(AirProvBookCriteria body,
                                                      String sessionId,
                                                      String conversationId,
                                                      String X_API_KEY)
                                               throws ApiException
        Flight Reissue Prov Book Get flight reissue prov booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAir
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueProvBookWithHttpInfo

        public ApiResponse<ResponsePackAir> performReissueProvBookWithHttpInfo​(AirProvBookCriteria body,
                                                                               String sessionId,
                                                                               String conversationId,
                                                                               String X_API_KEY)
                                                                        throws ApiException
        Flight Reissue Prov Book Get flight reissue prov booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAir>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueProvBookAsync

        public com.squareup.okhttp.Call performReissueProvBookAsync​(AirProvBookCriteria body,
                                                                    String sessionId,
                                                                    String conversationId,
                                                                    String X_API_KEY,
                                                                    ApiCallback<ResponsePackAir> callback)
                                                             throws ApiException
        Flight Reissue Prov Book (asynchronously) Get flight reissue prov booking
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object
      • performReissueSearchCall

        public com.squareup.okhttp.Call performReissueSearchCall​(AirCriteria body,
                                                                 String sessionId,
                                                                 String conversationId,
                                                                 String X_API_KEY,
                                                                 ProgressResponseBody.ProgressListener progressListener,
                                                                 ProgressRequestBody.ProgressRequestListener progressRequestListener)
                                                          throws ApiException
        Build call for performReissueSearch
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        progressListener - Progress listener
        progressRequestListener - Progress request listener
        Returns:
        Call to execute
        Throws:
        ApiException - If fail to serialize the request body object
      • performReissueSearch

        public ResponsePackAir performReissueSearch​(AirCriteria body,
                                                    String sessionId,
                                                    String conversationId,
                                                    String X_API_KEY)
                                             throws ApiException
        Flight Reissue Search Get flight reissue search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ResponsePackAir
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueSearchWithHttpInfo

        public ApiResponse<ResponsePackAir> performReissueSearchWithHttpInfo​(AirCriteria body,
                                                                             String sessionId,
                                                                             String conversationId,
                                                                             String X_API_KEY)
                                                                      throws ApiException
        Flight Reissue Search Get flight reissue search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        Returns:
        ApiResponse<ResponsePackAir>
        Throws:
        ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body
      • performReissueSearchAsync

        public com.squareup.okhttp.Call performReissueSearchAsync​(AirCriteria body,
                                                                  String sessionId,
                                                                  String conversationId,
                                                                  String X_API_KEY,
                                                                  ApiCallback<ResponsePackAir> callback)
                                                           throws ApiException
        Flight Reissue Search (asynchronously) Get flight reissue search
        Parameters:
        body - (required)
        sessionId - Session ID (required)
        conversationId - Conversation ID (required)
        X_API_KEY - API access key (required)
        callback - The callback to be executed when the API call finishes
        Returns:
        The request call
        Throws:
        ApiException - If fail to process the API call, e.g. serializing the request body object