Skip to main content
POST
/
iser
/
bill
/
download
Download iser bill.
curl --request POST \
  --url https://api.example.com/iser/bill/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "StatementMonth": "8",
  "StatementYear": "2023"
}
'
"<string>"

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
StatementMonth
integer<int32>
default:8
required
StatementYear
integer<int32>
default:2023
required

Response

Success

The response is of type file.