POST WPSZJ/GetWPSTypeList
Request Information
URI Parameters
None.
Body Parameters
GetWPSTypeListInputName | Description | Type | Additional information |
---|---|---|---|
TypeName | string |
None. |
|
CompanyName | string |
None. |
|
ActionUser | string |
None. |
|
IID | integer |
None. |
|
PrjtAbbr | string |
None. |
|
exportfile | string |
None. |
|
SortList | Collection of BaseSort |
None. |
|
ScreenList | Collection of BaseScreen |
None. |
|
ProjectName | string |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
QueryKey | string |
None. |
|
StartTime | string |
None. |
|
EndTime | string |
None. |
|
_pageIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "_pageIndex": 1, "TypeName": "sample string 1", "CompanyName": "sample string 2", "ActionUser": "sample string 3", "IID": 4, "PrjtAbbr": "sample string 5", "exportfile": "sample string 6", "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" } ], "ProjectName": "sample string 7", "PageSize": 8, "PageIndex": 1, "QueryKey": "sample string 10", "StartTime": "sample string 11", "EndTime": "sample string 12" }
application/xml, text/xml
Sample:
<GetWPSTypeListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Response.WPS"> <EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 12</EndTime> <IID xmlns="http://schemas.datacontract.org/2004/07/">0</IID> <PageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</PageIndex> <PageSize xmlns="http://schemas.datacontract.org/2004/07/">8</PageSize> <QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 10</QueryKey> <ScreenList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/" /> <SortList xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/" /> <StartTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 11</StartTime> <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex> <ActionUser xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 3</ActionUser> <CompanyName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 2</CompanyName> <IID xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">4</IID> <PrjtAbbr xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 5</PrjtAbbr> <ProjectName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 7</ProjectName> <ScreenList xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <BaseScreen> <ScreenName>sample string 1</ScreenName> <ScreenValue>sample string 2</ScreenValue> </BaseScreen> <BaseScreen> <ScreenName>sample string 1</ScreenName> <ScreenValue>sample string 2</ScreenValue> </BaseScreen> </ScreenList> <SortList xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <BaseSort> <Asc>true</Asc> <SortName>sample string 1</SortName> </BaseSort> <BaseSort> <Asc>true</Asc> <SortName>sample string 1</SortName> </BaseSort> </SortList> <exportfile xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 6</exportfile> <TypeName>sample string 1</TypeName> </GetWPSTypeListInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BasePageResultTOfLib_WPSTypeName | Description | Type | Additional information |
---|---|---|---|
Success | integer |
None. |
|
Msg | string |
None. |
|
Token | string |
None. |
|
PageCount | integer |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
Totals | integer |
None. |
|
DataContent | Collection of Lib_WPSType |
None. |
|
PositionPage | integer |
None. |
|
PositionRow | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": 1, "Msg": "sample string 2", "Token": "sample string 3", "PageCount": 4, "PageIndex": 5, "PageSize": 6, "Totals": 7, "DataContent": [ { "IID": 1, "TypeName": "sample string 2", "Description": "sample string 3", "AddPerson": 1, "AddTime": "2024-11-28 14:53:23", "UpdatePerson": 1, "UpdateTime": "2024-11-28 14:53:23", "Remark": "sample string 4" }, { "IID": 1, "TypeName": "sample string 2", "Description": "sample string 3", "AddPerson": 1, "AddTime": "2024-11-28 14:53:23", "UpdatePerson": 1, "UpdateTime": "2024-11-28 14:53:23", "Remark": "sample string 4" } ], "PositionPage": 8, "PositionRow": 9 }
application/xml, text/xml
Sample:
<BasePageResultTOfLib_WPSTypeMvUOqDL6 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models"> <DataContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.EF"> <d2p1:Lib_WPSType> <d2p1:AddPerson>1</d2p1:AddPerson> <d2p1:AddTime>2024-11-28T14:53:23.0696662+08:00</d2p1:AddTime> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:IID>1</d2p1:IID> <d2p1:Remark>sample string 4</d2p1:Remark> <d2p1:TypeName>sample string 2</d2p1:TypeName> <d2p1:UpdatePerson>1</d2p1:UpdatePerson> <d2p1:UpdateTime>2024-11-28T14:53:23.0696662+08:00</d2p1:UpdateTime> </d2p1:Lib_WPSType> <d2p1:Lib_WPSType> <d2p1:AddPerson>1</d2p1:AddPerson> <d2p1:AddTime>2024-11-28T14:53:23.0696662+08:00</d2p1:AddTime> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:IID>1</d2p1:IID> <d2p1:Remark>sample string 4</d2p1:Remark> <d2p1:TypeName>sample string 2</d2p1:TypeName> <d2p1:UpdatePerson>1</d2p1:UpdatePerson> <d2p1:UpdateTime>2024-11-28T14:53:23.0696662+08:00</d2p1:UpdateTime> </d2p1:Lib_WPSType> </DataContent> <Msg>sample string 2</Msg> <PageCount>4</PageCount> <PageIndex>5</PageIndex> <PageSize>6</PageSize> <PositionPage>8</PositionPage> <PositionRow>9</PositionRow> <Success>1</Success> <Token>sample string 3</Token> <Totals>7</Totals> </BasePageResultTOfLib_WPSTypeMvUOqDL6>