POST VueApi/ReportExport
生成excel文件流 生成excel文件
Request Information
URI Parameters
None.
Body Parameters
ReportExportReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fid | integer |
None. |
|
| fUserId | integer |
None. |
|
| jsonstr | string |
None. |
|
| fHFId | integer |
None. |
|
| listCol | Collection of decimal number |
None. |
|
| listRptHeader | Collection of t_DbReportHeader |
None. |
Request Formats
application/json, text/json
{
"fid": 1,
"fUserId": 2,
"jsonstr": "sample string 3",
"fHFId": 4,
"listCol": [
1.1,
2.1
],
"listRptHeader": [
{
"fReportId": 1,
"fIndex": 2,
"fName": "sample string 3",
"fColumn": 4,
"fRow": 5,
"fCaption": "sample string 6",
"fText": "sample string 7",
"fType": 8
},
{
"fReportId": 1,
"fIndex": 2,
"fName": "sample string 3",
"fColumn": 4,
"fRow": 5,
"fCaption": "sample string 6",
"fText": "sample string 7",
"fType": 8
}
]
}
application/xml, text/xml
<ReportExportReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
<fHFId>4</fHFId>
<fUserId>2</fUserId>
<fid>1</fid>
<jsonstr>sample string 3</jsonstr>
<listCol xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:double>1.1</d2p1:double>
<d2p1:double>2.1</d2p1:double>
</listCol>
<listRptHeader xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_DbReportHeader>
<d2p1:fCaption>sample string 6</d2p1:fCaption>
<d2p1:fColumn>4</d2p1:fColumn>
<d2p1:fIndex>2</d2p1:fIndex>
<d2p1:fName>sample string 3</d2p1:fName>
<d2p1:fReportId>1</d2p1:fReportId>
<d2p1:fRow>5</d2p1:fRow>
<d2p1:fText>sample string 7</d2p1:fText>
<d2p1:fType>8</d2p1:fType>
</d2p1:t_DbReportHeader>
<d2p1:t_DbReportHeader>
<d2p1:fCaption>sample string 6</d2p1:fCaption>
<d2p1:fColumn>4</d2p1:fColumn>
<d2p1:fIndex>2</d2p1:fIndex>
<d2p1:fName>sample string 3</d2p1:fName>
<d2p1:fReportId>1</d2p1:fReportId>
<d2p1:fRow>5</d2p1:fRow>
<d2p1:fText>sample string 7</d2p1:fText>
<d2p1:fType>8</d2p1:fType>
</d2p1:t_DbReportHeader>
</listRptHeader>
</ReportExportReqModel>
application/x-www-form-urlencoded
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 not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.