แชร์ผ่าน


วัตถุข้อมูล 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 ตัวระบุที่ระบบสร้างขึ้นของบัญชี ยาว
ชื่อ ชื่อของบัญชี สาย อักขระ
หมาย เลข หมายเลขบัญชี สาย อักขระ
PauseReason ค่าสถานะที่ระบุว่าใครหยุดบัญชีชั่วขณะ ต่อไปนี้คือค่าที่เป็นไปได้:

1 - ผู้ใช้หยุดบัญชีชั่วคราว

2 - บริการการเรียกเก็บเงินหยุดบัญชีชั่วคราว

4 - ผู้ใช้และบริการการเรียกเก็บเงินหยุดบัญชีชั่วคราว
unsignedByte

ข้อกําหนด

บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

ใช้โดย

FindAccounts
GetAccountsInfo
GetLinkedAccountsAndCustomersInfo