POST api/LegacyReports/GetData
Request Information
URI Parameters
None.
Body Parameters
LegacyReportsModelName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
Required |
|
startDate | date |
None. |
|
endDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": "ac4ba7e4-60d2-4619-adee-d3f73f64d58a", "startDate": "2025-04-04T05:15:53.1146719+00:00", "endDate": "2025-04-04T05:15:53.1146719+00:00" }
application/xml, text/xml
Sample:
<LegacyReportsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GameAPIV3.Controllers"> <UserID>ac4ba7e4-60d2-4619-adee-d3f73f64d58a</UserID> <endDate>2025-04-04T05:15:53.1146719+00:00</endDate> <startDate>2025-04-04T05:15:53.1146719+00:00</startDate> </LegacyReportsModel>
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.