POST api/reports/generate-requests-report
Request Information
URI Parameters
None.
Body Parameters
RejectionAndMoreInformationReportsUser| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| StatusID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"fromDate": "2026-02-04T00:18:27.244216-08:00",
"toDate": "2026-02-04T00:18:27.244216-08:00",
"statusID": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.