POST api/ThongBaoDuyetPhieu/InsertThongBaoDuyetPhieu
Request Information
URI Parameters
None.
Body Parameters
ThongBaoDuyetPhieuInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ThongBaoDuyetPhieuID | integer |
None. |
|
| LoaiThongBao | string |
None. |
|
| ThoiGian | date |
None. |
|
| NguoiLapPhieu | string |
None. |
|
| NguoiDuyet | string |
None. |
|
| SoCT | string |
None. |
|
| LoaiPhieu | string |
None. |
|
| NoiDung | string |
None. |
|
| TieuDe | string |
None. |
|
| TrangThai | string |
None. |
|
| DaXem | boolean |
None. |
|
| DaXoa | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ThongBaoDuyetPhieuID": 1,
"LoaiThongBao": "sample string 2",
"ThoiGian": "2025-10-29T10:51:38.3649711+07:00",
"NguoiLapPhieu": "sample string 3",
"NguoiDuyet": "sample string 4",
"SoCT": "sample string 5",
"LoaiPhieu": "sample string 6",
"NoiDung": "sample string 7",
"TieuDe": "sample string 8",
"TrangThai": "sample string 9",
"DaXem": true,
"DaXoa": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"Data": {}
}