POST api/Employee/InsertEmployeeGhiChu
Request Information
URI Parameters
None.
Body Parameters
ParamsEmployeeGhiChu| Name | Description | Type | Additional information |
|---|---|---|---|
| itemEmployeeGhiChu | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"itemEmployeeGhiChu": "sample string 1",
"UserName": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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:48:05.751833+07:00",
"ModifiedDate": "2025-10-29T10:48:05.751833+07:00"
}