OrderByField Value Set - Customer Management

Defines the field order of entities returned using one of the search operations, for example SearchAccounts, SearchClientLinks, or SearchCustomers.

Syntax

<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>

Values

The OrderByField value set has the following values: CouponClassName, CouponStartDate, Id, LifeCycleStatus, Name, Number.

Value Description
CouponClassName This value is not supported with the customer management service.
CouponStartDate This value is not supported with the customer management service.
Id The order is determined by a predicate identifier.
LifeCycleStatus The order is determined by a predicate life cycle status.
Name The order is determined by a predicate name.
Number The order is determined by a predicate number.

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13

Used By

OrderBy