POST api/CongViec/GetListCongViecChinh
Request Information
URI Parameters
None.
Body Parameters
ThongKeCongViecChinhCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| NgayBD | date |
None. |
|
| NgayKT | date |
None. |
|
| NgayGioHoanTat | date |
None. |
|
| KyThuat | string |
None. |
|
| SoBH | string |
None. |
|
| MaKhachHang | string |
None. |
|
| isKyThuatNhanViec | boolean |
None. |
|
| isKyThuatHuyViec | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"NgayBD": "2025-10-29T01:08:14.3258722+07:00",
"NgayKT": "2025-10-29T01:08:14.3258722+07:00",
"NgayGioHoanTat": "2025-10-29T01:08:14.3258722+07:00",
"KyThuat": "sample string 1",
"SoBH": "sample string 2",
"MaKhachHang": "sample string 3",
"isKyThuatNhanViec": true,
"isKyThuatHuyViec": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
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": {}
}