http://www.FatTail.com/api
PositionPricing Complex Type
http://www.FatTail.com/api : PositionPricing Complex Type
Description
Rate card pricing information for a position in the media tree.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
PositionPricing Extension of AdBookConnectEntity Complex Type
Rate card pricing information for a position in the media tree.
Sequence
MediaElementID optional xs:long
Media position the price is associated with.
Price optional xs:double
Default price for the position.
PriceTypeID optional xs:long
ID of the price type the price is based on.
RateCardNameID optional xs:long
System ID of the rate card name associated with the price.
Used By
PositionPricing Element
PositionPricing Element
Source
<xs:complexType name="PositionPricing" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for PositionPricing
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q538="http://www.FatTail.com/api" base="q538:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="MediaElementID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Media position the price is associated with.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="Price" type="xs:double">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Default price for the position.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="PriceTypeID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;ID of the price type the price is based on.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RateCardNameID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID of the rate card name associated with the price.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api