PUT /api/v3/bill/cleanBill/{billId}

Forces clean bill processing on a single bill regardless of its dirty flag

CleanABillV3 Permissions: BillsAndBatches (Edit)
Use this endpoint to recalculate bill account meter data for a specific bill. Unlike PUT /bill/cleanBill, this ignores the dirty flag and processes the bill unconditionally.

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.

Path Parameters

Name Description Type Required
billId Unique numeric identifier of the bill to clean integer (int32) Required

Responses

200 OK The request succeeded and the response body contains the requested data.
404 Not Found The requested resource was not found. Verify the ID or path is correct.