POST VueApi/DropdownQueryfFilterParentY1
下拉框联动事件Y1 根据传入的参数键值对
Request Information
URI Parameters
None.
Body Parameters
DropdownQueryfFilterY1ReqModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fBillTypeId | integer |
None. |
|
| fPageIndex | integer |
None. |
|
| fFieldName | string |
None. |
|
| para | Dictionary of string [key] and Object [value] |
None. |
Request Formats
application/json, text/json
Sample:
{
"fBillTypeId": 1,
"fPageIndex": 2,
"fFieldName": "sample string 3",
"para": {
"sample string 1": {},
"sample string 3": {}
}
}
application/xml, text/xml
Sample:
<DropdownQueryfFilterY1ReqModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel.Models.Vue">
<fBillTypeId>1</fBillTypeId>
<fFieldName>sample string 3</fFieldName>
<fPageIndex>2</fPageIndex>
<para xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
<d2p1:KeyValueOfstringanyType>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value />
</d2p1:KeyValueOfstringanyType>
</para>
</DropdownQueryfFilterY1ReqModel>
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>