CalculatedBill
GET
11 endpoints
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/accountLineItem
GetAccountLineItemsV3
Retrieves the account-level line items for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/cost
GetCalculateBillCostV3
Retrieves the cost calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/demand
GetCalculateBillDemandV3
Retrieves the demand calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}
GetCalculateBillDetailsV3
Retrieves the full details of a calculated bill version including use, cost, demand, and line items
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/use
GetCalculateBillUseV3
Retrieves the use (consumption) calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/chargebackTask
GetCalculatedBillChargebackTaskByVersionV3
Retrieves chargeback processing tasks for a specific calculated bill version
/api/v3/meter/{meterId}/calculatedBill
GetCalculatedBillsV3
Retrieves all calculated bill versions assigned to a specific meter
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill
GetCalculatedBillVersionHistoryV3
Retrieves the calculated bill version history for a specific account-meter relationship
/api/v3/calculatedBill
GetCalculatedBillVersionsV3
Retrieves a paginated list of calculated bill versions, with optional filtering
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/meterLineItem
GetMeterLineItemsV3
Retrieves the meter-level line items for a calculated bill version
/api/v3/recalculateChargebackFlags
RecalculateChargebackFlagsV3
Recalculates all account and meter chargeback flags system-wide
PUT
6 endpoints
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/accountLineItem
ManageAccountLineItemsV3
Manages the account-level line items for a calculated bill version (create, update, delete)
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/cost
ManageCalculateBillCostV3
Creates or updates the cost calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/demand
ManageCalculateBillDemandV3
Creates or updates the demand calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/use
ManageCalculateBillUseV3
Creates or updates the use (consumption) calculation configuration for a calculated bill version
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill
ManageCalculatedBillVersionHistoryV3
Manages the calculated bill version history for an account-meter relationship (create, update, delete)
/api/v3/account/{accountId}/meter/{meterId}/calculatedBill/{versionId}/meterLineItem
ManageMeterLineItemsV3
Manages the meter-level line items for a calculated bill version (create, update, delete)