Transaction Reference

Allows user to perform transactions, such as inserting, updating, and deleting records in a resource. A single request can consist of multiple transactions on multiple resources.


Input

Parameter nameTypeDescription
outputString The output type for the page. Possible types include 'XML', 'JSON', 'JSONXML', 'HTML', and 'CUSTOM'.
obsIdString (Required for JSON/JSONXML output) The object listening for the JSON callback.
obsSuccessMethodString (Required for JSON/JSONXML output) The JSON success callback function.
obsErrorMethodString (Required for JSON/JSONXML output) The JSON error callback function.
transformerString (Required for CUSTOM output) The XSLT to use to transform the XML output.
xmlString(Required) An xml string containing a set of Transactions to execute.



Output

An xml or json response.