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
EmployeeGhiChuInfo| Name | 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-10-29T10:55:25.2305044+07:00",
"ModifiedDate": "2025-10-29T10:55:25.2305044+07:00"
}