POST api/comments/flag

Request Information

URI Parameters

None.

Body Parameters

FlagCommentRequest
NameDescriptionTypeAdditional information
CommentID

string

None.

Flag

boolean

None.

Reason

string

None.

Request Formats

application/json, text/json

Sample:
{
  "commentID": "sample string 1",
  "flag": true,
  "reason": "sample string 2"
}

application/xml, text/xml

Sample:
<FlagCommentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cultural.Common">
  <CommentID>sample string 1</CommentID>
  <Flag>true</Flag>
  <Reason>sample string 2</Reason>
</FlagCommentRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StarAPIResponseOfString
NameDescriptionTypeAdditional information
Status

string

None.

Result

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:

Sample not available.