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 an order for the list of entities returned using one of the search operations, for example SearchAccounts, SearchClientLinks, or SearchCustomers.
Syntax
<xs:complexType name="OrderBy" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Field" type="tns:OrderByField" />
<xs:element minOccurs="0" name="Order" type="tns:SortOrder" />
</xs:sequence>
</xs:complexType>
Elements
The OrderBy object has the following elements: Field, Order.
Element | Description | Data Type |
---|---|---|
Field | Determines the field to order the results. For example order the results by Id. | OrderByField |
Order | Determines whether the results are ascending or descending. | SortOrder |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities