POST PJWelder/WelderCertInfo/Viewold
Request Information
URI Parameters
None.
Body Parameters
BasePagePrj| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyName | string |
None. |
|
| ProjectName | string |
None. |
|
| Uname | string |
None. |
|
| Width | integer |
None. |
|
| ExType | integer |
None. |
|
| OrientationType | integer |
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. |
Request Formats
application/json, text/json
Sample:
{
"CompanyName": "sample string 1",
"ProjectName": "sample string 2",
"Uname": "sample string 3",
"Width": 4,
"ExType": 5,
"OrientationType": 6,
"PageSize": 7,
"PageIndex": 8,
"QueryKey": "sample string 9",
"StartTime": "sample string 10",
"EndTime": "sample string 11",
"IID": 12,
"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:
<BasePagePrj 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 11</EndTime>
<IID xmlns="http://schemas.datacontract.org/2004/07/">12</IID>
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/">8</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/">7</PageSize>
<QueryKey xmlns="http://schemas.datacontract.org/2004/07/">sample string 9</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 10</StartTime>
<CompanyName>sample string 1</CompanyName>
<ExType>5</ExType>
<OrientationType>6</OrientationType>
<ProjectName>sample string 2</ProjectName>
<Uname>sample string 3</Uname>
<Width>4</Width>
</BasePagePrj>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BasePageResultTOfWelderCertInfo| 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 WelderCertInfo |
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": [
{
"index": 1,
"Cert_Name": "sample string 2",
"Cert_No": "sample string 3",
"Worker_No": "sample string 4",
"Welder_No": "sample string 5",
"Welder_iid": 6,
"Welder_Name": "sample string 7",
"Getcertificate_Date": "2026-04-16 20:04:01",
"Cert_Valid": "2026-04-16 20:04:01",
"Refer_Standard": "sample string 8",
"VaPost": "sample string 9",
"Cert_IId": 10
},
{
"index": 1,
"Cert_Name": "sample string 2",
"Cert_No": "sample string 3",
"Worker_No": "sample string 4",
"Welder_No": "sample string 5",
"Welder_iid": 6,
"Welder_Name": "sample string 7",
"Getcertificate_Date": "2026-04-16 20:04:01",
"Cert_Valid": "2026-04-16 20:04:01",
"Refer_Standard": "sample string 8",
"VaPost": "sample string 9",
"Cert_IId": 10
}
],
"PositionPage": 8,
"PositionRow": 9
}
application/xml, text/xml
Sample:
<BasePageResultTOfWelderCertInfotZAf4S1t 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.Response">
<d2p1:WelderCertInfo>
<d2p1:Cert_IId>10</d2p1:Cert_IId>
<d2p1:Cert_Name>sample string 2</d2p1:Cert_Name>
<d2p1:Cert_No>sample string 3</d2p1:Cert_No>
<d2p1:Cert_Valid>2026-04-16T20:04:01.9861103+08:00</d2p1:Cert_Valid>
<d2p1:Getcertificate_Date>2026-04-16T20:04:01.9861103+08:00</d2p1:Getcertificate_Date>
<d2p1:Refer_Standard>sample string 8</d2p1:Refer_Standard>
<d2p1:VaPost>sample string 9</d2p1:VaPost>
<d2p1:Welder_Name>sample string 7</d2p1:Welder_Name>
<d2p1:Welder_No>sample string 5</d2p1:Welder_No>
<d2p1:Welder_iid>6</d2p1:Welder_iid>
<d2p1:Worker_No>sample string 4</d2p1:Worker_No>
<d2p1:index>1</d2p1:index>
</d2p1:WelderCertInfo>
<d2p1:WelderCertInfo>
<d2p1:Cert_IId>10</d2p1:Cert_IId>
<d2p1:Cert_Name>sample string 2</d2p1:Cert_Name>
<d2p1:Cert_No>sample string 3</d2p1:Cert_No>
<d2p1:Cert_Valid>2026-04-16T20:04:01.9861103+08:00</d2p1:Cert_Valid>
<d2p1:Getcertificate_Date>2026-04-16T20:04:01.9861103+08:00</d2p1:Getcertificate_Date>
<d2p1:Refer_Standard>sample string 8</d2p1:Refer_Standard>
<d2p1:VaPost>sample string 9</d2p1:VaPost>
<d2p1:Welder_Name>sample string 7</d2p1:Welder_Name>
<d2p1:Welder_No>sample string 5</d2p1:Welder_No>
<d2p1:Welder_iid>6</d2p1:Welder_iid>
<d2p1:Worker_No>sample string 4</d2p1:Worker_No>
<d2p1:index>1</d2p1:index>
</d2p1:WelderCertInfo>
</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>
</BasePageResultTOfWelderCertInfotZAf4S1t>