Order Management System REST API - Holding Controller
The holding/bulk
URI provides alllows for performing bulk asset transfers.
Submit bulk Asset Transfers
Section titled “Submit bulk Asset Transfers”POST /holding/bulk
Submits multiple Asset Transfer Requests for processing.
Requires the Alter
feature permission.
An array of one or more AssetTransferRequest objects.
Response
Section titled “Response”Code | Status | Description |
---|---|---|
204 | Success | Update completed successfully, or the update would make no changes. |
403 | Failure | The authenticated identity does not have the Alter permission. |
422 | Failure | Invalid data was provided. Content is a JSON array of one or more error codes describing the problem. |