POST VueApi/getDbClassCal
获取公式
Request Information
URI Parameters
None.
Body Parameters
DbClassCalGetReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fId": 1
}
application/xml, text/xml
Sample:
<DbClassCalGetReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fId>1</fId> </DbClassCalGetReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DbClassCalListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fTargetFormular | string |
None. |
|
| list | Collection of t_DbClassCal |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"fTargetFormular": "sample string 1",
"list": [
{
"fId": 1,
"fEntry": 2,
"fBillTypeId": 3,
"fLeft": "sample string 4",
"fFieldName": "sample string 5",
"fRight": "sample string 6",
"fSymbol": "sample string 7",
"fIsVariable": true,
"fRetFun": "sample string 9",
"fRetDigit": 10
},
{
"fId": 1,
"fEntry": 2,
"fBillTypeId": 3,
"fLeft": "sample string 4",
"fFieldName": "sample string 5",
"fRight": "sample string 6",
"fSymbol": "sample string 7",
"fIsVariable": true,
"fRetFun": "sample string 9",
"fRetDigit": 10
}
],
"error": 2,
"Msg": "sample string 3"
}
application/xml, text/xml
Sample:
<DbClassCalListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 3</Msg>
<error>2</error>
<fTargetFormular>sample string 1</fTargetFormular>
<list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel.DbEntity">
<d2p1:t_DbClassCal>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fEntry>2</d2p1:fEntry>
<d2p1:fFieldName>sample string 5</d2p1:fFieldName>
<d2p1:fId>1</d2p1:fId>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fLeft>sample string 4</d2p1:fLeft>
<d2p1:fRetDigit>10</d2p1:fRetDigit>
<d2p1:fRetFun>sample string 9</d2p1:fRetFun>
<d2p1:fRight>sample string 6</d2p1:fRight>
<d2p1:fSymbol>sample string 7</d2p1:fSymbol>
</d2p1:t_DbClassCal>
<d2p1:t_DbClassCal>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fEntry>2</d2p1:fEntry>
<d2p1:fFieldName>sample string 5</d2p1:fFieldName>
<d2p1:fId>1</d2p1:fId>
<d2p1:fIsVariable>true</d2p1:fIsVariable>
<d2p1:fLeft>sample string 4</d2p1:fLeft>
<d2p1:fRetDigit>10</d2p1:fRetDigit>
<d2p1:fRetFun>sample string 9</d2p1:fRetFun>
<d2p1:fRight>sample string 6</d2p1:fRight>
<d2p1:fSymbol>sample string 7</d2p1:fSymbol>
</d2p1:t_DbClassCal>
</list>
</DbClassCalListModel>