GET api/HR/GetCurrentEmployeeData?EmpId={EmpId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| EmpId | No documentation available. | Define this parameter in the request URI. | 
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
{
  "UserId": "sample string 1",
  "EmpId": 2,
  "Privilege": 3,
  "UnitId": 1,
  "DeptId": 1,
  "Id": 4
}
        application/xml, text/xml
            Sample:
<UserPrivilege xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>4</Id> <DeptId>1</DeptId> <EmpId>2</EmpId> <Privilege>3</Privilege> <UnitId>1</UnitId> <UserId>sample string 1</UserId> </UserPrivilege>