Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13