POST api/PagePosts/PostCreatePageTopic
Tạo mới chủ đề diễn. Chỉ người được cấp quyền mới có thể thực hiện chức năng này.
Request Information
URI Parameters
None.
Body Parameters
Dữ liệu chủ đề được thêm.
TPageTopicData| Name | Description | Type | Additional information |
|---|---|---|---|
| Content |
Nội dung chủ đề |
string |
None. |
| Note |
Ghi chú chủ đề |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Content": "sample string 1",
"Note": "sample string 2"
}
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.