AdBookConnect Web Service
MethodCreateCreatives
AdBookConnect Web Service > All Operations Resource Group : CreateCreatives (Method)
Summary
Creates a Creative.
Request (IAdBookConnect_CreateCreatives_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Creative object to create.http://www.FatTail.com/api:ArrayOfCreative

Overview

Sequence
creatives optional ArrayOfCreative Complex Type
Sequence
Sequence
CreativeID optional xs:long
System ID value for the Creative.
ClientID xs:long
System ID of the Client associated with this Creative.
CreativeDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Collection of user defined properties for the Creative.
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
200 Response (IAdBookConnect_CreateCreatives_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Result information for create operation.http://www.FatTail.com/api:ArrayOfCreativeCreateResult

Overview

Sequence
CreateCreativesResult optional ArrayOfCreativeCreateResult Complex Type
Sequence
Sequence
Sequence
CreativeID optional xs:long
System ID value for the Creative.
ClientID xs:long
System ID of the Client associated with this Creative.
CreativeDynamicProperties optional ArrayOfDynamicPropertyValue Complex Type
Collection of user defined properties for the Creative.
Sequence
Sequence
DynamicPropertyID optional xs:long
AdBook system ID for the DynamicProperty.
Value optional xs:string
Value being assigned to the dynamic property.  The format of the value depends on the type specified in the DynamicProperty definition.
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
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CreateCreatives_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service