http://www.FatTail.com/api
RepType Complex Type
http://www.FatTail.com/api : RepType Complex Type
Description
Defines properties for groups of internal contacts.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
RepType Extension of AdBookConnectEntity Complex Type
Defines properties for groups of internal contacts.
Sequence
RepTypeCode optional xs:string
Configured code for rep grouping.
RepTypeID optional xs:long
System ID for the configured rep group.
RepTypeName optional xs:string
User defined name for the configured rep group.
IsAccountManagerRepType optional xs:boolean
Indicates if the contacts associated with the RepType are account managers.
IsOrderManagerRepType optional xs:boolean
Indicates if the contacts associated with the RepType are order managers.
AccountManagerRepTypeId optional xs:long
If IsOrderManagerRepType is true, this property references the associated account manager RepType.
CustomTaskEnabled optional xs:boolean
Indicates if the RepType is available for assignment as Owner or Email Recipient on a Custom Task.
Used By
RepType Element
RepType Element
Source
<xs:complexType name="RepType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo />
    <xs:documentation>&lt;summary&gt;
            Summary description for RepType
            &lt;/summary&gt;</xs:documentation>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q509="http://www.FatTail.com/api" base="q509:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="RepTypeCode" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;Configured code for rep grouping.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RepTypeID" type="xs:long">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;System ID for the configured rep group.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="RepTypeName" nillable="true" type="xs:string">
          <xs:annotation>
            <xs:appinfo />
            <xs:documentation>&lt;summary&gt;User defined name for the configured rep group.&lt;/summary&gt;</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="IsAccountManagerRepType" type="xs:boolean">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="IsOrderManagerRepType" type="xs:boolean">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="AccountManagerRepTypeId" type="xs:long">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
        <xs:element minOccurs="0" name="CustomTaskEnabled" type="xs:boolean">
          <xs:annotation>
            <xs:appinfo>
              <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
            </xs:appinfo>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api