POST api/GroupEvents/AddEventComment_v2

Request Information

URI Parameters

None.

Body Parameters

EventCommentWithCommentSyestem
NameDescriptionTypeAdditional information
eventId

integer

None.

comment

string

None.

accountGuid

globally unique identifier

None.

date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "eventId": 1,
  "comment": "sample string 2",
  "accountGuid": "28f73d24-12f1-4a5e-bd21-749997330d3c",
  "date": "2026-04-16T18:18:04.0883982+03:00"
}

text/plain, application/octet-stream

Sample:
{"eventId":1,"comment":"sample string 2","accountGuid":"28f73d24-12f1-4a5e-bd21-749997330d3c","date":"2026-04-16T18:18:04.0883982+03:00"}

application/xml, text/xml

Sample:
<EventCommentWithCommentSyestem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Models.Groups_api_models">
  <accountGuid>28f73d24-12f1-4a5e-bd21-749997330d3c</accountGuid>
  <comment>sample string 2</comment>
  <date>2026-04-16T18:18:04.0883982+03:00</date>
  <eventId>1</eventId>
</EventCommentWithCommentSyestem>

multipart/form-data, application/form-data

Sample:
<EventCommentWithCommentSyestem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.Models.Groups_api_models"><accountGuid>28f73d24-12f1-4a5e-bd21-749997330d3c</accountGuid><comment>sample string 2</comment><date>2026-04-16T18:18:04.0883982+03:00</date><eventId>1</eventId></EventCommentWithCommentSyestem>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain, application/octet-stream, application/xml, text/xml, multipart/form-data, application/form-data

Sample:

Sample not available.