EnergyCAP Developer
Documentation API Reference
Guides
Getting Started
Getting Started Environments API Authentication Paging Filters Field Reduction API Versioning Webhooks
SDKs
Overview C# SDK Python SDK (Beta) Angular/TypeScript SDK (Beta) PowerShell
SSO
Overview Microsoft Entra ID Okta
Reference
API Reference
Account AccountDigest AccountMeter Accrual Activity Admin Api ApiKey Audit Authentication Batch Bill BillAccountChargeSplit BillImportRule BillSplit BillView Budget CalculatedBill Channel ChargebackEngine ChargebackTask ChargebackWorkflow Collection Commodity CommodityCategory CommodityDigest CostCategory CostCenter CostCenterDigest Country Customer Dashboard DataPoint EmissionRecord EmissionSource EnergyProject EnergyStar Environment EsaChannel EsaPlace EsaReading EsaReadingNote EUIGoal Export FileStore Filter Flag Formula GeneralLedger GHG Hierarchy Import List Me Meter MeterDigest MeterGroup MeterGroupDigest Notification Observation ObservationType Place PlaceBenchmark PlaceDigest PlaceGroup PlaceGroupDigest PostalCode PrimaryUse Rate RateDigest Report ReportBuilder ReportDistribution Route Savings Schedule Search Sentinel Setup SummaryAccount SystemUser Tag Task Template TimeZone UDF Unit UserGroup UserRole UtilityPlatform Vendor VendorDigest Watts WeatherStation WebCaptureCredential WebCapturePartner Webhook Widget Workflow
API Reference / BillSplit

BillSplit

GET 7 endpoints
/api/v3/account/{accountId}/billSplit/parent GetAccountBillSplitParentDetailsV3
Retrieves bill split parent (source) information for an account
/api/v3/account/{accountId}/meter/{meterId}/billSplit/{versionId}/chargebackTask GetBillSplitChargebackTaskByVersionV3
Retrieves chargeback processing tasks for a specific bill split version
/api/v3/account/{accountId}/meter/{meterId}/billSplit/{versionId} GetBillSplitDetailsV3
Retrieves the full details of a bill split distribution version, including instructions and inputs
/api/v3/account/{accountId}/billSplit GetBillSplitsV3
Retrieves all bill split versions assigned to a specific account
/api/v3/account/{accountId}/meter/{meterId}/billSplit GetBillSplitVersionHistoryV3
Retrieves the bill split version history for a specific account-meter relationship
/api/v3/billSplit GetBillSplitVersionsV3
Retrieves a paginated list of bill split versions, with optional filtering
/api/v3/meter/{meterId}/billSplit/parent GetMeterBillSplitParentDetailsV3
Retrieves bill split parent (source) information for a meter
PUT 2 endpoints
/api/v3/account/{accountId}/meter/{meterId}/billSplit/{versionId} ManageBillSplitDetailsV3
Updates the details (instructions and inputs) of a bill split distribution version
/api/v3/account/{accountId}/meter/{meterId}/billSplit ManageBillSplitVersionHistoryV3
Manages the bill split version history for an account-meter relationship (create, update, delete)