POST api/GroupEvents/DeleteEventComment_v2
Request Information
URI Parameters
None.
Body Parameters
EventDeleteCommentModel_v2| Name | Description | Type | Additional information |
|---|---|---|---|
| eventId | integer |
None. |
|
| commentGuid | globally unique identifier |
None. |
|
| accountGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventId": 1,
"commentGuid": "4ce19a8e-7b99-4241-88c1-ae8eb8e90af3",
"accountGuid": "aef46061-4c75-40b0-aefd-2488908f4752"
}
text/plain, application/octet-stream
Sample:
{"eventId":1,"commentGuid":"4ce19a8e-7b99-4241-88c1-ae8eb8e90af3","accountGuid":"aef46061-4c75-40b0-aefd-2488908f4752"}
application/xml, text/xml
Sample:
<EventDeleteCommentModel_v2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"> <accountGuid>aef46061-4c75-40b0-aefd-2488908f4752</accountGuid> <commentGuid>4ce19a8e-7b99-4241-88c1-ae8eb8e90af3</commentGuid> <eventId>1</eventId> </EventDeleteCommentModel_v2>
multipart/form-data, application/form-data
Sample:
<EventDeleteCommentModel_v2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"><accountGuid>aef46061-4c75-40b0-aefd-2488908f4752</accountGuid><commentGuid>4ce19a8e-7b99-4241-88c1-ae8eb8e90af3</commentGuid><eventId>1</eventId></EventDeleteCommentModel_v2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
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.