POST Visual/loadTreeCtrl
加载树通用
Request Information
URI Parameters
None.
Body Parameters
TreeReqStandardModel| Name | Description | Type | Additional information |
|---|---|---|---|
| fParentPageIndex | integer |
None. |
|
| fParentFieldName | string |
None. |
|
| fTreeBillTypeIdSon | integer |
None. |
|
| fTreeNodeBillTypeId | integer |
None. |
|
| fTreeNodeId | integer |
None. |
|
| fContainDeleted | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"fParentPageIndex": 1,
"fParentFieldName": "sample string 2",
"fTreeBillTypeIdSon": 3,
"fTreeNodeBillTypeId": 4,
"fTreeNodeId": 5,
"fContainDeleted": true
}
application/xml, text/xml
Sample:
<TreeReqStandardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DbFrameModel"> <fContainDeleted>true</fContainDeleted> <fParentFieldName>sample string 2</fParentFieldName> <fParentPageIndex>1</fParentPageIndex> <fTreeBillTypeIdSon>3</fTreeBillTypeIdSon> <fTreeNodeBillTypeId>4</fTreeNodeBillTypeId> <fTreeNodeId>5</fTreeNodeId> </TreeReqStandardModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TreeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| leftTree | Collection of LeftTree |
None. |
|
| fItemId | integer |
None. |
|
| fName | string |
None. |
|
| fParentId | integer |
None. |
|
| fParentName | string |
None. |
|
| fTreeClassId | integer |
None. |
|
| error | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.