POST Admin/XoaThongBao
Request Information
URI Parameters
None.
Body Parameters
NghiepVu_ThongBaoName | Description | Type | Additional information |
---|---|---|---|
ThongBaoID | integer |
None. |
|
NguoiGuiID | integer |
None. |
|
NguoiNhanID | integer |
None. |
|
NgayGui | date |
None. |
|
TrangThai | boolean |
None. |
|
Url | string |
None. |
|
TieuDe | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "thongbaoid": 1, "nguoiguiid": 1, "nguoinhanid": 1, "ngaygui": "2025-05-06T08:04:12.6781734+07:00", "trangthai": true, "url": "sample string 2", "tieude": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.