POST api/CongViecDichVuBaoTri/InsertCongViec

Request Information

URI Parameters

None.

Body Parameters

CongViecDichVuBaoTriInfo
NameDescriptionTypeAdditional information
CongViecBaoTriID

integer

None.

SupplierID

string

None.

So

string

None.

Contact_Name

string

None.

SupplierName

string

None.

Phone

string

None.

KetQua

string

None.

Ykien

string

None.

YkienKH

string

None.

KHDanhGia

integer

None.

NgayGio

date

None.

UserName

string

None.

NguoiDungID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CongViecBaoTriID": 1,
  "SupplierID": "sample string 2",
  "So": "sample string 3",
  "Contact_Name": "sample string 4",
  "SupplierName": "sample string 5",
  "Phone": "sample string 6",
  "KetQua": "sample string 7",
  "Ykien": "sample string 8",
  "YkienKH": "sample string 9",
  "KHDanhGia": 10,
  "NgayGio": "2025-05-23T22:56:07.8143983+07:00",
  "UserName": "sample string 11",
  "NguoiDungID": 12
}

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": {}
}