POST VueApi/getClassType

查询列表列信息

Request Information

URI Parameters

None.

Body Parameters

ClassTypeReqModel
NameDescriptionTypeAdditional information
fClassId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1"
}

application/xml, text/xml

Sample:
<ClassTypeReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 1</fClassId>
</ClassTypeReqModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ClassTypeResModel
NameDescriptionTypeAdditional information
bill

t_ClassType

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "bill": {
    "fFormClass": "sample string 1",
    "fListClass": "sample string 2",
    "fAccessId": 3,
    "fAccessTypeId": 4,
    "fAuditKey": "sample string 5",
    "fBillNoKey": "sample string 6",
    "fNameKey": "sample string 7",
    "fBillTypeId": 8,
    "fBillTypeKey": "sample string 9",
    "fDeletedKey": "sample string 10",
    "fCancelKey": "sample string 11",
    "fCancelDateKey": "sample string 12",
    "fCancelBillerIdKey": "sample string 13",
    "fHeight": 14,
    "fIndexKey": "sample string 15",
    "fEntryKey": "sample string 16",
    "fLevelKey": "sample string 17",
    "fDetailKey": "sample string 18",
    "fRootKey": "sample string 19",
    "fLMTKey": "sample string 20",
    "fModifierKey": "sample string 21",
    "fCancelReasonKey": "sample string 22",
    "fCancelReasonMustInput": true,
    "fModuleId": 24,
    "fName": "sample string 25",
    "fParentKey": "sample string 26",
    "fMainTreeKey": "sample string 27",
    "fPeriodKey": "sample string 28",
    "fPrimaryKey": "sample string 29",
    "fPrimaryKeyFieldType": "sample string 30",
    "fTableName": "sample string 31",
    "fTypeId": 32,
    "fWidth": 33,
    "fOrderBy": "sample string 34",
    "fLeftTree": true,
    "fAuditDateKey": "sample string 36",
    "fAuditBillerIdKey": "sample string 37",
    "fAuditBillerNameKey": "sample string 38",
    "fContractPostion": "sample string 39",
    "fLeftPWidthPer": 40.0,
    "fDeleted": true,
    "fSameSaveAudit": true,
    "fSameUnAudit": true,
    "fAlterSelf": true,
    "fAllowEdit": true,
    "fAuditAfterSave": true,
    "fClosedKey": "sample string 47",
    "fClosedDateKey": "sample string 48",
    "fClosedBillerIdKey": "sample string 49",
    "fClosedBillerNameKey": "sample string 50",
    "fSubSystemId": 51,
    "fSourceBillTypeId": 52,
    "fSourcePageIndex": 53,
    "fIsNewest": true,
    "fIsNewestEntity": true,
    "fRemark": "sample string 56",
    "fNeedClose": true,
    "fNeedAudit": true,
    "fNeedCancel": true,
    "fIsBaseInfo": true,
    "fAuditAutoPush": true,
    "fAutoPushLinks": "sample string 62",
    "fPublishPc": 63,
    "fPublishApp": 64,
    "fPublishPhone": 65,
    "fUseCorpSbj": true,
    "fRemarkKey": "sample string 67",
    "fMaxLevel": 68,
    "fNeedNumberRules": true,
    "fNeedMultiAudit": true,
    "fOutputConfirmMaxCnt": 71,
    "fSelfAuthField": "sample string 72",
    "fNeedRemark": true,
    "fDefaultGroupType": 74,
    "fDefaultPage": "sample string 75",
    "fUnCheckQuote": true,
    "fNeedForbid": true,
    "fMultiCheckRjKey": "sample string 78",
    "fMultiCheckRsnKey": "sample string 79",
    "fQuerySoon": true,
    "fRowHeight": 81,
    "fVersionInt": 82
  },
  "error": 1,
  "Msg": "sample string 2"
}

application/xml, text/xml

Sample:
<ClassTypeResModel 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>
  <bill xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:fAccessId>3</d2p1:fAccessId>
    <d2p1:fAccessTypeId>4</d2p1:fAccessTypeId>
    <d2p1:fAllowEdit>true</d2p1:fAllowEdit>
    <d2p1:fAlterSelf>true</d2p1:fAlterSelf>
    <d2p1:fAuditAfterSave>true</d2p1:fAuditAfterSave>
    <d2p1:fAuditAutoPush>true</d2p1:fAuditAutoPush>
    <d2p1:fAuditBillerIdKey>sample string 37</d2p1:fAuditBillerIdKey>
    <d2p1:fAuditBillerNameKey>sample string 38</d2p1:fAuditBillerNameKey>
    <d2p1:fAuditDateKey>sample string 36</d2p1:fAuditDateKey>
    <d2p1:fAuditKey>sample string 5</d2p1:fAuditKey>
    <d2p1:fAutoPushLinks>sample string 62</d2p1:fAutoPushLinks>
    <d2p1:fBillNoKey>sample string 6</d2p1:fBillNoKey>
    <d2p1:fBillTypeId>8</d2p1:fBillTypeId>
    <d2p1:fBillTypeKey>sample string 9</d2p1:fBillTypeKey>
    <d2p1:fCancelBillerIdKey>sample string 13</d2p1:fCancelBillerIdKey>
    <d2p1:fCancelDateKey>sample string 12</d2p1:fCancelDateKey>
    <d2p1:fCancelKey>sample string 11</d2p1:fCancelKey>
    <d2p1:fCancelReasonKey>sample string 22</d2p1:fCancelReasonKey>
    <d2p1:fCancelReasonMustInput>true</d2p1:fCancelReasonMustInput>
    <d2p1:fClosedBillerIdKey>sample string 49</d2p1:fClosedBillerIdKey>
    <d2p1:fClosedBillerNameKey>sample string 50</d2p1:fClosedBillerNameKey>
    <d2p1:fClosedDateKey>sample string 48</d2p1:fClosedDateKey>
    <d2p1:fClosedKey>sample string 47</d2p1:fClosedKey>
    <d2p1:fContractPostion>sample string 39</d2p1:fContractPostion>
    <d2p1:fDefaultGroupType>74</d2p1:fDefaultGroupType>
    <d2p1:fDefaultPage>sample string 75</d2p1:fDefaultPage>
    <d2p1:fDeleted>true</d2p1:fDeleted>
    <d2p1:fDeletedKey>sample string 10</d2p1:fDeletedKey>
    <d2p1:fDetailKey>sample string 18</d2p1:fDetailKey>
    <d2p1:fEntryKey>sample string 16</d2p1:fEntryKey>
    <d2p1:fFormClass>sample string 1</d2p1:fFormClass>
    <d2p1:fHeight>14</d2p1:fHeight>
    <d2p1:fIndexKey>sample string 15</d2p1:fIndexKey>
    <d2p1:fIsBaseInfo>true</d2p1:fIsBaseInfo>
    <d2p1:fIsNewest>true</d2p1:fIsNewest>
    <d2p1:fIsNewestEntity>true</d2p1:fIsNewestEntity>
    <d2p1:fLMTKey>sample string 20</d2p1:fLMTKey>
    <d2p1:fLeftPWidthPer>40</d2p1:fLeftPWidthPer>
    <d2p1:fLeftTree>true</d2p1:fLeftTree>
    <d2p1:fLevelKey>sample string 17</d2p1:fLevelKey>
    <d2p1:fListClass>sample string 2</d2p1:fListClass>
    <d2p1:fMainTreeKey>sample string 27</d2p1:fMainTreeKey>
    <d2p1:fMaxLevel>68</d2p1:fMaxLevel>
    <d2p1:fModifierKey>sample string 21</d2p1:fModifierKey>
    <d2p1:fModuleId>24</d2p1:fModuleId>
    <d2p1:fMultiCheckRjKey>sample string 78</d2p1:fMultiCheckRjKey>
    <d2p1:fMultiCheckRsnKey>sample string 79</d2p1:fMultiCheckRsnKey>
    <d2p1:fName>sample string 25</d2p1:fName>
    <d2p1:fNameKey>sample string 7</d2p1:fNameKey>
    <d2p1:fNeedAudit>true</d2p1:fNeedAudit>
    <d2p1:fNeedCancel>true</d2p1:fNeedCancel>
    <d2p1:fNeedClose>true</d2p1:fNeedClose>
    <d2p1:fNeedForbid>true</d2p1:fNeedForbid>
    <d2p1:fNeedMultiAudit>true</d2p1:fNeedMultiAudit>
    <d2p1:fNeedNumberRules>true</d2p1:fNeedNumberRules>
    <d2p1:fNeedRemark>true</d2p1:fNeedRemark>
    <d2p1:fOrderBy>sample string 34</d2p1:fOrderBy>
    <d2p1:fOutputConfirmMaxCnt>71</d2p1:fOutputConfirmMaxCnt>
    <d2p1:fParentKey>sample string 26</d2p1:fParentKey>
    <d2p1:fPeriodKey>sample string 28</d2p1:fPeriodKey>
    <d2p1:fPrimaryKey>sample string 29</d2p1:fPrimaryKey>
    <d2p1:fPrimaryKeyFieldType>sample string 30</d2p1:fPrimaryKeyFieldType>
    <d2p1:fPublishApp>64</d2p1:fPublishApp>
    <d2p1:fPublishPc>63</d2p1:fPublishPc>
    <d2p1:fPublishPhone>65</d2p1:fPublishPhone>
    <d2p1:fQuerySoon>true</d2p1:fQuerySoon>
    <d2p1:fRemark>sample string 56</d2p1:fRemark>
    <d2p1:fRemarkKey>sample string 67</d2p1:fRemarkKey>
    <d2p1:fRootKey>sample string 19</d2p1:fRootKey>
    <d2p1:fRowHeight>81</d2p1:fRowHeight>
    <d2p1:fSameSaveAudit>true</d2p1:fSameSaveAudit>
    <d2p1:fSameUnAudit>true</d2p1:fSameUnAudit>
    <d2p1:fSelfAuthField>sample string 72</d2p1:fSelfAuthField>
    <d2p1:fSourceBillTypeId>52</d2p1:fSourceBillTypeId>
    <d2p1:fSourcePageIndex>53</d2p1:fSourcePageIndex>
    <d2p1:fSubSystemId>51</d2p1:fSubSystemId>
    <d2p1:fTableName>sample string 31</d2p1:fTableName>
    <d2p1:fTypeId>32</d2p1:fTypeId>
    <d2p1:fUnCheckQuote>true</d2p1:fUnCheckQuote>
    <d2p1:fUseCorpSbj>true</d2p1:fUseCorpSbj>
    <d2p1:fVersionInt>82</d2p1:fVersionInt>
    <d2p1:fWidth>33</d2p1:fWidth>
  </bill>
</ClassTypeResModel>