POST api/users/report
Request Information
URI Parameters
None.
Body Parameters
UserReportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
Required |
|
| StartDate | date |
Required |
|
| EndDate | date |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "99072b0e-6405-4cb9-9ccc-0a0dc20f031c",
"StartDate": "2025-11-05T10:38:49.3120767+00:00",
"EndDate": "2025-11-05T10:38:49.3120767+00:00",
"IP": "sample string 4",
"UserAgent": "sample string 5",
"Browser": "sample string 6",
"BrowserVersion": "sample string 7",
"Platform": "sample string 8"
}
application/xml, text/xml
Sample:
<UserReportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <Browser>sample string 6</Browser> <BrowserVersion>sample string 7</BrowserVersion> <IP>sample string 4</IP> <Platform>sample string 8</Platform> <UserAgent>sample string 5</UserAgent> <EndDate>2025-11-05T10:38:49.3120767+00:00</EndDate> <ID>99072b0e-6405-4cb9-9ccc-0a0dc20f031c</ID> <StartDate>2025-11-05T10:38:49.3120767+00:00</StartDate> </UserReportRequest>
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.