POST api/CongViec/GetListCongViecChinh

Request Information

URI Parameters

None.

Body Parameters

ThongKeCongViecChinhCondition
NameDescriptionTypeAdditional 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-05-24T04:57:00.1550552+07:00",
  "NgayKT": "2025-05-24T04:57:00.1550552+07:00",
  "NgayGioHoanTat": "2025-05-24T04:57:00.1550552+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
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": {}
}