POST api/DanhSachCongTacVien/UpSertDataItem

Request Information

URI Parameters

None.

Body Parameters

DanhSachCongTacVienModel
NameDescriptionTypeAdditional information
GuidID

globally unique identifier

None.

MaCTV

string

None.

HoVaTen

string

None.

NgayDangKy

date

None.

NguoiDangKy

string

None.

Status

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GuidID": "8f815247-d39a-4e85-9c6f-69d90be987c0",
  "MaCTV": "sample string 2",
  "HoVaTen": "sample string 3",
  "NgayDangKy": "2026-01-29T16:28:35.5910159+07:00",
  "NguoiDangKy": "sample string 5",
  "Status": 6
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"