POST Api/users/reportsv3
Request Information
URI Parameters
None.
Body Parameters
ReportsV3RequestName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
Days | integer |
Required Range: inclusive between 5 and 30 |
|
Start | date |
Required |
Request Formats
application/json, text/json
Sample:
{ "UserID": "a4522aec-2774-404e-87cf-0267e9bfccb4", "Days": 2, "Start": "2025-04-04T05:15:46.1337009+00:00" }
application/xml, text/xml
Sample:
<ReportsV3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Models"> <Days>2</Days> <Start>2025-04-04T05:15:46.1337009+00:00</Start> <UserID>a4522aec-2774-404e-87cf-0267e9bfccb4</UserID> </ReportsV3Request>
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.