POST VueApi/getCalList
获取公式模板
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
GetCalListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| listCal | Collection of ClassCal |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"listCal": [
{
"fId": 1,
"fPageIndex": 2,
"fIndex": 3,
"fEntry": 4,
"fFieldName": "sample string 5",
"fFormular": "sample string 6",
"listEntry": [
{
"fCaption": "sample string 1",
"fId": 2,
"fEntry": 3,
"fBillTypeId": 4,
"fLeft": "sample string 5",
"fFieldName": "sample string 6",
"fRight": "sample string 7",
"fSymbol": "sample string 8",
"fIsVariable": true,
"fRetFun": "sample string 10",
"fRetDigit": 11
},
{
"fCaption": "sample string 1",
"fId": 2,
"fEntry": 3,
"fBillTypeId": 4,
"fLeft": "sample string 5",
"fFieldName": "sample string 6",
"fRight": "sample string 7",
"fSymbol": "sample string 8",
"fIsVariable": true,
"fRetFun": "sample string 10",
"fRetDigit": 11
}
]
},
{
"fId": 1,
"fPageIndex": 2,
"fIndex": 3,
"fEntry": 4,
"fFieldName": "sample string 5",
"fFormular": "sample string 6",
"listEntry": [
{
"fCaption": "sample string 1",
"fId": 2,
"fEntry": 3,
"fBillTypeId": 4,
"fLeft": "sample string 5",
"fFieldName": "sample string 6",
"fRight": "sample string 7",
"fSymbol": "sample string 8",
"fIsVariable": true,
"fRetFun": "sample string 10",
"fRetDigit": 11
},
{
"fCaption": "sample string 1",
"fId": 2,
"fEntry": 3,
"fBillTypeId": 4,
"fLeft": "sample string 5",
"fFieldName": "sample string 6",
"fRight": "sample string 7",
"fSymbol": "sample string 8",
"fIsVariable": true,
"fRetFun": "sample string 10",
"fRetDigit": 11
}
]
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<GetCalListModel 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>
<listCal xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:ClassCal>
<d2p1:fEntry>4</d2p1:fEntry>
<d2p1:fFieldName>sample string 5</d2p1:fFieldName>
<d2p1:fFormular>sample string 6</d2p1:fFormular>
<d2p1:fId>1</d2p1:fId>
<d2p1:fIndex>3</d2p1:fIndex>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:listEntry>
<d2p1:DbClassCalCap>
<fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">4</fBillTypeId>
<fEntry xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fEntry>
<fFieldName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 6</fFieldName>
<fId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2</fId>
<fIsVariable xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsVariable>
<fLeft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 5</fLeft>
<fRetDigit xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">11</fRetDigit>
<fRetFun xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fRetFun>
<fRight xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 7</fRight>
<fSymbol xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 8</fSymbol>
<d2p1:fCaption>sample string 1</d2p1:fCaption>
</d2p1:DbClassCalCap>
<d2p1:DbClassCalCap>
<fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">4</fBillTypeId>
<fEntry xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fEntry>
<fFieldName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 6</fFieldName>
<fId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2</fId>
<fIsVariable xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsVariable>
<fLeft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 5</fLeft>
<fRetDigit xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">11</fRetDigit>
<fRetFun xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fRetFun>
<fRight xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 7</fRight>
<fSymbol xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 8</fSymbol>
<d2p1:fCaption>sample string 1</d2p1:fCaption>
</d2p1:DbClassCalCap>
</d2p1:listEntry>
</d2p1:ClassCal>
<d2p1:ClassCal>
<d2p1:fEntry>4</d2p1:fEntry>
<d2p1:fFieldName>sample string 5</d2p1:fFieldName>
<d2p1:fFormular>sample string 6</d2p1:fFormular>
<d2p1:fId>1</d2p1:fId>
<d2p1:fIndex>3</d2p1:fIndex>
<d2p1:fPageIndex>2</d2p1:fPageIndex>
<d2p1:listEntry>
<d2p1:DbClassCalCap>
<fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">4</fBillTypeId>
<fEntry xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fEntry>
<fFieldName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 6</fFieldName>
<fId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2</fId>
<fIsVariable xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsVariable>
<fLeft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 5</fLeft>
<fRetDigit xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">11</fRetDigit>
<fRetFun xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fRetFun>
<fRight xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 7</fRight>
<fSymbol xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 8</fSymbol>
<d2p1:fCaption>sample string 1</d2p1:fCaption>
</d2p1:DbClassCalCap>
<d2p1:DbClassCalCap>
<fBillTypeId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">4</fBillTypeId>
<fEntry xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">3</fEntry>
<fFieldName xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 6</fFieldName>
<fId xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">2</fId>
<fIsVariable xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">true</fIsVariable>
<fLeft xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 5</fLeft>
<fRetDigit xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">11</fRetDigit>
<fRetFun xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 10</fRetFun>
<fRight xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 7</fRight>
<fSymbol xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">sample string 8</fSymbol>
<d2p1:fCaption>sample string 1</d2p1:fCaption>
</d2p1:DbClassCalCap>
</d2p1:listEntry>
</d2p1:ClassCal>
</listCal>
</GetCalListModel>