POST Visual/SelectClassTypeList

可视化-菜单列表

Request Information

URI Parameters

None.

Body Parameters

VisualSelectClassTypeListModel
NameDescriptionTypeAdditional information
fSubSystemId

integer

None.

fName

string

None.

fRowBegin

integer

None.

fRowEnd

integer

None.

fTypeIds

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fSubSystemId": 1,
  "fName": "sample string 2",
  "fRowBegin": 3,
  "fRowEnd": 4,
  "fTypeIds": "sample string 5"
}

application/xml, text/xml

Sample:
<VisualSelectClassTypeListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Visual">
  <fName>sample string 2</fName>
  <fRowBegin>3</fRowBegin>
  <fRowEnd>4</fRowEnd>
  <fSubSystemId>1</fSubSystemId>
  <fTypeIds>sample string 5</fTypeIds>
</VisualSelectClassTypeListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SelectClassTypeList
NameDescriptionTypeAdditional information
list

Collection of t_ClassTypeSelect

None.

fCnt

integer

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "list": [
    {
      "fBillTypeId": 1,
      "fName": "sample string 2",
      "fMaxVersion": 3,
      "fSubSystemName": "sample string 4",
      "fTypeName": "sample string 5",
      "fIsNeweast": 6,
      "fPublishPc": 7,
      "fPublishApp": 8,
      "fPublishPhone": 9,
      "fPublishPcDesc": "sample string 10",
      "fPublishAppDesc": "sample string 11",
      "fPublishPhoneDesc": "sample string 12"
    },
    {
      "fBillTypeId": 1,
      "fName": "sample string 2",
      "fMaxVersion": 3,
      "fSubSystemName": "sample string 4",
      "fTypeName": "sample string 5",
      "fIsNeweast": 6,
      "fPublishPc": 7,
      "fPublishApp": 8,
      "fPublishPhone": 9,
      "fPublishPcDesc": "sample string 10",
      "fPublishAppDesc": "sample string 11",
      "fPublishPhoneDesc": "sample string 12"
    }
  ],
  "fCnt": 1,
  "error": 2,
  "Msg": "sample string 3"
}

application/xml, text/xml

Sample:
<SelectClassTypeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Visual">
  <Msg>sample string 3</Msg>
  <error>2</error>
  <fCnt>1</fCnt>
  <list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
    <d2p1:t_ClassTypeSelect>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fIsNeweast>6</d2p1:fIsNeweast>
      <d2p1:fMaxVersion>3</d2p1:fMaxVersion>
      <d2p1:fName>sample string 2</d2p1:fName>
      <d2p1:fPublishApp>8</d2p1:fPublishApp>
      <d2p1:fPublishAppDesc>sample string 11</d2p1:fPublishAppDesc>
      <d2p1:fPublishPc>7</d2p1:fPublishPc>
      <d2p1:fPublishPcDesc>sample string 10</d2p1:fPublishPcDesc>
      <d2p1:fPublishPhone>9</d2p1:fPublishPhone>
      <d2p1:fPublishPhoneDesc>sample string 12</d2p1:fPublishPhoneDesc>
      <d2p1:fSubSystemName>sample string 4</d2p1:fSubSystemName>
      <d2p1:fTypeName>sample string 5</d2p1:fTypeName>
    </d2p1:t_ClassTypeSelect>
    <d2p1:t_ClassTypeSelect>
      <d2p1:fBillTypeId>1</d2p1:fBillTypeId>
      <d2p1:fIsNeweast>6</d2p1:fIsNeweast>
      <d2p1:fMaxVersion>3</d2p1:fMaxVersion>
      <d2p1:fName>sample string 2</d2p1:fName>
      <d2p1:fPublishApp>8</d2p1:fPublishApp>
      <d2p1:fPublishAppDesc>sample string 11</d2p1:fPublishAppDesc>
      <d2p1:fPublishPc>7</d2p1:fPublishPc>
      <d2p1:fPublishPcDesc>sample string 10</d2p1:fPublishPcDesc>
      <d2p1:fPublishPhone>9</d2p1:fPublishPhone>
      <d2p1:fPublishPhoneDesc>sample string 12</d2p1:fPublishPhoneDesc>
      <d2p1:fSubSystemName>sample string 4</d2p1:fSubSystemName>
      <d2p1:fTypeName>sample string 5</d2p1:fTypeName>
    </d2p1:t_ClassTypeSelect>
  </list>
</SelectClassTypeList>