REST API Reference

REST API Reference

Request Body

Request Body

A request body includes required and optional parameters for the request.
Not all requests require a body. If you include a body in the request, set the
accept
header to
application/json
. The TDM REST API accepts a request body in the JSON data format.
The following example shows a request body in the JSON data format. You enter the following parameters in a request body to run a job to reset a data set:
{ "targetConnectionName": "string", "targetConnectionSchemaName": "string", "stagingConnectionName": "string", "datasetVersionId": "string", "integrationServiceName": "string", "localCode": "string", "stopOnError": 0, "insertInMasterTables": false, "enableHighPrecision": false, "manualDisableConstraint": false, "commitType": "Source", "enableRecovery": false, "enableSpecialCharactersInMetadata": false, "targetLoadType": "Normal", "constraintsDisable": false, "triggersDisable": false, "indexesDisable": false, "upsertInTransactionalTable": false, "truncateTargetTable": false }

0 COMMENTS

We’d like to hear from you!