Skip to content

Order Management System REST API - Account Controller

The account URL provides bulk management of Trading Account metadata.

OMS does not use this data itself, and merely provides a central store for consumption by other services.

GET /account

Retrieves all registered Trading Account metadata.

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 AccountDetails objects.

POST /account

Adds or updates the metadata for a Trading Account.

Requires the Alter feature permission.

A single AccountDetails 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.