POST api/Resource/PostRunAutoImportByKeyColumn
根据数据表单的关键字段,分批次合并为 一个参数值 传递给自动导入任务运行。
Request Information
URI Parameters
None.
Body Parameters
RequestAutoImportByKeyColumnData| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| dblinkname | string |
None. |
|
| resid | integer |
None. |
|
| keyColumn | string |
None. |
|
| keyparm | string |
None. |
|
| parms | Dictionary of Object [key] and Object [value] |
None. |
|
| batchsize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"dblinkname": "sample string 2",
"resid": 3,
"keyColumn": "sample string 4",
"keyparm": "sample string 5",
"parms": {
"System.Object": {}
},
"batchsize": 6
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
result| Name | Description | Type | Additional information |
|---|---|---|---|
| error |
错误代码 |
integer |
None. |
| message |
错误信息 |
string |
None. |
| data |
数据 |
Object |
None. |
| stacktrace |
详细错误信息 |
string |
None. |
| otherdata |
其他返回数据 |
Object |
None. |
| LastError | string |
None. |
|
| IsComplete | boolean |
None. |
|
| total | integer |
None. |
|
| index | integer |
None. |
|
| IsTerminate | boolean |
None. |
|
| taskgroupid | integer |
None. |
|
| taskid | integer |
None. |
|
| msg | string |
None. |
|
| status | integer |
None. |
|
| serverTime | date |
None. |
|
| lockdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": 1,
"message": "sample string 2",
"data": {},
"stacktrace": "sample string 4",
"otherdata": {},
"LastError": "sample string 6",
"IsComplete": true,
"total": 8,
"index": 9,
"IsTerminate": true,
"taskgroupid": 11,
"taskid": 12,
"msg": "sample string 13",
"status": 14,
"serverTime": "2025-12-06T12:06:04.7529417+08:00",
"lockdata": {}
}