Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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