GET api/searchEmployee/{name}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
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 2",
    "LAST_NAME": "sample string 3",
    "FILE_NO": 1,
    "JOB_TITLE_NAME": "sample string 4",
    "BU_NAME": "sample string 5",
    "DEP_NAME": "sample string 6",
    "GRADE_ID": 1,
    "LOCATION_ID": 1,
    "LOCATION_NAME": "sample string 7",
    "OT_ELIGIBLE": true,
    "WF_EMP_ID": 8,
    "DEP_ID": 1,
    "GEN_CODE": "sample string 9",
    "NO_OF_REST_DAYS": 1,
    "IS_ACC": true,
    "PHOTO": "sample string 11",
    "EMP_BUS_NAME": "sample string 12",
    "COMP_NAME": "sample string 13",
    "SEC_NAME": "sample string 14",
    "STATUS_ID": 1,
    "IS_SICK": true,
    "IS_VAC": true,
    "EmployeeAddress_Line1": "sample string 17",
    "EmployeeAddress_Line2": "sample string 18",
    "EmployeeAddress_Line3": "sample string 19",
    "STATUS_NAME": "sample string 20",
    "CV_DOC": "sample string 21",
    "FLIGHT_FREQ": 1.0,
    "NATIONALITY": 1,
    "DOC_TYPE_EMPLOYMENT_ID": 1,
    "DOC_TYPE_EMPLOYMENT_NAME": "sample string 22",
    "DOC_TYPE_ID": 1,
    "DOC_TYPE_NAME": "sample string 23",
    "EDU_TYPE_ID": 1,
    "EDU_TYPE_NAME": "sample string 24",
    "CERT_ID": 1,
    "CERT_NAME": "sample string 25"
  },
  {
    "EMP_ID": 1,
    "FIRST_NAME": "sample string 2",
    "LAST_NAME": "sample string 3",
    "FILE_NO": 1,
    "JOB_TITLE_NAME": "sample string 4",
    "BU_NAME": "sample string 5",
    "DEP_NAME": "sample string 6",
    "GRADE_ID": 1,
    "LOCATION_ID": 1,
    "LOCATION_NAME": "sample string 7",
    "OT_ELIGIBLE": true,
    "WF_EMP_ID": 8,
    "DEP_ID": 1,
    "GEN_CODE": "sample string 9",
    "NO_OF_REST_DAYS": 1,
    "IS_ACC": true,
    "PHOTO": "sample string 11",
    "EMP_BUS_NAME": "sample string 12",
    "COMP_NAME": "sample string 13",
    "SEC_NAME": "sample string 14",
    "STATUS_ID": 1,
    "IS_SICK": true,
    "IS_VAC": true,
    "EmployeeAddress_Line1": "sample string 17",
    "EmployeeAddress_Line2": "sample string 18",
    "EmployeeAddress_Line3": "sample string 19",
    "STATUS_NAME": "sample string 20",
    "CV_DOC": "sample string 21",
    "FLIGHT_FREQ": 1.0,
    "NATIONALITY": 1,
    "DOC_TYPE_EMPLOYMENT_ID": 1,
    "DOC_TYPE_EMPLOYMENT_NAME": "sample string 22",
    "DOC_TYPE_ID": 1,
    "DOC_TYPE_NAME": "sample string 23",
    "EDU_TYPE_ID": 1,
    "EDU_TYPE_NAME": "sample string 24",
    "CERT_ID": 1,
    "CERT_NAME": "sample string 25"
  },
  {
    "EMP_ID": 1,
    "FIRST_NAME": "sample string 2",
    "LAST_NAME": "sample string 3",
    "FILE_NO": 1,
    "JOB_TITLE_NAME": "sample string 4",
    "BU_NAME": "sample string 5",
    "DEP_NAME": "sample string 6",
    "GRADE_ID": 1,
    "LOCATION_ID": 1,
    "LOCATION_NAME": "sample string 7",
    "OT_ELIGIBLE": true,
    "WF_EMP_ID": 8,
    "DEP_ID": 1,
    "GEN_CODE": "sample string 9",
    "NO_OF_REST_DAYS": 1,
    "IS_ACC": true,
    "PHOTO": "sample string 11",
    "EMP_BUS_NAME": "sample string 12",
    "COMP_NAME": "sample string 13",
    "SEC_NAME": "sample string 14",
    "STATUS_ID": 1,
    "IS_SICK": true,
    "IS_VAC": true,
    "EmployeeAddress_Line1": "sample string 17",
    "EmployeeAddress_Line2": "sample string 18",
    "EmployeeAddress_Line3": "sample string 19",
    "STATUS_NAME": "sample string 20",
    "CV_DOC": "sample string 21",
    "FLIGHT_FREQ": 1.0,
    "NATIONALITY": 1,
    "DOC_TYPE_EMPLOYMENT_ID": 1,
    "DOC_TYPE_EMPLOYMENT_NAME": "sample string 22",
    "DOC_TYPE_ID": 1,
    "DOC_TYPE_NAME": "sample string 23",
    "EDU_TYPE_ID": 1,
    "EDU_TYPE_NAME": "sample string 24",
    "CERT_ID": 1,
    "CERT_NAME": "sample string 25"
  }
]

application/xml, text/xml

Sample:
<ArrayOfEmployeeShortProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ComsipApi.Models.EmployeeProfile">
  <EmployeeShortProfile>
    <BU_NAME>sample string 5</BU_NAME>
    <CERT_ID>1</CERT_ID>
    <CERT_NAME>sample string 25</CERT_NAME>
    <COMP_NAME>sample string 13</COMP_NAME>
    <CV_DOC>sample string 21</CV_DOC>
    <DEP_ID>1</DEP_ID>
    <DEP_NAME>sample string 6</DEP_NAME>
    <DOC_TYPE_EMPLOYMENT_ID>1</DOC_TYPE_EMPLOYMENT_ID>
    <DOC_TYPE_EMPLOYMENT_NAME>sample string 22</DOC_TYPE_EMPLOYMENT_NAME>
    <DOC_TYPE_ID>1</DOC_TYPE_ID>
    <DOC_TYPE_NAME>sample string 23</DOC_TYPE_NAME>
    <EDU_TYPE_ID>1</EDU_TYPE_ID>
    <EDU_TYPE_NAME>sample string 24</EDU_TYPE_NAME>
    <EMP_BUS_NAME>sample string 12</EMP_BUS_NAME>
    <EMP_ID>1</EMP_ID>
    <EmployeeAddress_Line1>sample string 17</EmployeeAddress_Line1>
    <EmployeeAddress_Line2>sample string 18</EmployeeAddress_Line2>
    <EmployeeAddress_Line3>sample string 19</EmployeeAddress_Line3>
    <FILE_NO>1</FILE_NO>
    <FIRST_NAME>sample string 2</FIRST_NAME>
    <FLIGHT_FREQ>1</FLIGHT_FREQ>
    <GEN_CODE>sample string 9</GEN_CODE>
    <GRADE_ID>1</GRADE_ID>
    <IS_ACC>true</IS_ACC>
    <IS_SICK>true</IS_SICK>
    <IS_VAC>true</IS_VAC>
    <JOB_TITLE_NAME>sample string 4</JOB_TITLE_NAME>
    <LAST_NAME>sample string 3</LAST_NAME>
    <LOCATION_ID>1</LOCATION_ID>
    <LOCATION_NAME>sample string 7</LOCATION_NAME>
    <NATIONALITY>1</NATIONALITY>
    <NO_OF_REST_DAYS>1</NO_OF_REST_DAYS>
    <OT_ELIGIBLE>true</OT_ELIGIBLE>
    <PHOTO>sample string 11</PHOTO>
    <SEC_NAME>sample string 14</SEC_NAME>
    <STATUS_ID>1</STATUS_ID>
    <STATUS_NAME>sample string 20</STATUS_NAME>
    <WF_EMP_ID>8</WF_EMP_ID>
  </EmployeeShortProfile>
  <EmployeeShortProfile>
    <BU_NAME>sample string 5</BU_NAME>
    <CERT_ID>1</CERT_ID>
    <CERT_NAME>sample string 25</CERT_NAME>
    <COMP_NAME>sample string 13</COMP_NAME>
    <CV_DOC>sample string 21</CV_DOC>
    <DEP_ID>1</DEP_ID>
    <DEP_NAME>sample string 6</DEP_NAME>
    <DOC_TYPE_EMPLOYMENT_ID>1</DOC_TYPE_EMPLOYMENT_ID>
    <DOC_TYPE_EMPLOYMENT_NAME>sample string 22</DOC_TYPE_EMPLOYMENT_NAME>
    <DOC_TYPE_ID>1</DOC_TYPE_ID>
    <DOC_TYPE_NAME>sample string 23</DOC_TYPE_NAME>
    <EDU_TYPE_ID>1</EDU_TYPE_ID>
    <EDU_TYPE_NAME>sample string 24</EDU_TYPE_NAME>
    <EMP_BUS_NAME>sample string 12</EMP_BUS_NAME>
    <EMP_ID>1</EMP_ID>
    <EmployeeAddress_Line1>sample string 17</EmployeeAddress_Line1>
    <EmployeeAddress_Line2>sample string 18</EmployeeAddress_Line2>
    <EmployeeAddress_Line3>sample string 19</EmployeeAddress_Line3>
    <FILE_NO>1</FILE_NO>
    <FIRST_NAME>sample string 2</FIRST_NAME>
    <FLIGHT_FREQ>1</FLIGHT_FREQ>
    <GEN_CODE>sample string 9</GEN_CODE>
    <GRADE_ID>1</GRADE_ID>
    <IS_ACC>true</IS_ACC>
    <IS_SICK>true</IS_SICK>
    <IS_VAC>true</IS_VAC>
    <JOB_TITLE_NAME>sample string 4</JOB_TITLE_NAME>
    <LAST_NAME>sample string 3</LAST_NAME>
    <LOCATION_ID>1</LOCATION_ID>
    <LOCATION_NAME>sample string 7</LOCATION_NAME>
    <NATIONALITY>1</NATIONALITY>
    <NO_OF_REST_DAYS>1</NO_OF_REST_DAYS>
    <OT_ELIGIBLE>true</OT_ELIGIBLE>
    <PHOTO>sample string 11</PHOTO>
    <SEC_NAME>sample string 14</SEC_NAME>
    <STATUS_ID>1</STATUS_ID>
    <STATUS_NAME>sample string 20</STATUS_NAME>
    <WF_EMP_ID>8</WF_EMP_ID>
  </EmployeeShortProfile>
  <EmployeeShortProfile>
    <BU_NAME>sample string 5</BU_NAME>
    <CERT_ID>1</CERT_ID>
    <CERT_NAME>sample string 25</CERT_NAME>
    <COMP_NAME>sample string 13</COMP_NAME>
    <CV_DOC>sample string 21</CV_DOC>
    <DEP_ID>1</DEP_ID>
    <DEP_NAME>sample string 6</DEP_NAME>
    <DOC_TYPE_EMPLOYMENT_ID>1</DOC_TYPE_EMPLOYMENT_ID>
    <DOC_TYPE_EMPLOYMENT_NAME>sample string 22</DOC_TYPE_EMPLOYMENT_NAME>
    <DOC_TYPE_ID>1</DOC_TYPE_ID>
    <DOC_TYPE_NAME>sample string 23</DOC_TYPE_NAME>
    <EDU_TYPE_ID>1</EDU_TYPE_ID>
    <EDU_TYPE_NAME>sample string 24</EDU_TYPE_NAME>
    <EMP_BUS_NAME>sample string 12</EMP_BUS_NAME>
    <EMP_ID>1</EMP_ID>
    <EmployeeAddress_Line1>sample string 17</EmployeeAddress_Line1>
    <EmployeeAddress_Line2>sample string 18</EmployeeAddress_Line2>
    <EmployeeAddress_Line3>sample string 19</EmployeeAddress_Line3>
    <FILE_NO>1</FILE_NO>
    <FIRST_NAME>sample string 2</FIRST_NAME>
    <FLIGHT_FREQ>1</FLIGHT_FREQ>
    <GEN_CODE>sample string 9</GEN_CODE>
    <GRADE_ID>1</GRADE_ID>
    <IS_ACC>true</IS_ACC>
    <IS_SICK>true</IS_SICK>
    <IS_VAC>true</IS_VAC>
    <JOB_TITLE_NAME>sample string 4</JOB_TITLE_NAME>
    <LAST_NAME>sample string 3</LAST_NAME>
    <LOCATION_ID>1</LOCATION_ID>
    <LOCATION_NAME>sample string 7</LOCATION_NAME>
    <NATIONALITY>1</NATIONALITY>
    <NO_OF_REST_DAYS>1</NO_OF_REST_DAYS>
    <OT_ELIGIBLE>true</OT_ELIGIBLE>
    <PHOTO>sample string 11</PHOTO>
    <SEC_NAME>sample string 14</SEC_NAME>
    <STATUS_ID>1</STATUS_ID>
    <STATUS_NAME>sample string 20</STATUS_NAME>
    <WF_EMP_ID>8</WF_EMP_ID>
  </EmployeeShortProfile>
</ArrayOfEmployeeShortProfile>