POST api/renewables/getRenewablesData

Request Information

URI Parameters

None.

Body Parameters

RenewablesQueryModel
NameDescriptionTypeAdditional information
queryType

string

None.

dataType

string

None.

site

string

None.

selectedDate

date

None.

startDate

date

None.

endDate

date

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "queryType": "sample string 1",
  "dataType": "sample string 2",
  "site": "sample string 3",
  "selectedDate": "2024-04-25T07:24:49.4582108-04:00",
  "startDate": "2024-04-25T07:24:49.4582108-04:00",
  "endDate": "2024-04-25T07:24:49.4582108-04:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.