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": "36e1a242-8082-4cf4-85e7-5e94802ccdc4",
"accountGuid": "a857b84d-a15b-4f70-a233-47f22e2ecf80"
}
text/plain, application/octet-stream
Sample:
{"surveyId":1,"commentGuid":"36e1a242-8082-4cf4-85e7-5e94802ccdc4","accountGuid":"a857b84d-a15b-4f70-a233-47f22e2ecf80"}
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>a857b84d-a15b-4f70-a233-47f22e2ecf80</accountGuid> <commentGuid>36e1a242-8082-4cf4-85e7-5e94802ccdc4</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>a857b84d-a15b-4f70-a233-47f22e2ecf80</accountGuid><commentGuid>36e1a242-8082-4cf4-85e7-5e94802ccdc4</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.