DynamicsAxServiceDeleteBankAccount Method

This method enables the calling application to delete the bank account details of campuses that are associated with the same legal entity in the CampusNexus Student database.

Namespace:  Cmc.CampusLink.Wcf.Accounts
Assembly:  Cmc.CampusLink.Wcf (in Cmc.CampusLink.Wcf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
public DeleteBankResponse DeleteBankAccount(
	DeleteBankRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsDeleteBankRequest
The DeleteBankRequest message with information to delete the bank information.

Return Value

Type: DeleteBankResponse
Returns the DeleteBankResponse message with information of the deleted bank.

Implements

IDynamicsAxService.DeleteBankAccount(DeleteBankRequest)
See Also