GET api/Employee/GetEmployeeGhiChu?userName={userName}&employeeGhiChuID={employeeGhiChuID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userName | string |
Required |
|
employeeGhiChuID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EmployeeGhiChuInfoName | Description | Type | Additional information |
---|---|---|---|
EmployeeGhiChuID | integer |
None. |
|
EmployeeID | string |
None. |
|
GhiChu | string |
None. |
|
NgayGio | date |
None. |
|
ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "EmployeeGhiChuID": 1, "EmployeeID": "sample string 2", "GhiChu": "sample string 3", "NgayGio": "2025-05-24T02:00:34.090464+07:00", "ModifiedDate": "2025-05-24T02:00:34.090464+07:00" }