http://www.FatTail.com/api
MediaTreeReportJob Complex Type
http://www.FatTail.com/api : MediaTreeReportJob Complex Type
Description
Information for a Media Tree Report that was initiated from the API.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
MediaTreeReportJob Extension of AdBookConnectEntity Complex Type
Information for a Media Tree Report that was initiated from the API.
Sequence
MediaTreeReportJobID optional xs:long
System ID for a media tree report that was run through the API.
MediaTreeReportQuery optional MediaTreeReportQuery Complex Type
Media tree report query parameter and filter information.
Sequence
MediaElementReportMode MediaTreeReportMode Simple Type
Report mode selected for the media tree report.
MediaElementReportSubMode MediaTreeReportSubMode Simple Type
Submode selected for the media tree report.
MediaElementIDs optional ArrayOflong Complex Type
System IDs for the media elements selected for output.
Sequence
long 0..∞ xs:long
MediaElementPropertyIDs optional ArrayOflong Complex Type
System IDs for the media element properties selected for output.
Sequence
long 0..∞ xs:long
IncludeHiddenPosition optional xs:boolean
Flag for including hidden products on the report output.
PathSplit optional xs:boolean
Flag for splitting the product path in the report output.
Status optional ReportStatus Simple Type
Status of the media tree report job.
StatusMessage optional xs:string
Status text associated with the current status.
Used By
MediaTreeReportJob Element
reportParameters Element
RunMediaTreeReportJobResult Element
GetMediaTreeReportJobResult Element
Source
<xs:complexType name="MediaTreeReportJob" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q73="http://www.FatTail.com/api" base="q73:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="MediaTreeReportJobID" type="xs:long" />
        <xs:element minOccurs="0" name="MediaTreeReportQuery" nillable="true" type="q73:MediaTreeReportQuery" />
        <xs:element minOccurs="0" name="Status" type="q73:ReportStatus" />
        <xs:element minOccurs="0" name="StatusMessage" nillable="true" type="xs:string" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api