POST Committees/CircularComment

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Communities+SaveCircularComment
NameDescriptionTypeAdditional information
GroupId

string

Required

ID

integer

Required

Comment

string

Required

CommentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupId": "sample string 1",
  "ID": 2,
  "Comment": "sample string 3",
  "CommentId": 4
}

application/xml, text/xml

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

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.