NAME
Microsoft::AdCenter::V8::CustomerManagementService - Service client for Microsoft AdCenter Customer Management Service.
SYNOPSIS
use Microsoft::AdCenter::V8::CustomerManagementService;
my $service_client = Microsoft::AdCenter::V8::CustomerManagementService->new
->ApplicationToken("application token")
->DeveloperToken("developer token")
->Password("password")
->UserName("user name");
my $response = $service_client->AddAccount(
Account => ...
);
See http://msdn.microsoft.com/en-us/library/ee730327.aspx for detailed documentation for this service.
METHODS
EndPoint
Changes the end point for this service client.
Default value: https://sharedservices.adcenterapi.microsoft.com/Api/CustomerManagement/v8/CustomerManagementService.svc
ApplicationToken
Gets/sets ApplicationToken (string) in the request header
DeveloperToken
Gets/sets DeveloperToken (string) in the request header
Password
Gets/sets Password (string) in the request header
UserName
Gets/sets UserName (string) in the request header
TrackingId
Gets TrackingId (string) in the response header
AddAccount
AddUser
DeleteAccount
DeleteCustomer
DeleteUser
FindAccounts
- Parameters:
-
CustomerId (long) AccountFilter (string) TopN (int) ApplicationScope (ApplicationType)
- Returns:
-
FindAccountsResponse
FindAccountsOrCustomersInfo
- Parameters:
-
Filter (string) TopN (int) ApplicationScope (ApplicationType)
- Returns:
-
FindAccountsOrCustomersInfoResponse
GetAccessibleCustomer
GetAccount
GetAccountsInfo
GetCurrentUser
GetCustomer
GetCustomerPilotFeature
GetCustomersInfo
- Parameters:
-
CustomerNameFilter (string) TopN (int) ApplicationScope (ApplicationType)
- Returns:
-
GetCustomersInfoResponse
GetPilotFeaturesCountries
GetUser
GetUsersInfo
SignupCustomer
- Parameters:
-
Customer (Customer) User (User) Account (Account) ParentCustomerId (long) ApplicationScope (ApplicationType)
- Returns:
-
SignupCustomerResponse