DynamicsAxServiceAddUpdateFundSource Method

This method enables the calling application to add or update Fund Source information 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 AddUpdateFundSourceResponse AddUpdateFundSource(
	AddUpdateFundSourceRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsAddUpdateFundSourceRequest
The AddUpdateFundSourceRequest message with information to add or update a Fund Source.

Return Value

Type: AddUpdateFundSourceResponse
Returns the AddUpdateFundSourceResponse message with information of the newly added or updated Fund Source.

Implements

IDynamicsAxService.AddUpdateFundSource(AddUpdateFundSourceRequest)
See Also