POST api/DanhSachCongTacVien/UpSertDataItem
Request Information
URI Parameters
None.
Body Parameters
DanhSachCongTacVienModel| Name | Description | Type | Additional 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": "0c3c6ab3-d724-491a-b1f1-c9c4747cfdf6",
"MaCTV": "sample string 2",
"HoVaTen": "sample string 3",
"NgayDangKy": "2026-04-03T18:15:12.7790821+07:00",
"NguoiDangKy": "sample string 5",
"Status": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"