POST Visual/getClassTypeEntryList
加载打印模板的表资源
Request Information
URI Parameters
None.
Body Parameters
ClassTypeEntryRM| Name | Description | Type | Additional information |
|---|---|---|---|
| fBillTypeId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fBillTypeId": 1
}
application/xml, text/xml
Sample:
<ClassTypeEntryRM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.ReqModel"> <fBillTypeId>1</fBillTypeId> </ClassTypeEntryRM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ClassTypeEntryListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| error | integer |
None. |
|
| Msg | string |
None. |
|
| list | Collection of t_ClassTypeEntry |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"fVersion": 1,
"fIsPublish": true,
"fBillTypeId": 3,
"fContainer": "sample string 4",
"fEntryField": "sample string 5",
"fHeight": 6,
"fIndexField": "sample string 7",
"fIsEntry": true,
"fSave": true,
"fLeft": 10,
"fMustInput": true,
"fName": "sample string 12",
"fPageIndex": 13,
"fPrimaryField": "sample string 14",
"fTableName": "sample string 15",
"fTop": 16,
"fWidth": 17,
"fAppTop": 18,
"fUseExisting": true,
"fColumn": "sample string 20",
"fNeedCheck": true,
"fBatchFill": true,
"fPageIndexLd": 23,
"fLdFieldName": "sample string 24",
"fLdCondFieldName": "sample string 25",
"fLdZGlFieldName": "sample string 26",
"fLdCondFieldValue": "sample string 27",
"fRowClosedKey": "sample string 28",
"fRowClosedDateKey": "sample string 29",
"fRowClosedBillerIdKey": "sample string 30",
"fAllowAdd": true,
"fAllowDel": true,
"fAllowCopy": true,
"fIsFixedRow": true,
"fSrcColCaption": "sample string 35",
"fRowHeight": 36,
"fPhoneRowHeight": 37,
"fEntryVisIndex": 38,
"fEntryVisIndexString": "sample string 39"
},
{
"fVersion": 1,
"fIsPublish": true,
"fBillTypeId": 3,
"fContainer": "sample string 4",
"fEntryField": "sample string 5",
"fHeight": 6,
"fIndexField": "sample string 7",
"fIsEntry": true,
"fSave": true,
"fLeft": 10,
"fMustInput": true,
"fName": "sample string 12",
"fPageIndex": 13,
"fPrimaryField": "sample string 14",
"fTableName": "sample string 15",
"fTop": 16,
"fWidth": 17,
"fAppTop": 18,
"fUseExisting": true,
"fColumn": "sample string 20",
"fNeedCheck": true,
"fBatchFill": true,
"fPageIndexLd": 23,
"fLdFieldName": "sample string 24",
"fLdCondFieldName": "sample string 25",
"fLdZGlFieldName": "sample string 26",
"fLdCondFieldValue": "sample string 27",
"fRowClosedKey": "sample string 28",
"fRowClosedDateKey": "sample string 29",
"fRowClosedBillerIdKey": "sample string 30",
"fAllowAdd": true,
"fAllowDel": true,
"fAllowCopy": true,
"fIsFixedRow": true,
"fSrcColCaption": "sample string 35",
"fRowHeight": 36,
"fPhoneRowHeight": 37,
"fEntryVisIndex": 38,
"fEntryVisIndexString": "sample string 39"
}
],
"error": 1,
"Msg": "sample string 2"
}
application/xml, text/xml
Sample:
<ClassTypeEntryListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
<Msg>sample string 2</Msg>
<error>1</error>
<list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:t_ClassTypeEntry>
<d2p1:fAllowAdd>true</d2p1:fAllowAdd>
<d2p1:fAllowCopy>true</d2p1:fAllowCopy>
<d2p1:fAllowDel>true</d2p1:fAllowDel>
<d2p1:fAppTop>18</d2p1:fAppTop>
<d2p1:fBatchFill>true</d2p1:fBatchFill>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fColumn>sample string 20</d2p1:fColumn>
<d2p1:fContainer>sample string 4</d2p1:fContainer>
<d2p1:fEntryField>sample string 5</d2p1:fEntryField>
<d2p1:fEntryVisIndex>38</d2p1:fEntryVisIndex>
<d2p1:fEntryVisIndexString>sample string 39</d2p1:fEntryVisIndexString>
<d2p1:fHeight>6</d2p1:fHeight>
<d2p1:fIndexField>sample string 7</d2p1:fIndexField>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fIsFixedRow>true</d2p1:fIsFixedRow>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fLdCondFieldName>sample string 25</d2p1:fLdCondFieldName>
<d2p1:fLdCondFieldValue>sample string 27</d2p1:fLdCondFieldValue>
<d2p1:fLdFieldName>sample string 24</d2p1:fLdFieldName>
<d2p1:fLdZGlFieldName>sample string 26</d2p1:fLdZGlFieldName>
<d2p1:fLeft>10</d2p1:fLeft>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fName>sample string 12</d2p1:fName>
<d2p1:fNeedCheck>true</d2p1:fNeedCheck>
<d2p1:fPageIndex>13</d2p1:fPageIndex>
<d2p1:fPageIndexLd>23</d2p1:fPageIndexLd>
<d2p1:fPhoneRowHeight>37</d2p1:fPhoneRowHeight>
<d2p1:fPrimaryField>sample string 14</d2p1:fPrimaryField>
<d2p1:fRowClosedBillerIdKey>sample string 30</d2p1:fRowClosedBillerIdKey>
<d2p1:fRowClosedDateKey>sample string 29</d2p1:fRowClosedDateKey>
<d2p1:fRowClosedKey>sample string 28</d2p1:fRowClosedKey>
<d2p1:fRowHeight>36</d2p1:fRowHeight>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSrcColCaption>sample string 35</d2p1:fSrcColCaption>
<d2p1:fTableName>sample string 15</d2p1:fTableName>
<d2p1:fTop>16</d2p1:fTop>
<d2p1:fUseExisting>true</d2p1:fUseExisting>
<d2p1:fVersion>1</d2p1:fVersion>
<d2p1:fWidth>17</d2p1:fWidth>
</d2p1:t_ClassTypeEntry>
<d2p1:t_ClassTypeEntry>
<d2p1:fAllowAdd>true</d2p1:fAllowAdd>
<d2p1:fAllowCopy>true</d2p1:fAllowCopy>
<d2p1:fAllowDel>true</d2p1:fAllowDel>
<d2p1:fAppTop>18</d2p1:fAppTop>
<d2p1:fBatchFill>true</d2p1:fBatchFill>
<d2p1:fBillTypeId>3</d2p1:fBillTypeId>
<d2p1:fColumn>sample string 20</d2p1:fColumn>
<d2p1:fContainer>sample string 4</d2p1:fContainer>
<d2p1:fEntryField>sample string 5</d2p1:fEntryField>
<d2p1:fEntryVisIndex>38</d2p1:fEntryVisIndex>
<d2p1:fEntryVisIndexString>sample string 39</d2p1:fEntryVisIndexString>
<d2p1:fHeight>6</d2p1:fHeight>
<d2p1:fIndexField>sample string 7</d2p1:fIndexField>
<d2p1:fIsEntry>true</d2p1:fIsEntry>
<d2p1:fIsFixedRow>true</d2p1:fIsFixedRow>
<d2p1:fIsPublish>true</d2p1:fIsPublish>
<d2p1:fLdCondFieldName>sample string 25</d2p1:fLdCondFieldName>
<d2p1:fLdCondFieldValue>sample string 27</d2p1:fLdCondFieldValue>
<d2p1:fLdFieldName>sample string 24</d2p1:fLdFieldName>
<d2p1:fLdZGlFieldName>sample string 26</d2p1:fLdZGlFieldName>
<d2p1:fLeft>10</d2p1:fLeft>
<d2p1:fMustInput>true</d2p1:fMustInput>
<d2p1:fName>sample string 12</d2p1:fName>
<d2p1:fNeedCheck>true</d2p1:fNeedCheck>
<d2p1:fPageIndex>13</d2p1:fPageIndex>
<d2p1:fPageIndexLd>23</d2p1:fPageIndexLd>
<d2p1:fPhoneRowHeight>37</d2p1:fPhoneRowHeight>
<d2p1:fPrimaryField>sample string 14</d2p1:fPrimaryField>
<d2p1:fRowClosedBillerIdKey>sample string 30</d2p1:fRowClosedBillerIdKey>
<d2p1:fRowClosedDateKey>sample string 29</d2p1:fRowClosedDateKey>
<d2p1:fRowClosedKey>sample string 28</d2p1:fRowClosedKey>
<d2p1:fRowHeight>36</d2p1:fRowHeight>
<d2p1:fSave>true</d2p1:fSave>
<d2p1:fSrcColCaption>sample string 35</d2p1:fSrcColCaption>
<d2p1:fTableName>sample string 15</d2p1:fTableName>
<d2p1:fTop>16</d2p1:fTop>
<d2p1:fUseExisting>true</d2p1:fUseExisting>
<d2p1:fVersion>1</d2p1:fVersion>
<d2p1:fWidth>17</d2p1:fWidth>
</d2p1:t_ClassTypeEntry>
</list>
</ClassTypeEntryListModel>