OrderBy Data Object - Customer Billing

Defines an order for the list of insertion orders returned using one of the search operations, for example SearchCoupons or SearchInsertionOrders.

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: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

SearchCoupons
SearchInsertionOrders