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-02-04T00:12:58.3187924-08:00",
  "toDate": "2026-02-04T00:12:58.3187924-08: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.