POST Employee/View

Request Information

URI Parameters

None.

Body Parameters

BasePageCompany
NameDescriptionTypeAdditional 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.

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,
  "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"
    }
  ],
  "ProjectName": "sample string 6",
  "PageSize": 7,
  "PageIndex": 1,
  "QueryKey": "sample string 9",
  "StartTime": "sample string 10",
  "EndTime": "sample string 11"
}

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 11</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/">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" 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 10</StartTime>
  <_pageIndex xmlns="http://schemas.datacontract.org/2004/07/">1</_pageIndex>
  <ActionUser>sample string 2</ActionUser>
  <CompanyName>sample string 1</CompanyName>
  <IID>3</IID>
  <PrjtAbbr>sample string 4</PrjtAbbr>
  <ProjectName>sample string 6</ProjectName>
  <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:

Sample not available.

Response Information

Resource Description

BasePageResultTOfLib_Employee
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 Lib_Employee

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,
      "Real_name": "sample string 2",
      "Valid": 1,
      "Create_UserId": 1,
      "make_date": "2024-11-28 14:46:58",
      "Remark": "sample string 3",
      "Company_Name": "sample string 4",
      "Dept_Code": 1,
      "Employee_No": "sample string 5",
      "Post_Code": 1,
      "Belong_Company": "sample string 6",
      "Phone_Url": "sample string 7",
      "Dept_Name": "sample string 8",
      "Post_Name": "sample string 9"
    },
    {
      "IID": 1,
      "Real_name": "sample string 2",
      "Valid": 1,
      "Create_UserId": 1,
      "make_date": "2024-11-28 14:46:58",
      "Remark": "sample string 3",
      "Company_Name": "sample string 4",
      "Dept_Code": 1,
      "Employee_No": "sample string 5",
      "Post_Code": 1,
      "Belong_Company": "sample string 6",
      "Phone_Url": "sample string 7",
      "Dept_Name": "sample string 8",
      "Post_Name": "sample string 9"
    }
  ],
  "PositionPage": 8,
  "PositionRow": 9
}

application/xml, text/xml

Sample:
<BasePageResultTOfLib_EmployeeMvUOqDL6 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_Employee>
      <d2p1:Belong_Company>sample string 6</d2p1:Belong_Company>
      <d2p1:Company_Name>sample string 4</d2p1:Company_Name>
      <d2p1:Create_UserId>1</d2p1:Create_UserId>
      <d2p1:Dept_Code>1</d2p1:Dept_Code>
      <d2p1:Dept_Name>sample string 8</d2p1:Dept_Name>
      <d2p1:Employee_No>sample string 5</d2p1:Employee_No>
      <d2p1:IID>1</d2p1:IID>
      <d2p1:Phone_Url>sample string 7</d2p1:Phone_Url>
      <d2p1:Post_Code>1</d2p1:Post_Code>
      <d2p1:Post_Name>sample string 9</d2p1:Post_Name>
      <d2p1:Real_name>sample string 2</d2p1:Real_name>
      <d2p1:Remark>sample string 3</d2p1:Remark>
      <d2p1:Valid>1</d2p1:Valid>
      <d2p1:make_date>2024-11-28T14:46:58.5196342+08:00</d2p1:make_date>
    </d2p1:Lib_Employee>
    <d2p1:Lib_Employee>
      <d2p1:Belong_Company>sample string 6</d2p1:Belong_Company>
      <d2p1:Company_Name>sample string 4</d2p1:Company_Name>
      <d2p1:Create_UserId>1</d2p1:Create_UserId>
      <d2p1:Dept_Code>1</d2p1:Dept_Code>
      <d2p1:Dept_Name>sample string 8</d2p1:Dept_Name>
      <d2p1:Employee_No>sample string 5</d2p1:Employee_No>
      <d2p1:IID>1</d2p1:IID>
      <d2p1:Phone_Url>sample string 7</d2p1:Phone_Url>
      <d2p1:Post_Code>1</d2p1:Post_Code>
      <d2p1:Post_Name>sample string 9</d2p1:Post_Name>
      <d2p1:Real_name>sample string 2</d2p1:Real_name>
      <d2p1:Remark>sample string 3</d2p1:Remark>
      <d2p1:Valid>1</d2p1:Valid>
      <d2p1:make_date>2024-11-28T14:46:58.5196342+08:00</d2p1:make_date>
    </d2p1:Lib_Employee>
  </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_EmployeeMvUOqDL6>