POST WeldingTool/View
Request Information
URI Parameters
None.
Body Parameters
BasePageCompany| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| QueryKey | string |
None. |
|
| StartTime | string |
None. |
|
| EndTime | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CompanyName": "sample string 1",
"ActionUser": "sample string 2",
"IID": 3,
"PrjtAbbr": "sample string 4",
"exportfile": "sample string 5",
"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"
}
],
"PageSize": 6,
"PageIndex": 7,
"QueryKey": "sample string 8",
"StartTime": "sample string 9",
"EndTime": "sample string 10"
}
application/xml, text/xml
Sample:
<BasePageCompany xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">
<EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 10</EndTime>
<IID xmlns="http://schemas.datacontract.org/2004/07/">0</IID>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/">7</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/">6</PageSize>
<QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 8</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 9</StartTime>
<ActionUser>sample string 2</ActionUser>
<CompanyName>sample string 1</CompanyName>
<IID>3</IID>
<PrjtAbbr>sample string 4</PrjtAbbr>
<ScreenList>
<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>
<BaseSort>
<Asc>true</Asc>
<SortName>sample string 1</SortName>
</BaseSort>
<BaseSort>
<Asc>true</Asc>
<SortName>sample string 1</SortName>
</BaseSort>
</SortList>
<exportfile>sample string 5</exportfile>
</BasePageCompany>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BasePageResultTOfLib_Base_WeldingTool| Name | 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_Base_WeldingTool |
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,
"wt_no": "sample string 2",
"wt_name": "sample string 3",
"type": "sample string 4",
"quantity": "sample string 5",
"workstation": "sample string 6",
"brand": "sample string 7",
"specification": "sample string 8",
"work_procedure": true,
"work_procedure_file": "sample string 9",
"ischeck": true,
"checkdate": "2026-04-16 19:59:42",
"check_no": "sample string 10",
"check_request": "sample string 11",
"check_file": "sample string 12",
"recheck_cycle": "sample string 13",
"mind": 1,
"remark": "sample string 14",
"maker": "sample string 15",
"make_date": "2026-04-16 19:59:42",
"modifier": "sample string 16",
"modi_date": "2026-04-16 19:59:42",
"Company_Name": "sample string 17",
"work_procedure_maker": "sample string 18",
"work_procedure_uploadtime": "2026-04-16 19:59:42",
"check_maker": "sample string 19",
"check_uploadtime": "2026-04-16 19:59:42",
"sort": 1
},
{
"iid": 1,
"wt_no": "sample string 2",
"wt_name": "sample string 3",
"type": "sample string 4",
"quantity": "sample string 5",
"workstation": "sample string 6",
"brand": "sample string 7",
"specification": "sample string 8",
"work_procedure": true,
"work_procedure_file": "sample string 9",
"ischeck": true,
"checkdate": "2026-04-16 19:59:42",
"check_no": "sample string 10",
"check_request": "sample string 11",
"check_file": "sample string 12",
"recheck_cycle": "sample string 13",
"mind": 1,
"remark": "sample string 14",
"maker": "sample string 15",
"make_date": "2026-04-16 19:59:42",
"modifier": "sample string 16",
"modi_date": "2026-04-16 19:59:42",
"Company_Name": "sample string 17",
"work_procedure_maker": "sample string 18",
"work_procedure_uploadtime": "2026-04-16 19:59:42",
"check_maker": "sample string 19",
"check_uploadtime": "2026-04-16 19:59:42",
"sort": 1
}
],
"PositionPage": 8,
"PositionRow": 9
}
application/xml, text/xml
Sample:
<BasePageResultTOfLib_Base_WeldingToolMvUOqDL6 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_Base_WeldingTool>
<d2p1:Company_Name>sample string 17</d2p1:Company_Name>
<d2p1:brand>sample string 7</d2p1:brand>
<d2p1:check_file>sample string 12</d2p1:check_file>
<d2p1:check_maker>sample string 19</d2p1:check_maker>
<d2p1:check_no>sample string 10</d2p1:check_no>
<d2p1:check_request>sample string 11</d2p1:check_request>
<d2p1:check_uploadtime>2026-04-16T19:59:42.6496869+08:00</d2p1:check_uploadtime>
<d2p1:checkdate>2026-04-16T19:59:42.6496869+08:00</d2p1:checkdate>
<d2p1:iid>1</d2p1:iid>
<d2p1:ischeck>true</d2p1:ischeck>
<d2p1:make_date>2026-04-16T19:59:42.6496869+08:00</d2p1:make_date>
<d2p1:maker>sample string 15</d2p1:maker>
<d2p1:mind>1</d2p1:mind>
<d2p1:modi_date>2026-04-16T19:59:42.6496869+08:00</d2p1:modi_date>
<d2p1:modifier>sample string 16</d2p1:modifier>
<d2p1:quantity>sample string 5</d2p1:quantity>
<d2p1:recheck_cycle>sample string 13</d2p1:recheck_cycle>
<d2p1:remark>sample string 14</d2p1:remark>
<d2p1:sort>1</d2p1:sort>
<d2p1:specification>sample string 8</d2p1:specification>
<d2p1:type>sample string 4</d2p1:type>
<d2p1:work_procedure>true</d2p1:work_procedure>
<d2p1:work_procedure_file>sample string 9</d2p1:work_procedure_file>
<d2p1:work_procedure_maker>sample string 18</d2p1:work_procedure_maker>
<d2p1:work_procedure_uploadtime>2026-04-16T19:59:42.6496869+08:00</d2p1:work_procedure_uploadtime>
<d2p1:workstation>sample string 6</d2p1:workstation>
<d2p1:wt_name>sample string 3</d2p1:wt_name>
<d2p1:wt_no>sample string 2</d2p1:wt_no>
</d2p1:Lib_Base_WeldingTool>
<d2p1:Lib_Base_WeldingTool>
<d2p1:Company_Name>sample string 17</d2p1:Company_Name>
<d2p1:brand>sample string 7</d2p1:brand>
<d2p1:check_file>sample string 12</d2p1:check_file>
<d2p1:check_maker>sample string 19</d2p1:check_maker>
<d2p1:check_no>sample string 10</d2p1:check_no>
<d2p1:check_request>sample string 11</d2p1:check_request>
<d2p1:check_uploadtime>2026-04-16T19:59:42.6496869+08:00</d2p1:check_uploadtime>
<d2p1:checkdate>2026-04-16T19:59:42.6496869+08:00</d2p1:checkdate>
<d2p1:iid>1</d2p1:iid>
<d2p1:ischeck>true</d2p1:ischeck>
<d2p1:make_date>2026-04-16T19:59:42.6496869+08:00</d2p1:make_date>
<d2p1:maker>sample string 15</d2p1:maker>
<d2p1:mind>1</d2p1:mind>
<d2p1:modi_date>2026-04-16T19:59:42.6496869+08:00</d2p1:modi_date>
<d2p1:modifier>sample string 16</d2p1:modifier>
<d2p1:quantity>sample string 5</d2p1:quantity>
<d2p1:recheck_cycle>sample string 13</d2p1:recheck_cycle>
<d2p1:remark>sample string 14</d2p1:remark>
<d2p1:sort>1</d2p1:sort>
<d2p1:specification>sample string 8</d2p1:specification>
<d2p1:type>sample string 4</d2p1:type>
<d2p1:work_procedure>true</d2p1:work_procedure>
<d2p1:work_procedure_file>sample string 9</d2p1:work_procedure_file>
<d2p1:work_procedure_maker>sample string 18</d2p1:work_procedure_maker>
<d2p1:work_procedure_uploadtime>2026-04-16T19:59:42.6496869+08:00</d2p1:work_procedure_uploadtime>
<d2p1:workstation>sample string 6</d2p1:workstation>
<d2p1:wt_name>sample string 3</d2p1:wt_name>
<d2p1:wt_no>sample string 2</d2p1:wt_no>
</d2p1:Lib_Base_WeldingTool>
</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_Base_WeldingToolMvUOqDL6>