AdBookConnect Web Service
MethodCreateDropLevelCustomTask
AdBookConnect Web Service > All Operations Resource Group : CreateDropLevelCustomTask (Method)
Summary
Creates a drop level custom task.
Request (IAdBookConnect_CreateDropLevelCustomTask_InputMessage)

The request body is of type http://www.FatTail.com/api:CreateDropLevelCustomTask.

Request Body Parameters

NameDescriptionData Type
 DropCustomTask

Overview

Sequence
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
200 Response (IAdBookConnect_CreateDropLevelCustomTask_OutputMessage)

The response body is of type http://www.FatTail.com/api:CreateDropLevelCustomTaskResponse.

Response Body Parameters

NameDescriptionData Type
 CreateDropLevelCustomTaskResult

Overview

Sequence
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.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CreateDropLevelCustomTask_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service