POST api/Reports/EditReport
修改报表
Request Information
URI Parameters
None.
Body Parameters
报表数据
MtsCustomizeReportData| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportShowLocation | integer |
None. |
|
| ReportShowMenubar | integer |
None. |
|
| ReportShowResize | integer |
None. |
|
| ReportShowScrollbar | integer |
None. |
|
| ReportShowToolbar | integer |
None. |
|
| ReportTitle | string |
None. |
|
| ReportType | CmsCustReportType |
None. |
|
| ReportUrl | string |
None. |
|
| ReportUserInUrl | boolean |
None. |
|
| ReportWinHeight | integer |
None. |
|
| ReportWinWidth | integer |
None. |
|
| ReportWinX | integer |
None. |
|
| ReportWinY | integer |
None. |
|
| ReportConfig | string |
None. |
|
| intMTSType | MtsType |
None. |
|
| MTS_RESID | integer |
None. |
|
| MTS_EMPID | string |
None. |
|
| MTS_TITLE | string |
None. |
|
| MTS_ENABLE_RIGHTS | integer |
None. |
|
| MTS_RPT_ISCUST | integer |
None. |
|
| MTS_RPT_GROUPID | integer |
None. |
|
| MtsHostID | integer |
None. |
|
| IsUserDefault | boolean |
None. |
|
| dblinkname | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReportShowLocation": 1,
"ReportShowMenubar": 2,
"ReportShowResize": 3,
"ReportShowScrollbar": 4,
"ReportShowToolbar": 5,
"ReportTitle": "sample string 6",
"ReportType": 0,
"ReportUrl": "sample string 7",
"ReportUserInUrl": true,
"ReportWinHeight": 9,
"ReportWinWidth": 10,
"ReportWinX": 11,
"ReportWinY": 12,
"ReportConfig": "sample string 13",
"intMTSType": 0,
"MTS_RESID": 14,
"MTS_EMPID": "sample string 15",
"MTS_TITLE": "sample string 16",
"MTS_ENABLE_RIGHTS": 17,
"MTS_RPT_ISCUST": 18,
"MTS_RPT_GROUPID": 19,
"MtsHostID": 20,
"IsUserDefault": true,
"dblinkname": "sample string 22"
}
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:07:42.0144889+08:00",
"lockdata": {}
}