POST api/News/DeleteComment
Request Information
URI Parameters
None.
Body Parameters
DeleteCommentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsID | string |
None. |
|
| Comment | string |
None. |
|
| Author | string |
None. |
|
| CommentID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"NewsID": "sample string 1",
"Comment": "sample string 2",
"Author": "sample string 3",
"CommentID": "sample string 4"
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true