Class InvoiceApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-04T14:48:41.264668983+07:00[Asia/Bangkok]") public class InvoiceApi extends Object
  • Constructor Details

    • InvoiceApi

      public InvoiceApi()
    • InvoiceApi

      @Autowired public InvoiceApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • showInvoicesForCompanyCustomer

      public reactor.core.publisher.Mono<InvoiceCollectionAffiliate> showInvoicesForCompanyCustomer(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Invoices Retrieve all invoices for a specific company

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      InvoiceCollectionAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInvoicesForCompanyCustomerWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionAffiliate>> showInvoicesForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Invoices Retrieve all invoices for a specific company

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InvoiceCollectionAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showInvoicesForCompanyCustomerWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showInvoicesForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Invoices Retrieve all invoices for a specific company

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceForCompanyCustomer

      public reactor.core.publisher.Mono<InvoiceAffiliate> showUpcomingInvoiceForCompanyCustomer(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoice Retrieve upcoming invoice. A company might want to know how many API calls have been done for the current month.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      InvoiceAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceForCompanyCustomerWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceAffiliate>> showUpcomingInvoiceForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoice Retrieve upcoming invoice. A company might want to know how many API calls have been done for the current month.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InvoiceAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceForCompanyCustomerWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUpcomingInvoiceForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoice Retrieve upcoming invoice. A company might want to know how many API calls have been done for the current month.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceLineItemsForCompanyCustomer

      public reactor.core.publisher.Mono<InvoiceLineItemCollectionAffiliate> showUpcomingInvoiceLineItemsForCompanyCustomer(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoices Retrieve all upcoming invoice for a company.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      InvoiceLineItemCollectionAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceLineItemsForCompanyCustomerWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceLineItemCollectionAffiliate>> showUpcomingInvoiceLineItemsForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoices Retrieve all upcoming invoice for a company.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

      Parameters:
      companyIdentifier - The companyIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<InvoiceLineItemCollectionAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showUpcomingInvoiceLineItemsForCompanyCustomerWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUpcomingInvoiceLineItemsForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Upcoming Invoices Retrieve all upcoming invoice for a company.

      503 - Service Unavailable

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      200 - OK

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