POST Visual/DropdownQuery

获取下拉框数据

Request Information

URI Parameters

None.

Body Parameters

GetDropdownModel
NameDescriptionTypeAdditional information
fSearchType

integer

None.

fSearch

integer

None.

valName

string

None.

fPageIndex

integer

None.

fIndex

integer

None.

fClassId

string

None.

fReportId

integer

None.

fItemId

integer

None.

fFieldName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fSearchType": 1,
  "fSearch": 2,
  "valName": "sample string 3",
  "fPageIndex": 4,
  "fIndex": 5,
  "fClassId": "sample string 6",
  "fReportId": 7,
  "fItemId": 8,
  "fFieldName": "sample string 9"
}

application/xml, text/xml

Sample:
<GetDropdownModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <fClassId>sample string 6</fClassId>
  <fFieldName>sample string 9</fFieldName>
  <fIndex>5</fIndex>
  <fItemId>8</fItemId>
  <fPageIndex>4</fPageIndex>
  <fReportId>7</fReportId>
  <fSearch>2</fSearch>
  <fSearchType>1</fSearchType>
  <valName>sample string 3</valName>
</GetDropdownModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DropdownModel
NameDescriptionTypeAdditional information
keyWord

string

None.

Table

DataTable

None.

fTarDecimalField

string

None.

fTarEnableField

string

None.

fTarMustInputField

string

None.

fTarClearField

string

None.

fTarSearchField

string

None.

fSearchField

Dictionary of string [key] and string [value]

None.

fSearchValue

DataTable

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "keyWord": "sample string 1",
  "Table": null,
  "fTarDecimalField": "sample string 2",
  "fTarEnableField": "sample string 3",
  "fTarMustInputField": "sample string 4",
  "fTarClearField": "sample string 5",
  "fTarSearchField": "sample string 6",
  "fSearchField": {
    "sample string 1": "sample string 2",
    "sample string 3": "sample string 4"
  },
  "fSearchValue": [],
  "error": 7,
  "Msg": "sample string 8"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.