GET /api/v3/meter/{meterId}/list/bill/excelexport

Export list data to excel spreadsheet format

MeterBillListExcelExportV3 Permissions: BillsAndBatches (View)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
meterId The meter to export bills from integer (int32) Required

Responses

200 OK The request succeeded and the response body contains the requested data.
204 No Content The request succeeded. No content is returned in the response body.