AdBookConnect Web Service
MethodRemoveAccountManagerAssociation
AdBookConnect Web Service > All Operations Resource Group : RemoveAccountManagerAssociation (Method)
Summary
Deletes a collection of AccountManagerAssociation objects.
Request (IAdBookConnect_RemoveAccountManagerAssociation_InputMessage)

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

Request Body Parameters

NameDescriptionData Type
Collection of AccountManagerAssociation objects to delete.http://www.FatTail.com/api:ArrayOfAccountManagerAssociation

Overview

Sequence
accountManagerAssociationsList optional ArrayOfAccountManagerAssociation Complex Type
Sequence
Sequence
ClientID xs:long
Client ID of account.
ContactID xs:long
Contact ID for the account manager.
200 Response (IAdBookConnect_RemoveAccountManagerAssociation_OutputMessage)

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

Response Body Parameters

NameDescriptionData Type
Collection of AccountMangerAssociation objects deleted.http://www.FatTail.com/api:ArrayOfAccountManagerAssociationDeleteResult

Overview

Sequence
RemoveAccountManagerAssociationResult optional ArrayOfAccountManagerAssociationDeleteResult Complex Type
Sequence
Sequence
AccountManagerAssociation optional AccountManagerAssociation Complex Type
AccountManagerAssociation object for the delete operation.
Sequence
ClientID xs:long
Client ID of account.
ContactID xs:long
Contact ID for the account manager.
Fault optional DataAccessFault Complex Type
Exception information if the delete 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 delete operation was successful.  False if the operation failed.
Fault Responses
FaultDescription
This fault returns a response body of type http://www.FatTail.com/api:IAdBookConnect_RemoveAccountManagerAssociation_DataAccessFaultFault_FaultMessage.  
See Also
All Operations Resource GroupAdBookConnect Web Service