ObjectInformationTransactionId Property
The ID of the transaction in the Incoming Transaction queue.

This parameter is required as input value only if the CreateInstance, UpdateInstance, or DeleteInstance method is resubmitted to the Incoming Transaction queue, and you want to prevent the creation of duplicate transactions for the same API request.

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
public long TransactionId { get; set; }

Property Value

Type: Int64
See Also