AccountInfo Data Object - Customer Management

Defines an object that contains an account's identifier, name, and number.

Syntax

<xs:complexType name="AccountInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Number" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AccountLifeCycleStatus" type="tns:AccountLifeCycleStatus" />
    <xs:element minOccurs="0" name="PauseReason" nillable="true" type="xs:unsignedByte" />
  </xs:sequence>
</xs:complexType>

Elements

The AccountInfo object has the following elements: AccountLifeCycleStatus, Id, Name, Number, PauseReason.

Element Description Data Type
AccountLifeCycleStatus The status of the account. AccountLifeCycleStatus
Id The system-generated identifier of the account. long
Name The name of the account. string
Number The account number. string
PauseReason A flag value that indicates who paused the account. The following are the possible values:

1 - The user paused the account.

2 - The billing service paused the account.

4 - The user and billing service paused the account.
unsignedByte

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

FindAccounts
GetAccountsInfo
GetLinkedAccountsAndCustomersInfo