POST VueApi/DropdownQueryAction

下拉框事件--下拉选中值触发控件赋值变化

Request Information

URI Parameters

None.

Body Parameters

R: fClassId:下拉框对应fSearch##fParameter:fAction(1.fName=fName|1.fParentId=fParentId)##valName:选中 ID

DropdownQueryAction
NameDescriptionTypeAdditional information
fClassId

string

None.

fPageIndex

integer

None.

fFieldName

string

None.

fSearch

string

None.

fParameter

string

None.

valName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fClassId": "sample string 1",
  "fPageIndex": 2,
  "fFieldName": "sample string 3",
  "fSearch": "sample string 4",
  "fParameter": "sample string 5",
  "valName": "sample string 6"
}

application/xml, text/xml

Sample:
<DropdownQueryAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
  <fClassId>sample string 1</fClassId>
  <fFieldName>sample string 3</fFieldName>
  <fPageIndex>2</fPageIndex>
  <fParameter>sample string 5</fParameter>
  <fSearch>sample string 4</fSearch>
  <valName>sample string 6</valName>
</DropdownQueryAction>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResModelList
NameDescriptionTypeAdditional information
list

Object

None.

TableName

string

None.

error

integer

None.

Msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "list": {},
  "TableName": "sample string 2",
  "error": 3,
  "Msg": "sample string 4"
}

application/xml, text/xml

Sample:
<ResModelList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
  <Msg>sample string 4</Msg>
  <error>3</error>
  <TableName>sample string 2</TableName>
  <list />
</ResModelList>