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.AccountsAssembly: Cmc.CampusLink.Wcf (in Cmc.CampusLink.Wcf.dll) Version: 1.0.0.0 (1.0.0.0)

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: DeleteBankResponseReturns the DeleteBankResponse message with information of the deleted bank.
Implements
IDynamicsAxService.DeleteBankAccount(DeleteBankRequest)