http://www.FatTail.com/api
CreativeDeleteResult Complex Type
http://www.FatTail.com/api : CreativeDeleteResult Complex Type
Namespace http://www.FatTail.com/api
Overview
Sequence
ClientID optional xs:long
CreativeID optional xs:long
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
CreativeDeleteResult Element
CreativeDeleteResult Element
Source
<xs:complexType name="CreativeDeleteResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="ClientID" type="xs:long" />
    <xs:element minOccurs="0" name="CreativeID" type="xs:long" />
    <xs:element minOccurs="0" name="Fault" nillable="true" xmlns:q101="http://www.FatTail.com/api" type="q101:DataAccessFault" />
    <xs:element minOccurs="0" name="Success" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
http://www.FatTail.com/api