Order Management System REST API - Holding Controller
The Holding Controller is responsible for retrieving Asset Holdings and submitting Asset Transactions.
GET all Holdings
Section titled “GET all Holdings”GET /holding
Performing a GET on this URL retrieves all Holdings.
Query Parameters
Section titled “Query Parameters”Parameter | Expected | Description |
---|---|---|
asAt | Optional | An ISO8601 date and time. The results returned will be those at the given timestamp. If omitted, returns the latest results. |
Response
Section titled “Response”On success, a 200 response containing an array of CashPosition objects.
POST Asset Transfer
Section titled “POST Asset Transfer”POST /holding
Performing a POST to this URL submits an Asset Transfer Request.
A single AssetTransferRequest object.
Response
Section titled “Response”On success, a 204 response with no body. On failure, a 422 response with a body containing an array of one or more error codes describing the problem.