POST api/CongViec/GetListCongViecPhatSinh
Request Information
URI Parameters
None.
Body Parameters
CongViecPhatSinhCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| NgayBD | date |
None. |
|
| NgayKT | date |
None. |
|
| NgayGioHoanTat | date |
None. |
|
| CongViecPhatSinhID | integer |
None. |
|
| SoCongViec | string |
None. |
|
| KyThuat | string |
None. |
|
| SoBH | string |
None. |
|
| ListTrangThai | string |
None. |
|
| isThongKe | boolean |
None. |
|
| isKyThuatNhanViec | boolean |
None. |
|
| isKyThuatHuyViec | boolean |
None. |
|
| Duyet | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"NgayBD": "2025-10-29T10:48:04.4393028+07:00",
"NgayKT": "2025-10-29T10:48:04.4393028+07:00",
"NgayGioHoanTat": "2025-10-29T10:48:04.4393028+07:00",
"CongViecPhatSinhID": 1,
"SoCongViec": "sample string 1",
"KyThuat": "sample string 2",
"SoBH": "sample string 3",
"ListTrangThai": "sample string 4",
"isThongKe": true,
"isKyThuatNhanViec": true,
"isKyThuatHuyViec": true,
"Duyet": 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": {}
}