POST VueApi/SaveReportInstall
自定义报表列设置保存
Request Information
URI Parameters
None.
Body Parameters
SaveReportInstallReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | integer |
None. |
|
| fUserId | integer |
None. |
|
| jsonstr | string |
None. |
|
| jsonstrDyn | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fid": 1,
"fUserId": 2,
"jsonstr": "sample string 3",
"jsonstrDyn": "sample string 4"
}
application/xml, text/xml
Sample:
<SaveReportInstallReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fUserId>2</fUserId> <fid>1</fid> <jsonstr>sample string 3</jsonstr> <jsonstrDyn>sample string 4</jsonstrDyn> </SaveReportInstallReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResult2| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrCode | integer |
None. |
|
| ErrMsg | string |
None. |
|
| result | Object |
None. |
|
| result2 | Object |
None. |
|
| result3 | Object |
None. |
|
| result4 | Object |
None. |
|
| result5 | Object |
None. |
|
| result6 | Object |
None. |
|
| listPageData | Collection of DtData |
None. |
|
| reportChild | Collection of t_DbReportChild |
None. |
|
| collistset | Object |
None. |
|
| rptlistingStatic | Collection of t_DbReportListing |
None. |
|
| rptlistingDynamic | Collection of t_DbReportListing |
None. |
|
| headermul | Collection of t_DbReportHeaderMul |
None. |
|
| t_DbReportDynMulHeader | Collection of t_DbReportDynMulHeader |
None. |
|
| listSumData | Collection of DtSumData |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.