POST VueApi/DropdownQueryEntryAction
下拉框事件--下拉选中值触发数据插入表体
Request Information
URI Parameters
None.
Body Parameters
T: fClassId:下拉框对应fSearch##fParameter:fAction(fName=fName|fParentId=fParentId)##valName:选中 ID
DropdownQueryEntryAction| Name | Description | Type | Additional information |
|---|---|---|---|
| fClassId | string |
None. |
|
| fBillTypeId | string |
None. |
|
| fSearchBillTypeId | integer |
None. |
|
| fPageIndex | integer |
None. |
|
| fTabele | string |
None. |
|
| fParameter | string |
None. |
|
| valName | string |
None. |
|
| fSearch | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fClassId": "sample string 1",
"fBillTypeId": "sample string 2",
"fSearchBillTypeId": 3,
"fPageIndex": 4,
"fTabele": "sample string 5",
"fParameter": "sample string 6",
"valName": "sample string 7",
"fSearch": 8
}
application/xml, text/xml
Sample:
<DropdownQueryEntryAction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fBillTypeId>sample string 2</fBillTypeId> <fClassId>sample string 1</fClassId> <fPageIndex>4</fPageIndex> <fParameter>sample string 6</fParameter> <fSearch>8</fSearch> <fSearchBillTypeId>3</fSearchBillTypeId> <fTabele>sample string 5</fTabele> <valName>sample string 7</valName> </DropdownQueryEntryAction>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResModelList| Name | Description | Type | Additional 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>