POST Equ/Tree
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BaseResultTOfEquTypeTreeName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
DataContent | Collection of EquTypeTree |
None. |
|
PositionPage | integer |
None. |
|
PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "DataContent": [ { "key": 1, "title": "sample string 2", "children": [], "expanded": true, "isLeaf": true, "ParentId": 1, "ParentIds": [ 1, 2 ] }, { "key": 1, "title": "sample string 2", "children": [], "expanded": true, "isLeaf": true, "ParentId": 1, "ParentIds": [ 1, 2 ] } ], "PositionPage": 4, "PositionRow": 5 }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.