POST api/Employee/InsertEmployeeGhiChu

Request Information

URI Parameters

None.

Body Parameters

ParamsEmployeeGhiChu
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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-24T05:07:45.8702827+07:00",
  "ModifiedDate": "2025-05-24T05:07:45.8702827+07:00"
}