POST api/v3/forums/forumtopics/threads
Request Information
URI Parameters
None.
Body Parameters
ForumThreadName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
TopicsId | integer |
None. |
|
ThreadName | string |
None. |
|
TopicName | string |
None. |
|
ForumTopic | ForumTopic |
None. |
|
CreatedOn | string |
None. |
|
GenderId | integer |
None. |
|
PhotoURL | string |
None. |
|
CreatedBy | string |
None. |
|
ModifiedOn | string |
None. |
|
ModifiedBy | string |
None. |
|
IsEnabled | boolean |
None. |
|
TenantId | integer |
None. |
|
ForumComments | Collection of ForumComment |
None. |
|
ForumCommentsCount | integer |
None. |
|
CountOfUnreadComment | integer |
None. |
|
ThreadAttachmentlUrl | string |
None. |
|
ImageData | string |
None. |
|
ContentType | string |
None. |
|
IsDeletable | boolean |
None. |
|
IsUserActive | boolean |
None. |
|
ThreadAttachImageName | string |
None. |
|
ThreadAttachImageSize | string |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>