http://www.FatTail.com/api
CreativeCreateResult Complex Type
http://www.FatTail.com/api : CreativeCreateResult Complex Type
Namespace http://www.FatTail.com/api
Overview
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
Used By
CreativeCreateResult Element
CreativeCreateResult Element
Source
<xs:complexType name="CreativeCreateResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Creative" nillable="true" xmlns:q92="http://www.FatTail.com/api" type="q92:Creative" />
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q93="http://www.FatTail.com/api" type="q93:DataAccessFault" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api