DynamicsAxServiceDeleteFundSource Method

This method enables the calling application to delete a Fund Source record from 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 DeleteFundSourceResponse DeleteFundSource(
	DeleteFundSourceRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsDeleteFundSourceRequest
The DeleteFundSourceRequest message with information to delete a Fund Source.

Return Value

Type: DeleteFundSourceResponse
Returns the DeleteFundSourceResponse message.

Implements

IDynamicsAxService.DeleteFundSource(DeleteFundSourceRequest)
See Also