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": "1a2c4cab-6682-4b69-88ab-57a6ea8fe71e", "startDate": "2024-12-15T03:12:35.9512929+00:00", "endDate": "2024-12-15T03:12:35.9512929+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>1a2c4cab-6682-4b69-88ab-57a6ea8fe71e</UserID> <endDate>2024-12-15T03:12:35.9512929+00:00</endDate> <startDate>2024-12-15T03:12:35.9512929+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.