GET api/searchemployeewhoiswho/{id}/{name}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | No documentation available. |
Define this parameter in the request URI. |
name | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "EMP_ID": 1, "FIRST_NAME": "sample string 1", "LAST_NAME": "sample string 2", "BU_NAME": "sample string 3", "DEP_NAME": "sample string 4", "CONTACT_CODE_OFFICIAL": "sample string 5", "CONTACT_NO_OFFICIAL": "sample string 6", "EMAIL_OFFICIAL": "sample string 7", "IMG": "sample string 8", "JOB_TITLE_NAME": "sample string 9", "GRADE_ID": 1, "SORT_ORDER": 1, "GRADE_NAME": "sample string 10", "FILE_NO": 1 }, { "EMP_ID": 1, "FIRST_NAME": "sample string 1", "LAST_NAME": "sample string 2", "BU_NAME": "sample string 3", "DEP_NAME": "sample string 4", "CONTACT_CODE_OFFICIAL": "sample string 5", "CONTACT_NO_OFFICIAL": "sample string 6", "EMAIL_OFFICIAL": "sample string 7", "IMG": "sample string 8", "JOB_TITLE_NAME": "sample string 9", "GRADE_ID": 1, "SORT_ORDER": 1, "GRADE_NAME": "sample string 10", "FILE_NO": 1 }, { "EMP_ID": 1, "FIRST_NAME": "sample string 1", "LAST_NAME": "sample string 2", "BU_NAME": "sample string 3", "DEP_NAME": "sample string 4", "CONTACT_CODE_OFFICIAL": "sample string 5", "CONTACT_NO_OFFICIAL": "sample string 6", "EMAIL_OFFICIAL": "sample string 7", "IMG": "sample string 8", "JOB_TITLE_NAME": "sample string 9", "GRADE_ID": 1, "SORT_ORDER": 1, "GRADE_NAME": "sample string 10", "FILE_NO": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfWhoIsWho xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile"> <WhoIsWho> <BU_NAME>sample string 3</BU_NAME> <CONTACT_CODE_OFFICIAL>sample string 5</CONTACT_CODE_OFFICIAL> <CONTACT_NO_OFFICIAL>sample string 6</CONTACT_NO_OFFICIAL> <DEP_NAME>sample string 4</DEP_NAME> <EMAIL_OFFICIAL>sample string 7</EMAIL_OFFICIAL> <EMP_ID>1</EMP_ID> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 1</FIRST_NAME> <GRADE_ID>1</GRADE_ID> <GRADE_NAME>sample string 10</GRADE_NAME> <IMG>sample string 8</IMG> <JOB_TITLE_NAME>sample string 9</JOB_TITLE_NAME> <LAST_NAME>sample string 2</LAST_NAME> <SORT_ORDER>1</SORT_ORDER> </WhoIsWho> <WhoIsWho> <BU_NAME>sample string 3</BU_NAME> <CONTACT_CODE_OFFICIAL>sample string 5</CONTACT_CODE_OFFICIAL> <CONTACT_NO_OFFICIAL>sample string 6</CONTACT_NO_OFFICIAL> <DEP_NAME>sample string 4</DEP_NAME> <EMAIL_OFFICIAL>sample string 7</EMAIL_OFFICIAL> <EMP_ID>1</EMP_ID> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 1</FIRST_NAME> <GRADE_ID>1</GRADE_ID> <GRADE_NAME>sample string 10</GRADE_NAME> <IMG>sample string 8</IMG> <JOB_TITLE_NAME>sample string 9</JOB_TITLE_NAME> <LAST_NAME>sample string 2</LAST_NAME> <SORT_ORDER>1</SORT_ORDER> </WhoIsWho> <WhoIsWho> <BU_NAME>sample string 3</BU_NAME> <CONTACT_CODE_OFFICIAL>sample string 5</CONTACT_CODE_OFFICIAL> <CONTACT_NO_OFFICIAL>sample string 6</CONTACT_NO_OFFICIAL> <DEP_NAME>sample string 4</DEP_NAME> <EMAIL_OFFICIAL>sample string 7</EMAIL_OFFICIAL> <EMP_ID>1</EMP_ID> <FILE_NO>1</FILE_NO> <FIRST_NAME>sample string 1</FIRST_NAME> <GRADE_ID>1</GRADE_ID> <GRADE_NAME>sample string 10</GRADE_NAME> <IMG>sample string 8</IMG> <JOB_TITLE_NAME>sample string 9</JOB_TITLE_NAME> <LAST_NAME>sample string 2</LAST_NAME> <SORT_ORDER>1</SORT_ORDER> </WhoIsWho> </ArrayOfWhoIsWho>