Class TypesApi

java.lang.Object
travel.wink.hotelbeds.content.sdk.api.TypesApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-04T11:28:31.756188010+07:00[Asia/Bangkok]") public class TypesApi extends Object
  • Constructor Details

    • TypesApi

      public TypesApi()
    • TypesApi

      @Autowired public TypesApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • accommodationsUsingGET

      public reactor.core.publisher.Mono<ApiAccommodationsRS> accommodationsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Accommodations Returns the list of available accommodation types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiAccommodationsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • accommodationsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiAccommodationsRS>> accommodationsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Accommodations Returns the list of available accommodation types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiAccommodationsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • accommodationsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec accommodationsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Accommodations Returns the list of available accommodation types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardGroupsUsingGET

      public reactor.core.publisher.Mono<ApiBoardGroupsRS> boardGroupsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      BoardGroups Returns the list of available board groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiBoardGroupsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardGroupsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiBoardGroupsRS>> boardGroupsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      BoardGroups Returns the list of available board groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiBoardGroupsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardGroupsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec boardGroupsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      BoardGroups Returns the list of available board groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardsUsingGET

      public reactor.core.publisher.Mono<ApiBoardsRS> boardsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Boards Returns the list of available board types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiBoardsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiBoardsRS>> boardsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Boards Returns the list of available board types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiBoardsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • boardsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec boardsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Boards Returns the list of available board types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • categoriesUsingGET

      public reactor.core.publisher.Mono<ApiCategoriesRS> categoriesUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Categories Returns the list of available categories.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiCategoriesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • categoriesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiCategoriesRS>> categoriesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Categories Returns the list of available categories.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiCategoriesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • categoriesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec categoriesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Categories Returns the list of available categories.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • chainsUsingGET

      public reactor.core.publisher.Mono<ApiChainsRS> chainsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Chains Returns the list of available chains.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiChainsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • chainsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiChainsRS>> chainsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Chains Returns the list of available chains.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiChainsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • chainsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec chainsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Chains Returns the list of available chains.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • classificationsUsingGET

      public reactor.core.publisher.Mono<ApiRateClassRS> classificationsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Classifications Returns the list of available values for the rateClass.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiRateClassRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • classificationsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRateClassRS>> classificationsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Classifications Returns the list of available values for the rateClass.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiRateClassRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • classificationsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec classificationsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Classifications Returns the list of available values for the rateClass.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • currenciesUsingGET

      public reactor.core.publisher.Mono<ApiCurrenciesRS> currenciesUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Currencies Returns the list of available currencies.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiCurrenciesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • currenciesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiCurrenciesRS>> currenciesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Currencies Returns the list of available currencies.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiCurrenciesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • currenciesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec currenciesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Currencies Returns the list of available currencies.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitiesUsingGET

      public reactor.core.publisher.Mono<ApiFacilitiesRS> facilitiesUsingGET(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facilities Returns the list of available facilities.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiFacilitiesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitiesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiFacilitiesRS>> facilitiesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facilities Returns the list of available facilities.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiFacilitiesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitiesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec facilitiesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facilities Returns the list of available facilities.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitygroupsUsingGET

      public reactor.core.publisher.Mono<ApiFacilityGroupsRS> facilitygroupsUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility groups Returns the list of available facility groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiFacilityGroupsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitygroupsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiFacilityGroupsRS>> facilitygroupsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility groups Returns the list of available facility groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiFacilityGroupsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitygroupsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec facilitygroupsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility groups Returns the list of available facility groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitytypologiesUsingGET

      public reactor.core.publisher.Mono<ApiFacilityTypologiesRS> facilitytypologiesUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility typologies Returns the list of available facility typologies.Remarks: Since all fields are returned by default, there won't be any field to filter.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiFacilityTypologiesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitytypologiesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiFacilityTypologiesRS>> facilitytypologiesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility typologies Returns the list of available facility typologies.Remarks: Since all fields are returned by default, there won't be any field to filter.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiFacilityTypologiesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • facilitytypologiesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec facilitytypologiesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Facility typologies Returns the list of available facility typologies.Remarks: Since all fields are returned by default, there won't be any field to filter.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • groupcategoriesUsingGET

      public reactor.core.publisher.Mono<ApiGroupCategoriesRS> groupcategoriesUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Group categories Returns the descriptions of the different category groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiGroupCategoriesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • groupcategoriesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiGroupCategoriesRS>> groupcategoriesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Group categories Returns the descriptions of the different category groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiGroupCategoriesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • groupcategoriesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec groupcategoriesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Group categories Returns the descriptions of the different category groups.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • imagetypesUsingGET

      public reactor.core.publisher.Mono<ApiImageTypesRS> imagetypesUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Image types Returns the descriptions of the different image types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiImageTypesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • imagetypesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiImageTypesRS>> imagetypesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Image types Returns the descriptions of the different image types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiImageTypesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • imagetypesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec imagetypesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Image types Returns the descriptions of the different image types.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • issuesUsingGET

      public reactor.core.publisher.Mono<ApiIssuesRS> issuesUsingGET(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Hotel Issues Repair works, facilities closed,...

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiIssuesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • issuesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiIssuesRS>> issuesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Hotel Issues Repair works, facilities closed,...

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiIssuesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • issuesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec issuesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Hotel Issues Repair works, facilities closed,...

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • languagesUsingGET

      public reactor.core.publisher.Mono<ApiLanguagesRS> languagesUsingGET(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Languages Returns the list of available languages. The Languages operation is connected to all the operations in which a description is returned, since we return the language code in which that description has been returned.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiLanguagesRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • languagesUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiLanguagesRS>> languagesUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Languages Returns the list of available languages. The Languages operation is connected to all the operations in which a description is returned, since we return the language code in which that description has been returned.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiLanguagesRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • languagesUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec languagesUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Languages Returns the list of available languages. The Languages operation is connected to all the operations in which a description is returned, since we return the language code in which that description has been returned.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • promotionsUsingGET

      public reactor.core.publisher.Mono<ApiPromotionsRS> promotionsUsingGET(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Promotions Returns the list of available promotions.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiPromotionsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • promotionsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiPromotionsRS>> promotionsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Promotions Returns the list of available promotions.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiPromotionsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • promotionsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec promotionsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, List<String> codes, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Promotions Returns the list of available promotions.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      codes - List of codes to filter by.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • rateCommentsUsingGET

      public reactor.core.publisher.Mono<ApiRateCommentsRS> rateCommentsUsingGET(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comments Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiRateCommentsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • rateCommentsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRateCommentsRS>> rateCommentsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comments Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiRateCommentsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • rateCommentsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec rateCommentsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comments Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • ratecommentdetailUsingGET

      public reactor.core.publisher.Mono<ApiRateCommentDetailsRS> ratecommentdetailUsingGET(String accept, String acceptEncoding, String date, String code, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comment details Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      date - Comment date
      code - Code (symbol pipe should be escaped with %7C HTML encoding)
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiRateCommentDetailsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • ratecommentdetailUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRateCommentDetailsRS>> ratecommentdetailUsingGETWithHttpInfo(String accept, String acceptEncoding, String date, String code, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comment details Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      date - Comment date
      code - Code (symbol pipe should be escaped with %7C HTML encoding)
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiRateCommentDetailsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • ratecommentdetailUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec ratecommentdetailUsingGETWithResponseSpec(String accept, String acceptEncoding, String date, String code, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rate comment details Returns the descriptions of the rate comments associated with the hotel that the hotelier wants the client to read before confirming the booking with the given date.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      date - Comment date
      code - Code (symbol pipe should be escaped with %7C HTML encoding)
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • roomsUsingGET

      public reactor.core.publisher.Mono<ApiRoomsRS> roomsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rooms Returns the list of available rooms.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiRoomsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • roomsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiRoomsRS>> roomsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rooms Returns the list of available rooms.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiRoomsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • roomsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec roomsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Rooms Returns the list of available rooms.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • segmentsUsingGET

      public reactor.core.publisher.Mono<ApiSegmentsRS> segmentsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Segments Returns the list of available segments.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiSegmentsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • segmentsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiSegmentsRS>> segmentsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Segments Returns the list of available segments.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiSegmentsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • segmentsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec segmentsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Segments Returns the list of available segments.

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • terminalsUsingGET

      public reactor.core.publisher.Mono<ApiTerminalsRS> terminalsUsingGET(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Terminals List of terminals per country/destination

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ApiTerminalsRS
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • terminalsUsingGETWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ApiTerminalsRS>> terminalsUsingGETWithHttpInfo(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Terminals List of terminals per country/destination

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseEntity<ApiTerminalsRS>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • terminalsUsingGETWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec terminalsUsingGETWithResponseSpec(String accept, String acceptEncoding, List<String> codes, List<String> fields, String language, Integer from, Integer to, Boolean useSecondaryLanguage, String lastUpdateTime) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Terminals List of terminals per country/destination

      200 - OK

      400 - Bad Request

      401 - Unauthorized

      402 - Payment Required

      500 - Internal Server Error

      503 - Product Exception/Service Unavailable

      Parameters:
      accept - Response format, posible values are application/json and application/xml.
      acceptEncoding - Defines type of encoding used on the data.
      codes - List of codes to filter by.
      fields - The list of fields to be received in the response. To retrieve all the fields use ‘all’. If nothing is specified, all fields are returned. See the complete list of available fields in the response.
      language - The language code for the language in which you want the descriptions to be returned. If language is not specified, English will be used as default language.
      from - The number of the initial record to receive. If nothing is specified, 1 is the default value.
      to - The number of the final record to receive. If nothing is indicated, 100 is the default value.
      useSecondaryLanguage - Defines if you want to receive the descriptions in English if the description is not available in the language requested.
      lastUpdateTime - Specifying this parameter limits the results to those modified or added after the date specified. The required format is YYYY-MM-DD.
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API