class BingAdsApi::V8::CustomerManagementService::CustomerManagementService
Public Class Methods
new(config, endpoint)
click to toggle source
Calls superclass method
# File lib/bing_ads_api/v8/customer_management_service.rb, line 15 def initialize(config, endpoint) namespace = 'https://adcenter.microsoft.com/api/customermanagement' super(config, endpoint, namespace, :v8) end
Public Instance Methods
accept_request_to_manage_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 116 def accept_request_to_manage_accounts(*args, &block) return execute_action('accept_request_to_manage_accounts', args, &block) end
add_account(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 28 def add_account(*args, &block) return execute_action('add_account', args, &block) end
add_prepay_account(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 140 def add_prepay_account(*args, &block) return execute_action('add_prepay_account', args, &block) end
add_user(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 56 def add_user(*args, &block) return execute_action('add_user', args, &block) end
cancel_request_to_manage_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 120 def cancel_request_to_manage_accounts(*args, &block) return execute_action('cancel_request_to_manage_accounts', args, &block) end
decline_request_to_manage_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 136 def decline_request_to_manage_accounts(*args, &block) return execute_action('decline_request_to_manage_accounts', args, &block) end
delete_account(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 60 def delete_account(*args, &block) return execute_action('delete_account', args, &block) end
delete_customer(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 64 def delete_customer(*args, &block) return execute_action('delete_customer', args, &block) end
delete_user(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 84 def delete_user(*args, &block) return execute_action('delete_user', args, &block) end
find_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 24 def find_accounts(*args, &block) return execute_action('find_accounts', args, &block) end
find_accounts_or_customers_info(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 104 def find_accounts_or_customers_info(*args, &block) return execute_action('find_accounts_or_customers_info', args, &block) end
get_accessible_customer(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 100 def get_accessible_customer(*args, &block) return execute_action('get_accessible_customer', args, &block) end
get_account(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 48 def get_account(*args, &block) return execute_action('get_account', args, &block) end
get_accounts_info(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 20 def get_accounts_info(*args, &block) return execute_action('get_accounts_info', args, &block) end
get_current_user(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 80 def get_current_user(*args, &block) return execute_action('get_current_user', args, &block) end
get_customer(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 36 def get_customer(*args, &block) return execute_action('get_customer', args, &block) end
get_customer_pilot_feature(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 92 def get_customer_pilot_feature(*args, &block) return execute_action('get_customer_pilot_feature', args, &block) end
get_customers_info(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 52 def get_customers_info(*args, &block) return execute_action('get_customers_info', args, &block) end
get_pilot_features_countries(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 96 def get_pilot_features_countries(*args, &block) return execute_action('get_pilot_features_countries', args, &block) end
get_request_to_manage_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 128 def get_request_to_manage_accounts(*args, &block) return execute_action('get_request_to_manage_accounts', args, &block) end
get_request_to_manage_accounts_infos(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 132 def get_request_to_manage_accounts_infos(*args, &block) return execute_action('get_request_to_manage_accounts_infos', args, &block) end
get_user(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 76 def get_user(*args, &block) return execute_action('get_user', args, &block) end
get_users_info(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 88 def get_users_info(*args, &block) return execute_action('get_users_info', args, &block) end
map_account_id_to_external_account_ids(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 148 def map_account_id_to_external_account_ids(*args, &block) return execute_action('map_account_id_to_external_account_ids', args, &block) end
map_customer_id_to_external_customer_id(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 144 def map_customer_id_to_external_customer_id(*args, &block) return execute_action('map_customer_id_to_external_customer_id', args, &block) end
send_request_to_manage_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 112 def send_request_to_manage_accounts(*args, &block) return execute_action('send_request_to_manage_accounts', args, &block) end
send_request_to_stop_managing_accounts(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 124 def send_request_to_stop_managing_accounts(*args, &block) return execute_action('send_request_to_stop_managing_accounts', args, &block) end
signup_customer(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 44 def signup_customer(*args, &block) return execute_action('signup_customer', args, &block) end
update_account(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 32 def update_account(*args, &block) return execute_action('update_account', args, &block) end
update_customer(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 40 def update_customer(*args, &block) return execute_action('update_customer', args, &block) end
update_user(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 68 def update_user(*args, &block) return execute_action('update_user', args, &block) end
update_user_roles(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 72 def update_user_roles(*args, &block) return execute_action('update_user_roles', args, &block) end
upgrade_customer_to_agency(*args, &block)
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 108 def upgrade_customer_to_agency(*args, &block) return execute_action('upgrade_customer_to_agency', args, &block) end
Private Instance Methods
get_module()
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 158 def get_module() return BingAdsApi::V8::CustomerManagementService end
get_service_registry()
click to toggle source
# File lib/bing_ads_api/v8/customer_management_service.rb, line 154 def get_service_registry() return CustomerManagementServiceRegistry end