GET api/JankariPortal/FillEmpByDepDes?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEmpByeDepDes_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| fullname | string |
None. |
|
| empid | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"fullname": "sample string 1",
"empid": "sample string 2"
},
{
"fullname": "sample string 1",
"empid": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEmpByeDepDes_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEmpByeDepDes_Result>
<empid>sample string 2</empid>
<fullname>sample string 1</fullname>
</GetEmpByeDepDes_Result>
<GetEmpByeDepDes_Result>
<empid>sample string 2</empid>
<fullname>sample string 1</fullname>
</GetEmpByeDepDes_Result>
</ArrayOfGetEmpByeDepDes_Result>