POST PJWelder/WelderCertInfo/View

Request Information

URI Parameters

None.

Body Parameters

GetRelationInput
NameDescriptionTypeAdditional information
FileProjectIID

integer

None.

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.

_pageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "_pageIndex": 1,
  "FileProjectIID": 1,
  "CompanyName": "sample string 2",
  "ProjectName": "sample string 3",
  "Uname": "sample string 4",
  "Width": 5,
  "ExType": 6,
  "OrientationType": 7,
  "PageSize": 8,
  "PageIndex": 1,
  "QueryKey": "sample string 10",
  "StartTime": "sample string 11",
  "EndTime": "sample string 12",
  "IID": 13,
  "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:
<GetRelationInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models.Request.WPS">
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/">sample string 12</EndTime>
  <IID xmlns="http://schemas.datacontract.org/2004/07/">13</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" 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 11</StartTime>
  <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex>
  <CompanyName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 2</CompanyName>
  <ExType xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">6</ExType>
  <OrientationType xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">7</OrientationType>
  <ProjectName xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 3</ProjectName>
  <Uname xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">sample string 4</Uname>
  <Width xmlns="http://schemas.datacontract.org/2004/07/WeldingAPI.Models">5</Width>
  <FileProjectIID>1</FileProjectIID>
</GetRelationInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BasePageResultTOfGetRelationWelderListOutput
NameDescriptionTypeAdditional 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 GetRelationWelderListOutput

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,
      "welder_No": "sample string 2",
      "welder_name": "sample string 3",
      "LibWelderIID": 4,
      "PermitNo": "sample string 5",
      "WPSNo": "sample string 6",
      "CertNo": "sample string 7",
      "TestDate": "2024-11-28 14:38:01"
    },
    {
      "IID": 1,
      "welder_No": "sample string 2",
      "welder_name": "sample string 3",
      "LibWelderIID": 4,
      "PermitNo": "sample string 5",
      "WPSNo": "sample string 6",
      "CertNo": "sample string 7",
      "TestDate": "2024-11-28 14:38:01"
    }
  ],
  "PositionPage": 8,
  "PositionRow": 9
}

application/xml, text/xml

Sample:
<BasePageResultTOfGetRelationWelderListOutputUpVycXE5 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.Welder">
    <d2p1:GetRelationWelderListOutput>
      <d2p1:CertNo>sample string 7</d2p1:CertNo>
      <d2p1:IID>1</d2p1:IID>
      <d2p1:LibWelderIID>4</d2p1:LibWelderIID>
      <d2p1:PermitNo>sample string 5</d2p1:PermitNo>
      <d2p1:TestDate>2024-11-28T14:38:01.2996043+08:00</d2p1:TestDate>
      <d2p1:WPSNo>sample string 6</d2p1:WPSNo>
      <d2p1:welder_No>sample string 2</d2p1:welder_No>
      <d2p1:welder_name>sample string 3</d2p1:welder_name>
    </d2p1:GetRelationWelderListOutput>
    <d2p1:GetRelationWelderListOutput>
      <d2p1:CertNo>sample string 7</d2p1:CertNo>
      <d2p1:IID>1</d2p1:IID>
      <d2p1:LibWelderIID>4</d2p1:LibWelderIID>
      <d2p1:PermitNo>sample string 5</d2p1:PermitNo>
      <d2p1:TestDate>2024-11-28T14:38:01.2996043+08:00</d2p1:TestDate>
      <d2p1:WPSNo>sample string 6</d2p1:WPSNo>
      <d2p1:welder_No>sample string 2</d2p1:welder_No>
      <d2p1:welder_name>sample string 3</d2p1:welder_name>
    </d2p1:GetRelationWelderListOutput>
  </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>
</BasePageResultTOfGetRelationWelderListOutputUpVycXE5>