http://www.FatTail.com/api
AccountManagerGroupAssociationCreateResult Complex Type
http://www.FatTail.com/api : AccountManagerGroupAssociationCreateResult Complex Type
Description
Result information for the create operation.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AccountManagerGroupAssociationCreateResult Extension of AdBookConnectEntity Complex Type
Result information for the create operation.
Sequence
AccountManagerGroupAssociation optional AccountManagerGroupAssociation Complex Type
AccountManagerGroupAssociation object that was created.
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 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.
Used By
AccountManagerGroupAssociationCreateResult Element
AccountManagerGroupAssociationCreateResult Element
Source
<xs:complexType name="AccountManagerGroupAssociationCreateResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q416="http://www.FatTail.com/api" base="q416:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AccountManagerGroupAssociation" nillable="true" type="q416:AccountManagerGroupAssociation" />
        <xs:element minOccurs="0" name="Fault" nillable="true" type="q416: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