GET api/Employee/GetListEmployee?userName={userName}&listChiNhanh={listChiNhanh}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userName | string |
Required |
|
listChiNhanh | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EMPLOYEEInfoName | Description | Type | Additional information |
---|---|---|---|
EmployeeID | string |
None. |
|
EmployeeName | string |
None. |
|
Sex | integer |
None. |
|
IsForeigner | boolean |
None. |
|
Tel | string |
None. |
|
IsSaleRep | boolean |
None. |
|
DTNoio | string |
None. |
|
DepartmentID | string |
None. |
|
PositionName | string |
None. |
|
NickName | string |
None. |
|
ChiNhanh | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EmployeeID": "sample string 1", "EmployeeName": "sample string 2", "Sex": 1, "IsForeigner": true, "Tel": "sample string 3", "IsSaleRep": true, "DTNoio": "sample string 4", "DepartmentID": "sample string 5", "PositionName": "sample string 6", "NickName": "sample string 7", "ChiNhanh": "sample string 8" }, { "EmployeeID": "sample string 1", "EmployeeName": "sample string 2", "Sex": 1, "IsForeigner": true, "Tel": "sample string 3", "IsSaleRep": true, "DTNoio": "sample string 4", "DepartmentID": "sample string 5", "PositionName": "sample string 6", "NickName": "sample string 7", "ChiNhanh": "sample string 8" } ]