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.InputParameter name | Type | Description |
---|
output | String | The output type for the page. Possible types include 'XML', 'JSON', 'JSONXML', 'HTML', and 'CUSTOM'. | obsId | String | (Required for JSON/JSONXML output) The object listening for the JSON callback. | obsSuccessMethod | String | (Required for JSON/JSONXML output) The JSON success callback function. | obsErrorMethod | String | (Required for JSON/JSONXML output) The JSON error callback function. | transformer | String | (Required for CUSTOM output) The XSLT to use to transform the XML output. | xml | String | (Required) An xml string containing a set of Transactions to execute. |
Output
|