http://www.FatTail.com/api
NewsletterAvailability Complex Type
http://www.FatTail.com/api : NewsletterAvailability Complex Type
Description
Availability information for a specific newsletter.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
NewsletterAvailability Extension of AdBookConnectEntity Complex Type
Availability information for a specific newsletter.
Sequence
Available optional xs:long
Impressions available for the newsletter.
ClientID optional xs:long
System ID for the Client on the order the newsletter is booked on, if the newsletter is not available for the date requested.
EndDate optional xs:dateTime
End date of the newsletter run.
MediaElementID optional xs:long
System ID for the media element of the newsletter.
OrderStatusID optional xs:long
System ID for the order status on the order the newsletter is booked on, if the newsletter is not available.
StartDate optional xs:dateTime
Start date of the newsletter.
Used By
NewsletterAvailability Element
NewsletterAvailability Element
Source
<xs:complexType name="NewsletterAvailability" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for NewsletterAvailability
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q450="http://www.FatTail.com/api" base="q450:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="Available" type="xs:long" />
        <xs:element minOccurs="0" name="ClientID" type="xs:long" />
        <xs:element minOccurs="0" name="EndDate" type="xs:dateTime" />
        <xs:element minOccurs="0" name="MediaElementID" type="xs:long" />
        <xs:element minOccurs="0" name="OrderStatusID" type="xs:long" />
        <xs:element minOccurs="0" name="StartDate" type="xs:dateTime" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api