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)