Operation: DistributeAccountChargesToMetersForBillsInBatchV202104
For each bill in the provided batch which has account-level charges, distribute these account charges amongst the meters on the bill.
This is done proportionally by meter use or cost, depending on the split basis.
Maximum of 10000 bills can be processed at one time.
| Parameter | Description | Type | Location |
|---|---|---|---|
| batchId | ID for the batch containing bills for which account charges will be distributed to metersRequired | integer | Path |
Type Reference: DistributeAccountChargesBaseV202104
| Parameter | Description | Type |
|---|---|---|
| splitBasis | Determines if account charges should be assigned proportionally based on the usage values of each meter or based on the bill cost from each meter. If not provided, defaults to “Usage”. One of ‘Usage’, ‘Cost’, “ Case sensitive Required (defined) |
integer |
{
"splitBasis": 1
}Type Reference: UpdateResult
| Parameter | Description | Type |
|---|---|---|
| selected | Required (defined) | integer |
| updated | Required (defined) | integer |
{
"selected": 1,
"updated": 1
}