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 |
標識碼 | 系統產生的帳戶標識碼。 | 長 |
名稱 | 帳戶的名稱。 | string |
數字 | 帳戶號碼。 | string |
PauseReason | 旗標值,指出暫停帳戶的人員。 可能的值如下: 1 - 使用者已暫停帳戶。 2 - 計費服務已暫停帳戶。 4 - 使用者和計費服務已暫停帳戶。 |
unsignedByte |
需求
服務: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities
消費者
FindAccounts
GetAccountsInfo
GetLinkedAccountsAndCustomersInfo