DynamicsAxServiceAddUpdateBankInfo Method

This method enables the calling application to add or update bank and bank account information 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 BankInfoResponse AddUpdateBankInfo(
	BankInfoRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsBankInfoRequest
The BankInfoRequest message with information to add or update bank information.

Return Value

Type: BankInfoResponse
Returns the BankInfoResponse message with information of the newly added or updated bank.

Implements

IDynamicsAxService.AddUpdateBankInfo(BankInfoRequest)
See Also