POST VueApi/DropdownQueryfFilterParent
下拉框联动事件 根据上级Id获取
Request Information
URI Parameters
None.
Body Parameters
Y:1.fJobId=200002|2.fUnitId=200003(Y:不用传)
DropdownQueryfFilterReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fClassId | string |
None. |
|
| fParameter | string |
None. |
|
| valName | string |
None. |
|
| fIdName | string |
None. |
|
| inputtext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"fClassId": "sample string 1",
"fParameter": "sample string 2",
"valName": "sample string 3",
"fIdName": "sample string 4",
"inputtext": "sample string 5"
}
application/xml, text/xml
Sample:
<DropdownQueryfFilterReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue"> <fClassId>sample string 1</fClassId> <fIdName>sample string 4</fIdName> <fParameter>sample string 2</fParameter> <inputtext>sample string 5</inputtext> <valName>sample string 3</valName> </DropdownQueryfFilterReqModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResModelFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| list | Collection of DropdownQueryfFilterModel |
None. |
|
| fTarDecimalField | string |
None. |
|
| fTarEnableField | string |
None. |
|
| fTarMustInputField | string |
None. |
|
| fTarClearField | string |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"list": [
{
"fPageIndex": "sample string 1",
"fFieldName": "sample string 2",
"Table": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
},
{
"fPageIndex": "sample string 1",
"fFieldName": "sample string 2",
"Table": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
}
],
"fTarDecimalField": "sample string 1",
"fTarEnableField": "sample string 2",
"fTarMustInputField": "sample string 3",
"fTarClearField": "sample string 4",
"error": 5,
"Msg": "sample string 6"
}
application/xml, text/xml
Sample:
<ResModelFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.VueApi">
<Msg>sample string 6</Msg>
<error>5</error>
<fTarClearField>sample string 4</fTarClearField>
<fTarDecimalField>sample string 1</fTarDecimalField>
<fTarEnableField>sample string 2</fTarEnableField>
<fTarMustInputField>sample string 3</fTarMustInputField>
<list xmlns:d2p1="http://schemas.datacontract.org/2004/07/DbFrameModel">
<d2p1:DropdownQueryfFilterModel>
<d2p1:Table xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d4p1:ArrayOfKeyValueOfstringanyType>
</d2p1:Table>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:DropdownQueryfFilterModel>
<d2p1:DropdownQueryfFilterModel>
<d2p1:Table xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:ArrayOfKeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 1</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
<d4p1:KeyValueOfstringanyType>
<d4p1:Key>sample string 3</d4p1:Key>
<d4p1:Value />
</d4p1:KeyValueOfstringanyType>
</d4p1:ArrayOfKeyValueOfstringanyType>
</d2p1:Table>
<d2p1:fFieldName>sample string 2</d2p1:fFieldName>
<d2p1:fPageIndex>sample string 1</d2p1:fPageIndex>
</d2p1:DropdownQueryfFilterModel>
</list>
</ResModelFilter>