GET api/Employee/GetEmployeeGhiChu?userName={userName}&employeeGhiChuID={employeeGhiChuID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userName

string

Required

employeeGhiChuID

integer

Required

Body Parameters

None.

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-24T02:00:34.090464+07:00",
  "ModifiedDate": "2025-05-24T02:00:34.090464+07:00"
}