http://www.FatTail.com/api
OrderSearchParameter Complex Type
http://www.FatTail.com/api : OrderSearchParameter Complex Type
Description
Search information used to find a collection of orders.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
OrderSearchParameter Extension of AdBookConnectEntity Complex Type
Search information used to find a collection of orders.
Sequence
AgencyID optional xs:long
System ID for and agency assigned to orders.
ClientID optional xs:long
System ID for a client assigned to orders.
DropID optional xs:long
System ID for a drop on an order.
OrderStatusID optional xs:long
System ID for order status assigned to orders.
PONumber optional xs:string
PONumber value assigned to an order.
RepID optional xs:long
System ID for a rep assigned to an order.
RepTypeID optional xs:long
System ID for the rep type the specified rep belongs to.
Used By
OrderSearchParameter Element
parameters Element
Source
<xs:complexType name="OrderSearchParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q235="http://www.FatTail.com/api" base="q235:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AgencyID" nillable="true" type="xs:long" />
        <xs:element minOccurs="0" name="ClientID" nillable="true" type="xs:long" />
        <xs:element minOccurs="0" name="DropID" nillable="true" type="xs:long" />
        <xs:element minOccurs="0" name="OrderStatusID" nillable="true" type="xs:long" />
        <xs:element minOccurs="0" name="PONumber" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="RepID" nillable="true" type="xs:long" />
        <xs:element minOccurs="0" name="RepTypeID" nillable="true" type="xs:long" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api