http://www.FatTail.com/api
AccountManagerGroupAssociationDeleteResult Complex Type
http://www.FatTail.com/api : AccountManagerGroupAssociationDeleteResult Complex Type
Description
Result information for the delete operation.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AccountManagerGroupAssociationDeleteResult Extension of AdBookConnectEntity Complex Type
Result information for the delete operation.
Sequence
AccountManagerGroupAssociation optional AccountManagerGroupAssociation Complex Type
AccountManagerGroupAssociation object being deleted.
Sequence
ClientID xs:long
Client ID of the Client associated with the account managers.
RepTypeID xs:long
RepType ID of the account manager group.
Fault optional DataAccessFault Complex Type
Exception information for the delete operation.
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 delete operation was successful.  False if the operation failed.
Used By
AccountManagerGroupAssociationDeleteResult Element
AccountManagerGroupAssociationDeleteResult Element
Source
<xs:complexType name="AccountManagerGroupAssociationDeleteResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q422="http://www.FatTail.com/api" base="q422:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AccountManagerGroupAssociation" nillable="true" type="q422:AccountManagerGroupAssociation" />
        <xs:element minOccurs="0" name="Fault" nillable="true" type="q422:DataAccessFault" />
        <xs:element minOccurs="0" name="Success" type="xs:boolean" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
http://www.FatTail.com/api