POST api/Employee/InsertEmployeeGhiChu
Request Information
URI Parameters
None.
Body Parameters
ParamsEmployeeGhiChuName | 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
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-08-19T13:59:44.9641694+07:00", "ModifiedDate": "2025-08-19T13:59:44.9641694+07:00" }