AccountInfo 数据对象 - 客户管理
定义一个对象,该对象包含帐户的标识符、名称和编号。
语法
<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>
元素
AccountInfo 对象具有以下元素:AccountLifeCycleStatus、Id、Name、Number、PauseReason。
元素 | 说明 | 数据类型 |
---|---|---|
AccountLifeCycleStatus | 帐户的状态。 | AccountLifeCycleStatus |
ID | 帐户的系统生成的标识符。 | long |
名称 | 帐户的名称。 | string |
数字 | 帐号。 | string |
PauseReason | 指示暂停帐户的人员的标志值。 以下是可能的值: 1 - 用户暂停了帐户。 2 - 计费服务暂停了帐户。 4 - 用户和计费服务暂停了帐户。 |
unsignedByte |
要求
服务: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities
使用者
FindAccounts
GetAccountsInfo
GetLinkedAccountsAndCustomersInfo