http://www.FatTail.com/api
OrderRep Complex Type
http://www.FatTail.com/api : OrderRep Complex Type
Description
Publisher representative associated with an Order.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
OrderRep Extension of AdBookConnectEntity Complex Type
Publisher representative associated with an Order.
Sequence
RepContactId xs:long
System ID of the order rep.
RepSplit optional xs:double
Percentage of the order commission for the rep.
RepTypeId xs:long
System ID for the configured rep group.
Used By
OrderRep Element
OrderRep Element
Source
<xs:complexType name="OrderRep" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q232="http://www.FatTail.com/api" base="q232:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="RepContactId" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID of the order rep.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RepSplit" type="xs:double">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Percentage of the order commission for the rep.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RepTypeId" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the configured rep group.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api