Class CompanyApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CompanyViewAffiliate> createCompany(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) Create company Create a new companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> createCompanyWithHttpInfo(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) Create company Create a new companyorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateCompanyWithResponseSpec(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) Create company Create a new companyreactor.core.publisher.Mono<CompanyViewAffiliate> inviteManager(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> inviteManagerWithHttpInfo(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecinviteManagerWithResponseSpec(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) Invite Manager Invite user to be a manager for this company.reactor.core.publisher.Mono<UniqueResultAffiliate> isCompanyNameUnique(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) Verify company name Check if company name is uniquereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UniqueResultAffiliate>> isCompanyNameUniqueWithHttpInfo(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) Verify company name Check if company name is uniqueorg.springframework.web.reactive.function.client.WebClient.ResponseSpecisCompanyNameUniqueWithResponseSpec(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) Verify company name Check if company name is uniquereactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeCompany(String companyIdentifier, String winkVersion) Delete Company Delete a company by identifierreactor.core.publisher.Mono<CompanyViewAffiliate> removeCompanyUser(String companyIdentifier, String email, String winkVersion) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> removeCompanyUserWithHttpInfo(String companyIdentifier, String email, String winkVersion) Remove Manager Disassociate user from this company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveCompanyUserWithResponseSpec(String companyIdentifier, String email, String winkVersion) Remove Manager Disassociate user from this company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeCompanyWithHttpInfo(String companyIdentifier, String winkVersion) Delete Company Delete a company by identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveCompanyWithResponseSpec(String companyIdentifier, String winkVersion) Delete Company Delete a company by identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<BookingAnalyticsSupplier> showBookingAnalytics(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingAnalyticsSupplier>> showBookingAnalyticsWithHttpInfo(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBookingAnalyticsWithResponseSpec(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.reactor.core.publisher.Mono<GroupedBookingSalesMetricsSupplierDetails> showBookingOverview(String companyIdentifier, String winkVersion) Company Booking Overview Basic booking overview datareactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GroupedBookingSalesMetricsSupplierDetails>> showBookingOverviewWithHttpInfo(String companyIdentifier, String winkVersion) Company Booking Overview Basic booking overview dataorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowBookingOverviewWithResponseSpec(String companyIdentifier, String winkVersion) Company Booking Overview Basic booking overview datareactor.core.publisher.Flux<CompanyViewAffiliate> showCompanies(String winkVersion) Show Companies List all companies owned by callerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyViewAffiliate>>> showCompaniesWithHttpInfo(String winkVersion) Show Companies List all companies owned by callerorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCompaniesWithResponseSpec(String winkVersion) Show Companies List all companies owned by callerreactor.core.publisher.Mono<CompanyViewAffiliate> showCompany(String companyIdentifier, String winkVersion) Show Company Retrieve company by identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> showCompanyWithHttpInfo(String companyIdentifier, String winkVersion) Show Company Retrieve company by identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowCompanyWithResponseSpec(String companyIdentifier, String winkVersion) Show Company Retrieve company by identifierreactor.core.publisher.Mono<CompanyViewAffiliate> updateCompany(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) Update Company Update an existing companyreactor.core.publisher.Mono<CompanyViewAffiliate> updateCompany1(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle Company Status Update company statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompany1WithHttpInfo(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle Company Status Update company statusorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateCompany1WithResponseSpec(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) Toggle Company Status Update company statusreactor.core.publisher.Mono<CompanyViewAffiliate> updateCompanyAddress(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update Company Address Updates company address.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyAddressWithHttpInfo(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update Company Address Updates company address.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateCompanyAddressWithResponseSpec(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) Update Company Address Updates company address.reactor.core.publisher.Mono<CompanyViewAffiliate> updateCompanyPhoto(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update Company Logo Updates company logo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyPhotoWithHttpInfo(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update Company Logo Updates company logo.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateCompanyPhotoWithResponseSpec(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) Update Company Logo Updates company logo.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) Update Company Update an existing companyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateCompanyWithResponseSpec(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) Update Company Update an existing company
-
Constructor Details
-
CompanyApi
public CompanyApi() -
CompanyApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createCompany
public reactor.core.publisher.Mono<CompanyViewAffiliate> createCompany(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create company Create a new company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
createCompanyRequestAffiliate- The createCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> createCompanyWithHttpInfo(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create company Create a new company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
createCompanyRequestAffiliate- The createCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createCompanyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createCompanyWithResponseSpec(CreateCompanyRequestAffiliate createCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create company Create a new company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
createCompanyRequestAffiliate- The createCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
inviteManager
public reactor.core.publisher.Mono<CompanyViewAffiliate> inviteManager(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
inviteManagerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> inviteManagerWithHttpInfo(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
inviteManagerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec inviteManagerWithResponseSpec(String companyIdentifier, InviteManagerRequestAffiliate inviteManagerRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Invite Manager Invite user to be a manager for this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterinviteManagerRequestAffiliate- The inviteManagerRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
isCompanyNameUnique
public reactor.core.publisher.Mono<UniqueResultAffiliate> isCompanyNameUnique(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Verify company name Check if company name is unique503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
uniqueRequestAffiliate- The uniqueRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- UniqueResultAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
isCompanyNameUniqueWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<UniqueResultAffiliate>> isCompanyNameUniqueWithHttpInfo(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Verify company name Check if company name is unique503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
uniqueRequestAffiliate- The uniqueRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<UniqueResultAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
isCompanyNameUniqueWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec isCompanyNameUniqueWithResponseSpec(UniqueRequestAffiliate uniqueRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Verify company name Check if company name is unique503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
uniqueRequestAffiliate- The uniqueRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompany
public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeCompany(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Company Delete a company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponseAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeCompanyWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Company Delete a company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponseAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeCompanyWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Company Delete a company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
202 - Accepted
- 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
-
removeCompanyUser
public reactor.core.publisher.Mono<CompanyViewAffiliate> removeCompanyUser(String companyIdentifier, String email, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameteremail- The email parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyUserWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> removeCompanyUserWithHttpInfo(String companyIdentifier, String email, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameteremail- The email parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeCompanyUserWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeCompanyUserWithResponseSpec(String companyIdentifier, String email, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Remove Manager Disassociate user from this company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameteremail- The email parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingAnalytics
public reactor.core.publisher.Mono<BookingAnalyticsSupplier> showBookingAnalytics(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show active booking count for company with this identifierbookingOverviewRequestSupplier- Overview request bodywinkVersion- The winkVersion parameter- Returns:
- BookingAnalyticsSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingAnalyticsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BookingAnalyticsSupplier>> showBookingAnalyticsWithHttpInfo(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show active booking count for company with this identifierbookingOverviewRequestSupplier- Overview request bodywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<BookingAnalyticsSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingAnalyticsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingAnalyticsWithResponseSpec(String companyIdentifier, BookingOverviewRequestSupplier bookingOverviewRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show active booking count for company with this identifierbookingOverviewRequestSupplier- Overview request bodywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingOverview
public reactor.core.publisher.Mono<GroupedBookingSalesMetricsSupplierDetails> showBookingOverview(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Overview Basic booking overview data503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show booking owned by this companywinkVersion- The winkVersion parameter- Returns:
- GroupedBookingSalesMetricsSupplierDetails
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingOverviewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GroupedBookingSalesMetricsSupplierDetails>> showBookingOverviewWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Overview Basic booking overview data503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show booking owned by this companywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GroupedBookingSalesMetricsSupplierDetails>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showBookingOverviewWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showBookingOverviewWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Company Booking Overview Basic booking overview data503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- Show booking owned by this companywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompanies
public reactor.core.publisher.Flux<CompanyViewAffiliate> showCompanies(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Companies List all companies owned by caller503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- List<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompaniesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyViewAffiliate>>> showCompaniesWithHttpInfo(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Companies List all companies owned by caller503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<CompanyViewAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompaniesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCompaniesWithResponseSpec(String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Companies List all companies owned by caller503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
winkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompany
public reactor.core.publisher.Mono<CompanyViewAffiliate> showCompany(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Company Retrieve company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> showCompanyWithHttpInfo(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Company Retrieve company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showCompanyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showCompanyWithResponseSpec(String companyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Company Retrieve company by identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- 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
-
updateCompany
public reactor.core.publisher.Mono<CompanyViewAffiliate> updateCompany(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Update an existing company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyRequestAffiliate- The upsertCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyWithHttpInfo(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Update an existing company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyRequestAffiliate- The upsertCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompanyWithResponseSpec(String companyIdentifier, UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Update an existing company503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyRequestAffiliate- The upsertCompanyRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompany1
public reactor.core.publisher.Mono<CompanyViewAffiliate> updateCompany1(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Company Status Update company status503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyStatusRequestAffiliate- The upsertCompanyStatusRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompany1WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompany1WithHttpInfo(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Company Status Update company status503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyStatusRequestAffiliate- The upsertCompanyStatusRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompany1WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompany1WithResponseSpec(String companyIdentifier, UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Toggle Company Status Update company status503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyStatusRequestAffiliate- The upsertCompanyStatusRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyAddress
public reactor.core.publisher.Mono<CompanyViewAffiliate> updateCompanyAddress(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Address Updates company address.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertAddressRequestAffiliate- The upsertAddressRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyAddressWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyAddressWithHttpInfo(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Address Updates company address.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertAddressRequestAffiliate- The upsertAddressRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyAddressWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompanyAddressWithResponseSpec(String companyIdentifier, UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Address Updates company address.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertAddressRequestAffiliate- The upsertAddressRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyPhoto
public reactor.core.publisher.Mono<CompanyViewAffiliate> updateCompanyPhoto(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Logo Updates company logo.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyLogoRequestAffiliate- The upsertCompanyLogoRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyPhotoWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyViewAffiliate>> updateCompanyPhotoWithHttpInfo(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Logo Updates company logo.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyLogoRequestAffiliate- The upsertCompanyLogoRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateCompanyPhotoWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompanyPhotoWithResponseSpec(String companyIdentifier, UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Company Logo Updates company logo.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
companyIdentifier- The companyIdentifier parameterupsertCompanyLogoRequestAffiliate- The upsertCompanyLogoRequestAffiliate parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-