Batch
GET
3 endpoints
PUT
4 endpoints
/api/v3/batch/close/{batchId}
CloseBatchV3
/api/v202104/batch/{batchId}/distributeAccountCharges
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.
/api/v3/batch/{batchId}
EditBatchV3
/api/v202206/batch/{batchId}/status
UpdateBatchStatusV202206
Update the status of a batch.
Requesting user must have BillAndBatches Create to update their own batch or to open another user's pending batch.
User must have BillsAndBatches Manage to update another user's batch to closed or pending.
If opening another user's batch,
the requesting user's open batches (if any) will be set to Pending status if LeaveOpenBatchesAsIs is not set or is false.
the requesting user's open batches (if any) will be left open if LeaveOpenBatchesAsIs is true.
See 'Batch Statuses' section below for more information.
DELETE
1 endpoint