AdBookConnect Web Service
MethodRemoveAccountContactAssociation
AdBookConnect Web Service > All Operations Resource Group : RemoveAccountContactAssociation (Method)
Summary
Deletes a collection of AccountContactAssociation objects.
Request (IAdBookConnect_RemoveAccountContactAssociation_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Collection of AccountContactAssociation objects to delete.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_RemoveAccountContactAssociation_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of AccountContactAssociation objects deleted.http://www.FatTail.com/api:ArrayOfAccountContactAssociationDeleteResult

Overview

Sequence
RemoveAccountContactAssociationResult optional ArrayOfAccountContactAssociationDeleteResult 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.
Fault optional DataAccessFault Complex Type
Error information for exceptions encountered during 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 exceptions were encountered.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_RemoveAccountContactAssociation_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service