http://www.FatTail.com/api
AccountContactAssociationCreateResult Complex Type
http://www.FatTail.com/api : AccountContactAssociationCreateResult Complex Type
Description
Result information from creating an account contact association.
Namespace http://www.FatTail.com/api
Base Type
Extension of AdBookConnectEntity Complex Type
Overview
AccountContactAssociationCreateResult Extension of AdBookConnectEntity Complex Type
Result information from creating an account contact association.
Sequence
Sequence
AccountID xs:long
Client ID or Agency ID to associate with the Contact ID.
ContactID xs:long
Contact ID to associate with the Client ID or Agency ID.
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
AccountContactAssociationCreateResult Element
AccountContactAssociationCreateResult Element
Source
<xs:complexType name="AccountContactAssociationCreateResult" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension xmlns:q380="http://www.FatTail.com/api" base="q380:AdBookConnectEntity">
      <xs:sequence>
        <xs:element minOccurs="0" name="AccountContactAssociation" nillable="true" type="q380:AccountContactAssociation" />
        <xs:element minOccurs="0" name="Fault" nillable="true" type="q380: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