Skip to content


API - Transactions

Transaction Support

Transactions are supported on certain Create, Update and Delete requests. Each API usage method detailed in this document specifies whether transaction processing is supported.

These requests have an optional property for a TransactionId. The TransactionId is a user defined string that should be the same for each request taking part in the same transactions. Specifying a TransactionId in a request will initiate a new transaction using that identifier.

See CommitTransactions and RollbackTransactions for direct transaction methods.