POST api/Survey/DeleteComment
Request Information
URI Parameters
None.
Body Parameters
SurveyDeleteCommentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| surveyId | integer |
None. |
|
| commentGuid | globally unique identifier |
None. |
|
| accountGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"surveyId": 1,
"commentGuid": "44556854-6d27-4a19-ba97-66b7c9cade0c",
"accountGuid": "fcf7cd1b-6973-4b13-9e29-48db93342b3f"
}
text/plain, application/octet-stream
Sample:
{"surveyId":1,"commentGuid":"44556854-6d27-4a19-ba97-66b7c9cade0c","accountGuid":"fcf7cd1b-6973-4b13-9e29-48db93342b3f"}
application/xml, text/xml
Sample:
<SurveyDeleteCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"> <accountGuid>fcf7cd1b-6973-4b13-9e29-48db93342b3f</accountGuid> <commentGuid>44556854-6d27-4a19-ba97-66b7c9cade0c</commentGuid> <surveyId>1</surveyId> </SurveyDeleteCommentModel>
multipart/form-data, application/form-data
Sample:
<SurveyDeleteCommentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RashakaApi.ApiRequestBody"><accountGuid>fcf7cd1b-6973-4b13-9e29-48db93342b3f</accountGuid><commentGuid>44556854-6d27-4a19-ba97-66b7c9cade0c</commentGuid><surveyId>1</surveyId></SurveyDeleteCommentModel>
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.