POST api/reports/renewal-report

Request Information

URI Parameters

None.

Body Parameters

RenewalReportRequest
NameDescriptionTypeAdditional information
FromDate

date

None.

ToDate

date

None.

FilterType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "2026-04-07T04:21:27.6593411-07:00",
  "toDate": "2026-04-07T04:21:27.6593411-07:00",
  "filterType": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.