POST VueApi/SaveReportInstallSel

自定义报表用户查询条件保存

Request Information

URI Parameters

None.

Body Parameters

SaveReportInstallSelReqModel
NameDescriptionTypeAdditional information
fid

integer

None.

fUserId

integer

None.

jsonsel

string

None.

fIsSaveBox

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "fid": 1,
  "fUserId": 2,
  "jsonsel": "sample string 3",
  "fIsSaveBox": true
}

application/xml, text/xml

Sample:
<SaveReportInstallSelReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fIsSaveBox>true</fIsSaveBox>
  <fUserId>2</fUserId>
  <fid>1</fid>
  <jsonsel>sample string 3</jsonsel>
</SaveReportInstallSelReqModel>

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.