POST api/reviews/{id}/report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
ReportReviewDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Reason | string |
Required String length: inclusive between 0 and 200 |
|
| Description | string |
String length: inclusive between 0 and 2000 |
Request Formats
application/json, text/json
Sample:
{
"reason": "sample string 1",
"description": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.