POST Project/CKTree
Request Information
URI Parameters
None.
Body Parameters
ProjectQueryPageName | Description | Type | Additional information |
---|---|---|---|
CompanyName | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
QueryKey | string |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
IID | integer |
None. |
|
SortList | Collection of BaseSort |
None. |
|
ScreenList | Collection of BaseScreen |
None. |
|
_pageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "_pageIndex": 1, "CompanyName": "sample string 1", "PageSize": 2, "PageIndex": 1, "QueryKey": "sample string 4", "StartTime": "sample string 5", "EndTime": "sample string 6", "IID": 7, "SortList": [ { "SortName": "sample string 1", "Asc": true }, { "SortName": "sample string 1", "Asc": true } ], "ScreenList": [ { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" }, { "ScreenName": "sample string 1", "ScreenValue": "sample string 2" } ] }
application/xml, text/xml
Sample:
<ProjectQueryPage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Response"> <EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 6</EndTime> <IID xmlns="http://schemas.datacontract.org/2004/07/">7</IID> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/">2</PageSize> <QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 4</QueryKey> <ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" xmlns="http://schemas.datacontract.org/2004/07/"> <d2p1:BaseScreen> <d2p1:ScreenName>sample string 1</d2p1:ScreenName> <d2p1:ScreenValue>sample string 2</d2p1:ScreenValue> </d2p1:BaseScreen> <d2p1:BaseScreen> <d2p1:ScreenName>sample string 1</d2p1:ScreenName> <d2p1:ScreenValue>sample string 2</d2p1:ScreenValue> </d2p1:BaseScreen> </ScreenList> <SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" xmlns="http://schemas.datacontract.org/2004/07/"> <d2p1:BaseSort> <d2p1:Asc>true</d2p1:Asc> <d2p1:SortName>sample string 1</d2p1:SortName> </d2p1:BaseSort> <d2p1:BaseSort> <d2p1:Asc>true</d2p1:Asc> <d2p1:SortName>sample string 1</d2p1:SortName> </d2p1:BaseSort> </SortList> <StartTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 5</StartTime> <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex> <CompanyName>sample string 1</CompanyName> </ProjectQueryPage>
application/x-www-form-urlencoded
Sample:
Sample not available.
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.