PUT api/Notifies/PutUpdateNotify
Cập nhật nội dung tin nhắn. Chỉ cập nhật phần nội dung và ghi chú
Request Information
URI Parameters
None.
Body Parameters
Dữ liệu tin nhắn cần cập nhật.
TNotifyForUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
ID tin nhắn được sửa |
integer |
None. |
| Content |
Nội dung tin nhắn |
string |
None. |
| Note |
Ghi chú |
string |
None. |
| UserID |
ID người dùng hiện tại |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Content": "sample string 2",
"Note": "sample string 3",
"UserID": 4
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Trả về True nếu cập nhật thành công.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.