POST api/News/DeleteComment

Request Information

URI Parameters

None.

Body Parameters

DeleteCommentInfo
NameDescriptionTypeAdditional 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

boolean

Response Formats

application/json, text/json

Sample:
true