Skip to content

Order Management System REST API - Holding Controller

The holding/bulk URI provides alllows for performing 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.

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.