DynamicsAxServiceUpdateLedgerTransaction Method

This method enables the calling application to update the ledger transactions details of a student 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 LedgerTransactionResponse UpdateLedgerTransaction(
	LedgerTransactionRequest request
)

Parameters

request
Type: Cmc.CampusLink.Wcf.Messages.AccountsLedgerTransactionRequest
The LedgerTransactionRequest message with details to update the ledger transactions of a student.

Return Value

Type: LedgerTransactionResponse
Returns the LedgerTransactionResponse message.

Implements

IDynamicsAxService.UpdateLedgerTransaction(LedgerTransactionRequest)
See Also