Operation: OpenBatchV3
Opens a new batch. If there are other open batches for this user,
and CloseExistingBatch is true, closes those batches before creating the new batch.
Returns the batch response DTO.
Operation: GetBatchesV3 Paginated
Operation: GetBatchV3
Operation: EditBatchV3
Operation: DeleteBatchV3
Operation: CloseBatchV3
Operation: GetBatchLogsV202509
Retrieves all move operation logs for a specific batch
Operation: 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.
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.