http://www.FatTail.com/api
AccountManagerGroupAssociation Complex Type
http://www.FatTail.com/api : AccountManagerGroupAssociation Complex Type
Description
Specifies a relationship between a Client and a collection of account managers.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AccountManagerGroupAssociation Extension of AdBookConnectEntity Complex Type
Specifies a relationship between a Client and a collection of account managers.
Sequence
ClientID xs:long
Client ID of the Client associated with the account managers.
RepTypeID xs:long
RepType ID of the account manager group.
Used By
AccountManagerGroupAssociation Element
AccountManagerGroupAssociation Element
AccountManagerGroupAssociation Element
AccountManagerGroupAssociation Element
Remarks
The RepType is a container object for a collection of internal Contacts.  The RepType referenced by RepTypeID must have the IsAccountManagerRepType set to true.
Source
<xs:complexType name="AccountManagerGroupAssociation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q409="http://www.FatTail.com/api" base="q409:AdBookConnectEntity">
      <xs:sequence>
        <xs:element name="ClientID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;
            Client ID
            &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;
            ContactGroupID
            &lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api