POST api/DanhMucLyDo/InsertNewDataItem

Request Information

URI Parameters

None.

Body Parameters

tblDanhMucLyDo
NameDescriptionTypeAdditional information
ID

integer

None.

Code

string

None.

LyDo

string

None.

LoaiLyDo

string

None.

MucThuongPhat

decimal number

None.

NgayTao

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Code": "sample string 2",
  "LyDo": "sample string 3",
  "LoaiLyDo": "sample string 4",
  "MucThuongPhat": 1.0,
  "NgayTao": "2026-01-29T16:26:31.5695516+07:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"