POST Equ/CKTree
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BaseResultTOfEquTypeCKTreeName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
DataContent | Collection of EquTypeCKTree |
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": [ { "label": "sample string 1", "Prefix": "sample string 2", "value": 3, "children": [], "expanded": true, "isLeaf": true, "ParentId": 1, "ParentIds": [ 1, 2 ] }, { "label": "sample string 1", "Prefix": "sample string 2", "value": 3, "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.