http://www.FatTail.com/api
ClientAgencyReportQuery Complex Type
http://www.FatTail.com/api : ClientAgencyReportQuery Complex Type
Description
Client/Agency report query.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
ClientAgencyReportQuery Extension of AdBookConnectEntity Complex Type
Client/Agency report query.
Sequence
AccountManagerIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
ClientIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
ClientContactIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
AgencyIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
AgencyContactIDs optional ArrayOflong Complex Type
Sequence
long 0..∞ xs:long
ClientAgencyDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
Used By
ClientAgencyReportQuery Element
ClientAgencyReportQuery Element
Source
<xs:complexType name="ClientAgencyReportQuery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q63="http://www.FatTail.com/api" base="q63:AdBookConnectEntity">
      <xs:sequence>
        <xs:element xmlns:q7="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AccountManagerIDs" nillable="true" type="q7:ArrayOflong" />
        <xs:element xmlns:q8="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ClientIDs" nillable="true" type="q8:ArrayOflong" />
        <xs:element xmlns:q9="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="ClientContactIDs" nillable="true" type="q9:ArrayOflong" />
        <xs:element xmlns:q10="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AgencyIDs" nillable="true" type="q10:ArrayOflong" />
        <xs:element xmlns:q11="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="AgencyContactIDs" nillable="true" type="q11:ArrayOflong" />
        <xs:element minOccurs="0" name="ClientAgencyDynamicProperties" nillable="true" type="q63:ArrayOfDynamicPropertyValue" />
        <xs:element name="ClientReportType" type="q63:ClientReportType" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api