POST api/ThongKe/GetListThongKeLichSuCongViec

Request Information

URI Parameters

None.

Body Parameters

ParamsThongKeLichSuCongViec
NameDescriptionTypeAdditional information
KyThuat

string

None.

MaKhachHang

string

None.

TuNgay

date

None.

DenNgay

date

None.

Request Formats

application/json, text/json

Sample:
{
  "KyThuat": "sample string 1",
  "MaKhachHang": "sample string 2",
  "TuNgay": "2025-05-24T06:00:20.1217363+07:00",
  "DenNgay": "2025-05-24T06:00:20.1217363+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ResponseInfo
NameDescriptionTypeAdditional information
Status

integer

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Status": 1,
    "Message": "sample string 2",
    "Data": {}
  },
  {
    "Status": 1,
    "Message": "sample string 2",
    "Data": {}
  }
]