AdBookConnect Web Service
MethodCreateOrderLevelCustomTask
AdBookConnect Web Service > All Operations Resource Group : CreateOrderLevelCustomTask (Method)
Summary
Creates an order level custom task.
Request (IAdBookConnect_CreateOrderLevelCustomTask_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
 OrderCustomTask

Overview

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

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

Response Body Parameters

NameDescriptionData Type
 CreateOrderLevelCustomTaskResult

Overview

Sequence
Sequence
CustomTask optional OrderCustomTask Complex Type
OrderCustomTask object that was created.
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
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_CreateOrderLevelCustomTask_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service