Deletes a collection of AccountContactAssociation objects.
The request body is of type http://www.FatTail.com/api:RemoveAccountContactAssociation.
Request Body Parameters
Name | Description | Data Type |
accountContactList | Collection of AccountContactAssociation objects to delete. | http://www.FatTail.com/api:ArrayOfAccountContactAssociation |
Overview
 |
 |
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.
| | | | | | |
The response body is of type http://www.FatTail.com/api:RemoveAccountContactAssociationResponse.
Response Body Parameters
Name | Description | Data Type |
RemoveAccountContactAssociationResult | Collection of AccountContactAssociation objects deleted. | http://www.FatTail.com/api:ArrayOfAccountContactAssociationDeleteResult |
Overview
 |
 |
Sequence
 |
 |
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
| |
| |
 |
Success optional xs:boolean
True if the delete operation was successful. False if exceptions were encountered.
| | | | | | |