POST api/Forums/PostCreateForumTopic

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.

TForumTopicData
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TForumTopicData'.

Response Information

Resource Description

Trả về True nếu cập nhật thành công.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.