http://www.FatTail.com/api
DropCustomTask Complex Type
http://www.FatTail.com/api : DropCustomTask Complex Type
Description
Contains all information for a drop level custom task
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
DropCustomTask Extension of AdBookConnectEntity Complex Type
Contains all information for a drop level custom task
Sequence
CustomTaskID optional xs:long
Primary key of the DropCustomTask object
CustomTaskName optional xs:string
Custom task name
CustomTaskNotes optional xs:string
Custom task notes
DropID optional xs:long
Drop ID for the drop on which the custom task will be created
EmailRecipientContactIDs optional ArrayOflong Complex Type
Contact ID list for Email Recipients
Sequence
long 0..∞ xs:long
EmailRecipientEmailAddresses optional ArrayOfstring Complex Type
Email address list for Email Recipients
Sequence
string 0..∞ xs:string
EmailRecipientRepTypeIDs optional ArrayOflong Complex Type
RepType ID list for Email Recipients
Sequence
long 0..∞ xs:long
OwnerContactIDs optional ArrayOflong Complex Type
Contact ID list for Owners
Sequence
long 0..∞ xs:long
OwnerRepTypeIDs optional ArrayOflong Complex Type
RepType ID list for Owners
Sequence
long 0..∞ xs:long
Used By
DropCustomTask Element
CustomTask Element
customTask Element
Source
<xs:complexType name="DropCustomTask" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q341="http://www.FatTail.com/api" base="q341:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="CustomTaskID" type="xs:long" />
        <xs:element minOccurs="0" name="CustomTaskName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="CustomTaskNotes" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="DropID" type="xs:long" />
        <xs:element xmlns:q42="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientContactIDs" nillable="true" type="q42:ArrayOflong" />
        <xs:element xmlns:q43="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientEmailAddresses" nillable="true" type="q43:ArrayOfstring" />
        <xs:element xmlns:q44="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientRepTypeIDs" nillable="true" type="q44:ArrayOflong" />
        <xs:element xmlns:q45="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OwnerContactIDs" nillable="true" type="q45:ArrayOflong" />
        <xs:element xmlns:q46="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OwnerRepTypeIDs" nillable="true" type="q46:ArrayOflong" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api