http://www.FatTail.com/api
OrderCustomTask Complex Type
http://www.FatTail.com/api : OrderCustomTask Complex Type
Description
Contains all information for an order level custom task
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
OrderCustomTask Extension of AdBookConnectEntity Complex Type
Contains all information for an order level custom task
Sequence
CustomTaskID optional xs:long
Primary key of the OrderCustomTask object
CustomTaskName optional xs:string
Custom task name
CustomTaskNotes optional xs:string
Custom task notes
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
OrderID optional xs:long
Order ID for the order on which the custom task will be created
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
OrderCustomTask Element
CustomTask Element
customTask Element
Source
<xs:complexType name="OrderCustomTask" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q270="http://www.FatTail.com/api" base="q270: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 xmlns:q31="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientContactIDs" nillable="true" type="q31:ArrayOflong" />
        <xs:element xmlns:q32="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientEmailAddresses" nillable="true" type="q32:ArrayOfstring" />
        <xs:element xmlns:q33="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="EmailRecipientRepTypeIDs" nillable="true" type="q33:ArrayOflong" />
        <xs:element minOccurs="0" name="OrderID" type="xs:long" />
        <xs:element xmlns:q34="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OwnerContactIDs" nillable="true" type="q34:ArrayOflong" />
        <xs:element xmlns:q35="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="OwnerRepTypeIDs" nillable="true" type="q35:ArrayOflong" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api