Skip to content

Order Management System REST API - Balance Controller

The balance URI provides access to all Balances and the ability to submit Cash Transfers.

GET /balance

Retrieves all Cash Balances.

Requires the Operator or Admin feature permissions.

ParameterExpectedDescription
asAtOptionalAn ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results.
CodeStatusDescription
200SuccessContent is an array of CashPosition objects.
403FailureThe authenticated identity does not have the Operator or Admin permission.

POST /balance

Submits a Cash Transfer Request for processing.

Requires the Alter feature permission.

A single CashTransferRequest object.

CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Alter permission.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.