Imports a list of Data Load definitions. Existing definitions will be updated.
Information: Omitting a property is equivalent to setting it to null. With one exception: a previously existing
incLoadDate
will be retained.
required | object | ||||
|
OK
{- "data": {
- "dataLoads": [
- {
- "typedId": "string",
- "type": "string",
- "targetName": "string",
- "sourceName": "string",
- "continuous": true,
- "incremental": true,
- "incLoadDate": "string",
- "calculationMessages": [
- { }
], - "valid": "string"
}
]
}
}