Class AffiliateApi

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:21.456735702+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class AffiliateApi extends Object
  • Constructor Details

    • AffiliateApi

      public AffiliateApi()
    • AffiliateApi

      @Autowired public AffiliateApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • createCompany

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> createCompany(@Nonnull CreateCompanyRequestAffiliate createCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Affiliate Create a new affiliate

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createCompanyRequestAffiliate - The createCompanyRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> createCompanyWithHttpInfo(@Nonnull CreateCompanyRequestAffiliate createCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Affiliate Create a new affiliate

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createCompanyRequestAffiliate - The createCompanyRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull CreateCompanyRequestAffiliate createCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create Affiliate Create a new affiliate

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      201 - Created

      Parameters:
      createCompanyRequestAffiliate - The createCompanyRequestAffiliate 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
    • isCompanyNameUnique

      public reactor.core.publisher.Mono<UniqueResultAffiliate> isCompanyNameUnique(@Nonnull UniqueRequestAffiliate uniqueRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Verify Affiliate Name Check if company name is unique

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      uniqueRequestAffiliate - The uniqueRequestAffiliate parameter
      winkVersion - 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(@Nonnull UniqueRequestAffiliate uniqueRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Verify Affiliate Name Check if company name is unique

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      uniqueRequestAffiliate - The uniqueRequestAffiliate parameter
      winkVersion - 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(@Nonnull UniqueRequestAffiliate uniqueRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Verify Affiliate Name Check if company name is unique

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      uniqueRequestAffiliate - The uniqueRequestAffiliate 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
    • removeCompany

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> removeCompany(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Delete company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> removeCompanyWithHttpInfo(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Delete company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Delete company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • removeMyAccount

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> removeMyAccount(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> removeMyAccountWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMyAccountWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Delete Affiliate Delete a company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<PageAffiliateAccountSupplier> searchAffiliates(@Nonnull StateSupplier stateSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Search Retrieve a paginated list of affiliates that you manage.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      stateSupplier - Filter grid by state request body
      winkVersion - The winkVersion parameter
      Returns:
      PageAffiliateAccountSupplier
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchAffiliatesWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageAffiliateAccountSupplier>> searchAffiliatesWithHttpInfo(@Nonnull StateSupplier stateSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Search Retrieve a paginated list of affiliates that you manage.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      stateSupplier - Filter grid by state request body
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<PageAffiliateAccountSupplier>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • searchAffiliatesWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec searchAffiliatesWithResponseSpec(@Nonnull StateSupplier stateSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Search Retrieve a paginated list of affiliates that you manage.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      stateSupplier - Filter grid by state request body
      winkVersion - 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(@Nonnull String companyIdentifier, @Nonnull BookingOverviewRequestSupplier bookingOverviewRequestSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show active booking count for company with this identifier
      bookingOverviewRequestSupplier - Overview request body
      winkVersion - 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(@Nonnull String companyIdentifier, @Nonnull BookingOverviewRequestSupplier bookingOverviewRequestSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show active booking count for company with this identifier
      bookingOverviewRequestSupplier - Overview request body
      winkVersion - 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(@Nonnull String companyIdentifier, @Nonnull BookingOverviewRequestSupplier bookingOverviewRequestSupplier, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Analytics Retrieve the number of upcoming bookings that arrive today for the specific company.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show active booking count for company with this identifier
      bookingOverviewRequestSupplier - Overview request body
      winkVersion - 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(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Overview Basic booking overview data

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show booking owned by this company
      winkVersion - The winkVersion parameter
      accept - The accept 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(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Overview Basic booking overview data

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show booking owned by this company
      winkVersion - The winkVersion parameter
      accept - The accept 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(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Affiliate Booking Overview Basic booking overview data

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Show booking owned by this company
      winkVersion - The winkVersion parameter
      accept - The accept 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<AffiliateAccountAffiliate> showCompanies(@Nullable String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliates List all companies owned by caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      type - Filter on companies of a specific type
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<AffiliateAccountAffiliate>
      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<AffiliateAccountAffiliate>>> showCompaniesWithHttpInfo(@Nullable String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliates List all companies owned by caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      type - Filter on companies of a specific type
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<AffiliateAccountAffiliate>>
      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(@Nullable String type, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliates List all companies owned by caller.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      type - Filter on companies of a specific type
      winkVersion - The winkVersion parameter
      accept - The accept 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<AffiliateAccountAffiliate> showCompany(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Retrieve company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Select company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> showCompanyWithHttpInfo(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Retrieve company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Select company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull String companyIdentifier, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show Affiliate Retrieve company by identifier

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Select company with given identifier
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showMyAccount

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> showMyAccount(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show My Account Retrieve my own account on Wink

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> showMyAccountWithHttpInfo(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show My Account Retrieve my own account on Wink

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMyAccountWithResponseSpec(@Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show My Account Retrieve my own account on Wink

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Flux<KeyValuePairAffiliate> showSalesChannels(@Nonnull String name, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sales Channel Search Search for sales channels by name

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      name - Search for sales channel with name
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      List<KeyValuePairAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSalesChannelsWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairAffiliate>>> showSalesChannelsWithHttpInfo(@Nonnull String name, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sales Channel Search Search for sales channels by name

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      name - Search for sales channel with name
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseEntity<List<KeyValuePairAffiliate>>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • showSalesChannelsWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showSalesChannelsWithResponseSpec(@Nonnull String name, @Nullable String winkVersion, @Nullable String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Sales Channel Search Search for sales channels by name

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      name - Search for sales channel with name
      winkVersion - The winkVersion parameter
      accept - The accept 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<AffiliateAccountAffiliate> updateCompany(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Update an existing company

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update company with given identifier
      upsertCompanyRequestAffiliate - The upsertCompanyRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> updateCompanyWithHttpInfo(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Update an existing company

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update company with given identifier
      upsertCompanyRequestAffiliate - The upsertCompanyRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyRequestAffiliate upsertCompanyRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Update an existing company

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update company with given identifier
      upsertCompanyRequestAffiliate - The upsertCompanyRequestAffiliate 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
    • updateCompany1

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateCompany1(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle Affiliate Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update status of company with given identifier
      upsertCompanyStatusRequestAffiliate - The upsertCompanyStatusRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> updateCompany1WithHttpInfo(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle Affiliate Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update status of company with given identifier
      upsertCompanyStatusRequestAffiliate - The upsertCompanyStatusRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle Affiliate Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update status of company with given identifier
      upsertCompanyStatusRequestAffiliate - The upsertCompanyStatusRequestAffiliate 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
    • updateCompanyAddress

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateCompanyAddress(@Nonnull String companyIdentifier, @Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update address of company with given identifier
      upsertAddressRequestAffiliate - The upsertAddressRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      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<AffiliateAccountAffiliate>> updateCompanyAddressWithHttpInfo(@Nonnull String companyIdentifier, @Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update address of company with given identifier
      upsertAddressRequestAffiliate - The upsertAddressRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      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(@Nonnull String companyIdentifier, @Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update address of company with given identifier
      upsertAddressRequestAffiliate - The upsertAddressRequestAffiliate 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
    • updateCompanyLogo

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateCompanyLogo(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyLogoRequestAffiliate - The upsertCompanyLogoRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCompanyLogoWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateCompanyLogoWithHttpInfo(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyLogoRequestAffiliate - The upsertCompanyLogoRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCompanyLogoWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompanyLogoWithResponseSpec(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyLogoRequestAffiliate - The upsertCompanyLogoRequestAffiliate 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
    • updateCompanyOnlinePresence

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateCompanyOnlinePresence(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyOnlinePresenceRequestAffiliate - The upsertCompanyOnlinePresenceRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      AffiliateAccountAffiliate
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCompanyOnlinePresenceWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateCompanyOnlinePresenceWithHttpInfo(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyOnlinePresenceRequestAffiliate - The upsertCompanyOnlinePresenceRequestAffiliate parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<AffiliateAccountAffiliate>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • updateCompanyOnlinePresenceWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateCompanyOnlinePresenceWithResponseSpec(@Nonnull String companyIdentifier, @Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update Affiliate Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      companyIdentifier - Update logo of company with given identifier
      upsertCompanyOnlinePresenceRequestAffiliate - The upsertCompanyOnlinePresenceRequestAffiliate 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
    • updateMyAccount

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateMyAccount(@Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle My Account Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateMyAccountWithHttpInfo(@Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle My Account Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMyAccountWithResponseSpec(@Nonnull UpsertCompanyStatusRequestAffiliate upsertCompanyStatusRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Toggle My Account Status Update company status

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      upsertCompanyStatusRequestAffiliate - The upsertCompanyStatusRequestAffiliate 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
    • updateMyAccountAddress

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateMyAccountAddress(@Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateMyAccountAddressWithHttpInfo(@Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMyAccountAddressWithResponseSpec(@Nonnull UpsertAddressRequestAffiliate upsertAddressRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Address Updates company address.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      upsertAddressRequestAffiliate - The upsertAddressRequestAffiliate 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
    • updateMyAccountLogo

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateMyAccountLogo(@Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateMyAccountLogoWithHttpInfo(@Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMyAccountLogoWithResponseSpec(@Nonnull UpsertCompanyLogoRequestAffiliate upsertCompanyLogoRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Logo Updates company logo.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      upsertCompanyLogoRequestAffiliate - The upsertCompanyLogoRequestAffiliate 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
    • updateMyAccountOnlinePresence

      public reactor.core.publisher.Mono<AffiliateAccountAffiliate> updateMyAccountOnlinePresence(@Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AffiliateAccountAffiliate>> updateMyAccountOnlinePresenceWithHttpInfo(@Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

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

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMyAccountOnlinePresenceWithResponseSpec(@Nonnull UpsertCompanyOnlinePresenceRequestAffiliate upsertCompanyOnlinePresenceRequestAffiliate, @Nullable String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Update My Account Online Presence Updates company online presence.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      upsertCompanyOnlinePresenceRequestAffiliate - The upsertCompanyOnlinePresenceRequestAffiliate 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