POST api/LegacyReports/GetData
Request Information
URI Parameters
None.
Body Parameters
LegacyReportsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | globally unique identifier |
Required |
|
| startDate | date |
None. |
|
| endDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "5ce48744-5fb9-4ed2-93c4-5eccddb76efe",
"startDate": "2025-11-05T10:41:09.5324431+00:00",
"endDate": "2025-11-05T10:41:09.5481265+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>5ce48744-5fb9-4ed2-93c4-5eccddb76efe</UserID> <endDate>2025-11-05T10:41:09.5481265+00:00</endDate> <startDate>2025-11-05T10:41:09.5324431+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.