Account Data Object
Defines an account. This is the base object from which the advertising and publishing accounts derive.
<xs:complexType name="Account">
<xs:sequence>
<xs:element minOccurs="0" name="AccountType" type="tns:AccountType" />
<xs:element minOccurs="0" name="BillToCustomerId" nillable="true" type="xsd:long" />
<xs:element minOccurs="0" name="CountryCode" nillable="true" type="xsd:string" />
<xs:element minOccurs="0" name="CurrencyType" nillable="true" type="tns:CurrencyType" />
<xs:element minOccurs="0" name="AccountFinancialStatus" nillable="true" type="tns:AccountFinancialStatus" />
<xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
<xs:element minOccurs="0" name="Language" nillable="true" type="tns:LanguageType" />
<xs:element minOccurs="0" name="LastModifiedByUserId" nillable="true" type="xsd:long" />
<xs:element minOccurs="0" name="LastModifiedTime" nillable="true" type="xsd:dateTime" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xsd:string" />
<xs:element minOccurs="0" name="Number" nillable="true" type="xsd:string" />
<xs:element minOccurs="0" name="ParentCustomerId" type="xsd:long" />
<xs:element minOccurs="0" name="PauseReason" nillable="true" type="xs:unsignedByte" />
<xs:element minOccurs="0" name="PaymentMethodId" nillable="true" type="xsd:long" />
<xs:element minOccurs="0" name="PaymentMethodType" nillable="true" type="tns:PaymentMethodType" />
<xs:element minOccurs="0" name="PrimaryUserId" nillable="true" type="xsd:long" />
<xs:element minOccurs="0" name="AccountLifeCycleStatus" nillable="true" type="tns:AccountLifeCycleStatus" />
<xs:element minOccurs="0" name="TimeStamp" nillable="true" type="xsd:base64Binary" />
<xs:element minOccurs="0" name="TimeZone" nillable="true" type="tns:TimeZoneType" />
<xs:element minOccurs="0" name="PauseReason" nillable="true" type="xs:unsignedByte" />
</xs:sequence>
</xs:complexType>
Elements
Element | Description | Data Type | Signup Customer | Update Account | ||
|---|---|---|---|---|---|---|
AccountFinancialStatus | The financial status of the account. For example, the status can indicate whether the account is in good standing or is past due. | Read-only | Read-only | |||
AccountLifeCycleStatus | The status of the account. You cannot set the status of the account. | Read-only | Read-only | |||
AccountType | The type of the account. For example, whether the account is an advertiser or publisher account. The system determines the type based on the object that you pass to the SignupCustomer operation. | Read-only | Read-only | |||
BillToCustomerId | The identifier of the customer that is billed for the charges that the account generates. This is either the reseller that manages this account on behalf of the owner or the identifier of the customer that owns the account. The service sets the identifier based on the owner of the payment instrument identified in the PaymentMethodId element. | long | Read-only | Read-only | ||
CountryCode | The code that identifies the country/region in which the account operates. The service uses the country/region information for billing purposes. For a list of country code values, see Country Codes.
| string | Read-only | Read-only | ||
CurrencyType | The type of currency that is used to settle the account. The service uses the currency information for billing purposes. | Required | Read-only | |||
Id | The system generated identifier of the account. This is the identifier that you set the AccountId element and CustomerAccountId SOAP header to in many of the campaign requests. | long | Read-only | Required | ||
Language | The language used to render the invoice (if you use an invoice as your payment method). If you specify a language value when signing up a customer, the value is ignored. The signup process instead gets the language value from the Lcid element of the User object. If the Lcid element is set to a value such as FrenchCanada, the Language element is set to French. | Read-only | Optional | |||
LastModifiedByUserId | The identifier of the last user to update the account’s information. | long | Read-only | Read-only | ||
LastModifiedTime | The date and time that the account was last updated. The value is in Coordinated Universal Time (UTC).
| dateTime | Read-only | Read-only | ||
Name | The name of the account. The name can contain a maximum of 100 characters and must be unique within the customer. | string | Required | Optional | ||
Number | The system generated account number that is used to identify the account in the Bing Ads web application. The account number has the form xxxxxxxx, where xxxxxxxx is a series of any eight alphanumeric characters. | string | Read-only | Read-only | ||
ParentCustomerId | The identifier of the customer that owns the account. In the campaign requests that require a customer identifier, this is the identifier that you set the CustomerId SOAP header to. | long | Read-only | Read-only | ||
PauseReason | A flag value that indicates who paused the account. The following are the possible values:
| unsignedByte | Read-only | Read-only | ||
PaymentMethodId | The identifier of the payment instrument to use to settle the account. When signing up a customer, set this element to NULL. The service picks up the payment method identifier associated with the reseller’s invoice automatically. | long | Read-only | Optional | ||
PaymentMethodType | The type of payment instrument to use to settle the account. You do not have to set this value because the type is determined by the payment instrument that you specify in the PaymentMethodId element. | Read-only | Read-only | |||
PrimaryUserId | The identifier of the account manager who is primarily responsible for managing this account. By default, the value is set to the reseller’s user identifier. | long | Read-only | Optional | ||
TimeStamp | The time-stamp value that the system uses internally to reconcile updates when you call the UpdateAccount or DeleteAccount operation. | base64Binary | Read-only | Required | ||
TimeZone | The default time-zone value to use for campaigns in this account.
| Read-only | Read-only |
Do not instantiate the Account data object. Instead, instantiate one of the following objects that derives from the Account data object.
When you call the GetAccount operation to get the account data, PaymentMethodType is set to NULL (you cannot determine the payment method that the account uses).
Requirements
CustomerManagementService.svc v8
Namespace: https://adcenter.microsoft.com/api/customermanagement
