AM/TA - Update Positions

Details

/external/v1/position/batch-updatearrow-up-right

Synopsis

Update Positions

put

This route is used to trigger the update of a set of provided positions. This triggers an asynchronous process (the id of which is returned on the success response) to persist this information on the blockchain which can be monitored using the "Transactions API" endpoints. This endpoint can be invoked if the security is in one of the following statuses: ["active","completed","approved_revert_to_active","closed"]. This endpoint can be invoked if the positions are in one of the following statuses: ["sync"]. This endpoint can be invoked only by the organizations that own the positions. This endpoint can't be invoked if the security is restricted. This endpoint can be called by applications with access to scope "managePosition".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : managePosition
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
Responses
chevron-right
200

Successfully triggered the process to update the list of positions on the ledger. The "processId" and "orchestrationId" properties can be used on the "Transactions API" to monitor the status of this asynchronous process.

application/json
put
/external/v1/position/batch-update

Last updated

Was this helpful?