DynamicsAxServiceDeleteFundSourceCampus Method

This method enables the calling application to remove the association of a Fund Source from a Campus 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 DeleteFundSourceCampusResponse DeleteFundSourceCampus(
	DeleteFundSourceCampusRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsDeleteFundSourceCampusRequest
The DeleteFundSourceCampusRequest message to remove the association of a Fund Source from Campus(es).

Return Value

Type: DeleteFundSourceCampusResponse
Returns the DeleteFundSourceCampusResponse message.

Implements

IDynamicsAxService.DeleteFundSourceCampus(DeleteFundSourceCampusRequest)
See Also