CustomTransactionsUpdateTransaction Method

Updates an existing transaction record.

Namespace: BBNCExtensions.API.Transactions
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract int UpdateTransaction(
	Guid TransactionTypeGuid,
	int TransactionId,
	Object TransactionData
)

Parameters

TransactionTypeGuid
Type: SystemGuid
The Guid of the transaction type.
TransactionId
Type: SystemInt32
The ID of the transaction.
TransactionData
Type: SystemObject
An object containing the updated transaction data.

Return Value

Type: Int32
The ID of the transaction.