POST Visual/SaveReportInstall

自定义报表列设置保存

Request Information

URI Parameters

None.

Body Parameters

VisualSaveReportInstallReqModel
NameDescriptionTypeAdditional information
fid

integer

None.

fUserId

integer

None.

jsonstr

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fid": 1,
  "fUserId": 2,
  "jsonstr": "sample string 3"
}

application/xml, text/xml

Sample:
<VisualSaveReportInstallReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <fUserId>2</fUserId>
  <fid>1</fid>
  <jsonstr>sample string 3</jsonstr>
</VisualSaveReportInstallReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

JsonResult2
NameDescriptionTypeAdditional 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.