POST api/reports
Request Information
URI Parameters
None.
Body Parameters
CreateReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ReportedUserId | globally unique identifier |
None. |
|
| JobId | globally unique identifier |
None. |
|
| ReportType | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"reportedUserId": "2f881f48-3412-4dc1-a7de-5f00d862d472",
"jobId": "7c1707bb-5ade-4c8d-b937-25a97e77a5a4",
"reportType": "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.