Request

The <commit> request commits an active database transaction.

If the currently opened transaction has one or more successful updates, then committing the transaction will cause all the database changes to be committed. All previous updates, even though they received a successful error code, are not committed to the database until the <commit> request is received.

Request Format

<commit [resonly="resonly"] [id="id"]/>

Parameters

<commit> Request Parameters (XML)
Parameter Description Values
resonly (Optional) Indicates whether the response should consist of the result only, without including the original request in the response.
  • y - Only provide the result, do not include the original request (default).
  • n - Include the original request in the response.
id (Optional) Transaction ID value provided in the request and passed back in the response. 1-4294967295