DynamicsAxServiceAddUpdateFundSourceCampus Method

This method enables the calling application to associate or update the association of a Fund Source with Campus(es) 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 AddUpdateFundSourceCampusResponse AddUpdateFundSourceCampus(
	AddUpdateFundSourceCampusRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsAddUpdateFundSourceCampusRequest
The AddUpdateFundSourceCampusRequest message with information to associate or update the association of a Fund Source with Campus(es).

Return Value

Type: AddUpdateFundSourceCampusResponse
Returns the AddUpdateFundSourceCampusResponse message with information of the updated Fund Source.

Implements

IDynamicsAxService.AddUpdateFundSourceCampus(AddUpdateFundSourceCampusRequest)
See Also