DynamicsAxServiceUpdateCheck Method

This method enables the calling application to update the check number of a scheduled refund or stipend check transactions 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 UpdateCheckResponse UpdateCheck(
	UpdateCheckRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsUpdateCheckRequest
The UpdateCheckRequest message with information to update the check number of a scheduled refund or stipend check transactions.

Return Value

Type: UpdateCheckResponse
Returns the UpdateCheckResponse message with information of the updated check.

Implements

IDynamicsAxService.UpdateCheck(UpdateCheckRequest)
See Also