POST VueApi/downloadpageBefore

导出查询结果前询问

Request Information

URI Parameters

None.

Body Parameters

OutputDataReqModel
NameDescriptionTypeAdditional information
fPlanId

integer

None.

fClassId

string

None.

fFilter

Collection of QueryPlanReqModelDic

None.

fUse

boolean

None.

listDetail

Collection of QueryDetail

None.

passListEntry

Collection of GlHasSelect

None.

filterListEntry

Collection of GlFilterDic

None.

fastQueryList

Collection of t_ClassFastSearchDetail

None.

fCondition

string

None.

listCol

Collection of integer

None.

fHFId

integer

None.

fRecord

OutputRecord

None.

fSchemeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fPlanId": 1,
  "fClassId": "sample string 2",
  "fFilter": [
    {
      "fPageIndex": 1,
      "super": true,
      "left": "sample string 3",
      "key": "sample string 4",
      "fIsVariable": true,
      "value": {},
      "right": "sample string 7",
      "logic": "sample string 8",
      "caption": "sample string 9",
      "fListCtlType": 10,
      "fScale": "sample string 11",
      "sqlValue": "sample string 12",
      "opt": "sample string 13",
      "fNeedValue": true
    },
    {
      "fPageIndex": 1,
      "super": true,
      "left": "sample string 3",
      "key": "sample string 4",
      "fIsVariable": true,
      "value": {},
      "right": "sample string 7",
      "logic": "sample string 8",
      "caption": "sample string 9",
      "fListCtlType": 10,
      "fScale": "sample string 11",
      "sqlValue": "sample string 12",
      "opt": "sample string 13",
      "fNeedValue": true
    }
  ],
  "fUse": true,
  "listDetail": [
    {
      "fPageIndex": "sample string 1",
      "fName": "sample string 2",
      "fCheck": "sample string 3",
      "fIsEntry": true,
      "fMustCheck": true
    },
    {
      "fPageIndex": "sample string 1",
      "fName": "sample string 2",
      "fCheck": "sample string 3",
      "fIsEntry": true,
      "fMustCheck": true
    }
  ],
  "passListEntry": [
    {
      "fBillTypeId": 1,
      "fInterId": 2,
      "fEntryId": 3
    },
    {
      "fBillTypeId": 1,
      "fInterId": 2,
      "fEntryId": 3
    }
  ],
  "filterListEntry": [
    {
      "fName": "sample string 1",
      "fSourPage": 2,
      "fValue": "sample string 3"
    },
    {
      "fName": "sample string 1",
      "fSourPage": 2,
      "fValue": "sample string 3"
    }
  ],
  "fastQueryList": [
    {
      "fBillTypeId": 1,
      "fTitle": "sample string 2"
    },
    {
      "fBillTypeId": 1,
      "fTitle": "sample string 2"
    }
  ],
  "fCondition": "sample string 4",
  "listCol": [
    1,
    2
  ],
  "fHFId": 5,
  "fRecord": {
    "fExcelRec": 1,
    "fCurrentPage": 2,
    "fPageSize": 3,
    "fEntrys": [
      1,
      2
    ]
  },
  "fSchemeId": 6
}

application/xml, text/xml

Sample:
<OutputDataReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 2</fClassId>
  <fCondition>sample string 4</fCondition>
  <fFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:QueryPlanReqModelDic>
      <d2p1:caption>sample string 9</d2p1:caption>
      <d2p1:fIsVariable>true</d2p1:fIsVariable>
      <d2p1:fListCtlType>10</d2p1:fListCtlType>
      <d2p1:fNeedValue>true</d2p1:fNeedValue>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:fScale>sample string 11</d2p1:fScale>
      <d2p1:key>sample string 4</d2p1:key>
      <d2p1:left>sample string 3</d2p1:left>
      <d2p1:logic>sample string 8</d2p1:logic>
      <d2p1:opt>sample string 13</d2p1:opt>
      <d2p1:right>sample string 7</d2p1:right>
      <d2p1:sqlValue>sample string 12</d2p1:sqlValue>
      <d2p1:super>true</d2p1:super>
      <d2p1:value />
    </d2p1:QueryPlanReqModelDic>
    <d2p1:QueryPlanReqModelDic>
      <d2p1:caption>sample string 9</d2p1:caption>
      <d2p1:fIsVariable>true</d2p1:fIsVariable>
      <d2p1:fListCtlType>10</d2p1:fListCtlType>
      <d2p1:fNeedValue>true</d2p1:fNeedValue>
      <d2p1:fPageIndex>1</d2p1:fPageIndex>
      <d2p1:fScale>sample string 11</d2p1:fScale>
      <d2p1:key>sample string 4</d2p1:key>
      <d2p1:left>sample string 3</d2p1:left>
      <d2p1:logic>sample string 8</d2p1:logic>
      <d2p1:opt>sample string 13</d2p1:opt>
      <d2p1:right>sample string 7</d2p1:right>
      <d2p1:sqlValue>sample string 12</d2p1:sqlValue>
      <d2p1:super>true</d2p1:super>
      <d2p1:value />
    </d2p1:QueryPlanReqModelDic>
  </fFilter>
  <fHFId>5</fHFId>
  <fPlanId>1</fPlanId>
  <fRecord xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:fCurrentPage>2</d2p1:fCurrentPage>
    <d2p1:fEntrys xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:fEntrys>
    <d2p1:fExcelRec>1</d2p1:fExcelRec>
    <d2p1:fPageSize>3</d2p1:fPageSize>
  </fRecord>
  <fSchemeId>6</fSchemeId>
  <fUse>true</fUse>
  <fastQueryList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_ClassFastSearchDetail>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fTitle>sample string 2</d2p1:fTitle>
    </d2p1:t_ClassFastSearchDetail>
    <d2p1:t_ClassFastSearchDetail>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fTitle>sample string 2</d2p1:fTitle>
    </d2p1:t_ClassFastSearchDetail>
  </fastQueryList>
  <filterListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GlFilterDic>
      <d2p1:fName>sample string 1</d2p1:fName>
      <d2p1:fSourPage>2</d2p1:fSourPage>
      <d2p1:fValue>sample string 3</d2p1:fValue>
    </d2p1:GlFilterDic>
    <d2p1:GlFilterDic>
      <d2p1:fName>sample string 1</d2p1:fName>
      <d2p1:fSourPage>2</d2p1:fSourPage>
      <d2p1:fValue>sample string 3</d2p1:fValue>
    </d2p1:GlFilterDic>
  </filterListEntry>
  <listCol xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </listCol>
  <listDetail xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:QueryDetail>
      <d2p1:fCheck>sample string 3</d2p1:fCheck>
      <d2p1:fIsEntry>true</d2p1:fIsEntry>
      <d2p1:fMustCheck>true</d2p1:fMustCheck>
      <d2p1:fName>sample string 2</d2p1:fName>
      <d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
    </d2p1:QueryDetail>
    <d2p1:QueryDetail>
      <d2p1:fCheck>sample string 3</d2p1:fCheck>
      <d2p1:fIsEntry>true</d2p1:fIsEntry>
      <d2p1:fMustCheck>true</d2p1:fMustCheck>
      <d2p1:fName>sample string 2</d2p1:fName>
      <d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
    </d2p1:QueryDetail>
  </listDetail>
  <passListEntry xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:GlHasSelect>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fEntryId>3</d2p1:fEntryId>
      <d2p1:fInterId>2</d2p1:fInterId>
    </d2p1:GlHasSelect>
    <d2p1:GlHasSelect>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fEntryId>3</d2p1:fEntryId>
      <d2p1:fInterId>2</d2p1:fInterId>
    </d2p1:GlHasSelect>
  </passListEntry>
</OutputDataReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResModel
NameDescriptionTypeAdditional information
error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<ResModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 2</Msg>
  <error>1</error>
</ResModel>