ชุดค่า OrderByField - การจัดการลูกค้า
กําหนดลําดับเขตข้อมูลของเอนทิตีที่ส่งกลับโดยใช้หนึ่งในการดําเนินการค้นหา ตัวอย่างเช่น SearchAccounts, SearchClientLinks หรือ SearchCustomers
ไวยากรณ์
<xs:simpleType name="OrderByField" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="Id" />
<xs:enumeration value="Name" />
<xs:enumeration value="Number" />
<xs:enumeration value="LifeCycleStatus" />
<xs:enumeration value="CouponClassName" />
<xs:enumeration value="CouponStartDate" />
</xs:restriction>
</xs:simpleType>
ค่า
ชุดค่า OrderByField มีค่าต่อไปนี้: CouponClassName, CouponStartDate, Id, LifeCycleStatus, Name, Number
ข้อกําหนด
บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13