OrderByField Value Set - Customer Billing
Defines the field order of entities returned using one of the search operations, for example SearchCoupons or SearchInsertionOrders.
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 | The order is determined by a predicate coupon class name. This value is only supported with SearchCoupons. |
CouponStartDate | The order is determined by a predicate coupon start date. This value is only supported with SearchCoupons. |
Id | The order is determined by a predicate identifier. This value is only supported with SearchInsertionOrders. |
LifeCycleStatus | The order is determined by a predicate life cycle status. This value is reserved for future use. |
Name | The order is determined by a predicate name. This value is only supported with SearchInsertionOrders. |
Number | The order is determined by a predicate number. This value is reserved for future use. |
Requirements
Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13