OrderByField 值集 - 客户管理

定义使用搜索操作之一返回的实体的字段顺序,例如 SearchAccountsSearchClientLinksSearchCustomers

语法

<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 值集具有以下值:CouponClassNameCouponStartDateIdLifeCycleStatusNameNumber

说明
CouponClassName 客户管理服务不支持此值。
CouponStartDate 客户管理服务不支持此值。
Id 顺序由谓词标识符确定。
LifeCycleStatus 顺序由谓词生命周期状态决定。
名称 顺序由谓词名称决定。
数字 顺序由谓词数字决定。

要求

服务: CustomerManagementService.svc v13
命名 空间: https://bingads.microsoft.com/Customer/v13

使用者

OrderBy