POST api/reportabuse
Request Information
URI Parameters
None.
Body Parameters
EntityReportAbuseRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ParentId | integer |
None. |
|
| EntityType | integer |
None. |
|
| AbuseId | integer |
None. |
|
| ApplicationId | integer |
None. |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ParentId": 1,
"EntityType": 2,
"AbuseId": 3,
"ApplicationId": 4,
"Message": "sample string 5"
}
application/xml, text/xml
Sample:
<EntityReportAbuseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GM.Business.Entity"> <AbuseId>3</AbuseId> <ApplicationId>4</ApplicationId> <EntityType>2</EntityType> <Message>sample string 5</Message> <ParentId>1</ParentId> </EntityReportAbuseRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.