http://www.FatTail.com/api
CreateDropLevelCustomTaskResult Complex Type
http://www.FatTail.com/api : CreateDropLevelCustomTaskResult Complex Type
Description
Result information for the custom task created.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
CreateDropLevelCustomTaskResult Extension of AdBookConnectEntity Complex Type
Result information for the custom task created.
Sequence
CustomTask optional DropCustomTask Complex Type
DropCustomTask object that was created.
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
Fault optional DataAccessFault Complex Type
Exception information if the create operation failed.
Sequence
FaultMessges optional ArrayOfstring Complex Type
Collection of exception messages.
Sequence
string 0..∞ xs:string
FaultObjectType optional DataAccessFaultObjectType Simple Type
Indicates the type of object that the fault is associated with.
FaultOperationType optional DataAccessFaultOperationType Simple Type
Indicates the type of operation that was requested when the fault occurred.
Success optional xs:boolean
True if the create operation was successful.  False if the operation failed.
Used By
CreateDropLevelCustomTaskResult Element
CreateDropLevelCustomTaskResult Element
Source
<xs:complexType name="CreateDropLevelCustomTaskResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q344="http://www.FatTail.com/api" base="q344:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="CustomTask" nillable="true" type="q344:DropCustomTask" />
        <xs:element minOccurs="0" name="Fault" nillable="true" type="q344:DataAccessFault" />
        <xs:element minOccurs="0" name="Success" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api