POST api/ThongKe/GetListThongKeLichSuCongViec
Request Information
URI Parameters
None.
Body Parameters
ParamsThongKeLichSuCongViec| Name | Description | Type | Additional 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-10-29T03:53:09.1671284+07:00",
"DenNgay": "2025-10-29T03:53:09.1671284+07:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ResponseInfo| Name | Description | Type | Additional 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": {}
}
]