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": "c1a091d5-67bd-464b-872e-245d4272ee2e",
"accountGuid": "d0ea1908-9eea-4cf1-ba58-248be1c2a9d9"
}
text/plain, application/octet-stream
Sample:
{"surveyId":1,"commentGuid":"c1a091d5-67bd-464b-872e-245d4272ee2e","accountGuid":"d0ea1908-9eea-4cf1-ba58-248be1c2a9d9"}
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>d0ea1908-9eea-4cf1-ba58-248be1c2a9d9</accountGuid> <commentGuid>c1a091d5-67bd-464b-872e-245d4272ee2e</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>d0ea1908-9eea-4cf1-ba58-248be1c2a9d9</accountGuid><commentGuid>c1a091d5-67bd-464b-872e-245d4272ee2e</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.