AdBookConnect Web Service
MethodCreateAccountContactAssociation
AdBookConnect Web Service > All Operations Resource Group : CreateAccountContactAssociation (Method)
Summary
Associates a Client or Agency with a ClientContact or AgencyContact.
Request (IAdBookConnect_CreateAccountContactAssociation_InputMessage)

The request body is of type http://www.FatTail.com/api:CreateAccountContactAssociation.

Request Body Parameters

NameDescriptionData Type
Collection of AccountContactAssociations to create.http://www.FatTail.com/api:ArrayOfAccountContactAssociation

Overview

Sequence
accountContactList optional ArrayOfAccountContactAssociation Complex Type
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.
200 Response (IAdBookConnect_CreateAccountContactAssociation_OutputMessage)

The response body is of type http://www.FatTail.com/api:CreateAccountContactAssociationResponse.

Response Body Parameters

NameDescriptionData Type
Collection of AccountContactAssociation objects created.http://www.FatTail.com/api:ArrayOfAccountContactAssociationCreateResult

Overview

Sequence
CreateAccountContactAssociationResult optional ArrayOfAccountContactAssociationCreateResult Complex Type
Sequence
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
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_CreateAccountContactAssociation_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service