Data Manager
Run a Data Load
Schedules a Data Load for immediate (but asynchronous) execution.
post/datamart.rundataload
Request body
Example request
{
"data": {
"type": "DS_FLUSH",
"targetName": "DMDS.Product",
"sourceName": "DMF.Product"
}
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.