Class InvoiceApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<InvoiceCollectionAffiliate>showInvoicesForCompanyCustomer(String companyIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceCollectionAffiliate>>showInvoicesForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific companyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowInvoicesForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) Show Invoices Retrieve all invoices for a specific companyreactor.core.publisher.Mono<InvoiceAffiliate>showUpcomingInvoiceForCompanyCustomer(String companyIdentifier, String winkVersion) Show Upcoming Invoice Retrieve upcoming invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceAffiliate>>showUpcomingInvoiceForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) Show Upcoming Invoice Retrieve upcoming invoice.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUpcomingInvoiceForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) Show Upcoming Invoice Retrieve upcoming invoice.reactor.core.publisher.Mono<InvoiceLineItemCollectionAffiliate>showUpcomingInvoiceLineItemsForCompanyCustomer(String companyIdentifier, String winkVersion) Show Upcoming Invoices Retrieve all upcoming invoice for a company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceLineItemCollectionAffiliate>>showUpcomingInvoiceLineItemsForCompanyCustomerWithHttpInfo(String companyIdentifier, String winkVersion) Show Upcoming Invoices Retrieve all upcoming invoice for a company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUpcomingInvoiceLineItemsForCompanyCustomerWithResponseSpec(String companyIdentifier, String winkVersion) Show Upcoming Invoices Retrieve all upcoming invoice for a company.
-
Constructor Details
-
InvoiceApi
public InvoiceApi() -
InvoiceApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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 company503 - 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 parameterwinkVersion- 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 company503 - 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 parameterwinkVersion- 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 company503 - 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- 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 parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-