Integration Cloud 7.0.0 | Built-In Services | Built-In Services | Transaction:commit
 
Transaction:commit
Commits an explicit transaction.
Input Parameters
commitTransactionInput
Document Information for each commit request.
Key
Description
transactionName
String The name of an explicit transaction that you want to commit. The transactionName must have been previously used in a call to Transaction:start.
This value must be mapped from the most recent Transaction:start that has not previously been committed or rolled back.
Output Parameters
None.
Usage Notes
This service must be used in conjunction with the Transaction:start service. If the transactionName parameter was not provided in a prior call to Transaction:start, a run-time error will be returned.