POST api/kpi-comparison-report-user/generate
Request Information
URI Parameters
None.
Body Parameters
KPIComparisonReportUser| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestID | integer |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"requestID": 1,
"fromDate": "2026-02-04T00:12:29.7092453-08:00",
"toDate": "2026-02-04T00:12:29.7092453-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.