POST /api/v3/generatebillimport

ExportHistoricalBillsV3 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, including the request body.

Query Parameters

Name Description Type Required
exportFileName string Optional

Request Body

BillActionHistoricalExport
Property Description Type
ids Cannot be Empty integer[]
vpr One of ‘’, ‘V’, ‘P’, ‘R’ string
Example Request Body application/json
{  "ids": [
    1
  ],  "vpr": "string"
}

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

Type: string (binary)

Example Response application/json
"string"