POST Communities/Comment

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Communities+SaveComment
NameDescriptionTypeAdditional information
ForumId

string

Required

GroupId

string

None.

Comment

string

Required

Request Formats

application/json, text/json

Sample:
{
  "ForumId": "sample string 1",
  "GroupId": "sample string 2",
  "Comment": "sample string 3"
}

application/xml, text/xml

Sample:
<SaveComment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ForumId>sample string 1</ForumId>
  <GroupId>sample string 2</GroupId>
  <Comment>sample string 3</Comment>
</SaveComment>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.