DynamicsAxServiceUpdateGLStatusFlag Method

This method enables the calling application to update the GLStatusFlag value to True, to indicate that the status of the transaction is posted.

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 UpdateGLStatusResponse UpdateGLStatusFlag(
	UpdateGLStatusRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsUpdateGLStatusRequest
The UpdateGLStatusFlagRequest message with information to update the GLStatusFlag value to true.

Return Value

Type: UpdateGLStatusResponse
Returns the UpdateGLStatusFlagResponse message.

Implements

IDynamicsAxService.UpdateGLStatusFlag(UpdateGLStatusRequest)
See Also