NAME
Microsoft::AdCenter::V6::CustomerManagementService - Service client for Microsoft AdCenter Customer Management Service.
SYNOPSIS
use Microsoft::AdCenter::V6::CustomerManagementService;
my $service_client = Microsoft::AdCenter::V6::CustomerManagementService->new
->Password("password");
->UserAccessKey("user access key")
->UserName("user name")
my $response = $service_client->CustomerSignUp(
apiFlags => ...
user => ...
customer => ...
account => ...
consentToTermsAndConditions => ...
couponCode => ...
);
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://adcenterapi.microsoft.com/Api/Advertiser/v6/CustomerManagement/CustomerManagement.asmx
Password
Gets/sets Password (string) in the request header
UserAccessKey
Gets/sets UserAccessKey (string) in the request header
UserName
Gets/sets UserName (string) in the request header
CustomerSignUp
- Parameters:
-
apiFlags (int) user (AdCenterUser) customer (AdCenterCustomer) account (AdCenterAccount) consentToTermsAndConditions (boolean) couponCode (string)
- Returns:
-
CustomerSignUpResponse
GetAccountBillingInfo
- Parameters:
-
apiFlags (int) accountId (int) customerId (int) userId (int) activityDays (int)
- Returns:
-
GetAccountBillingInfoResponse
GetAccounts
GetAccountsByIds
GetCardInvoice
- Parameters:
-
apiFlags (int) customerId (int) userId (int) handle (AdCenterCardInvoiceHandle)
- Returns:
-
GetCardInvoiceResponse