TA - Accept Assignment to Offering

Once a service provider, such as a transfer agent accepts assignment to an offering, they can take part in certain tasks associated with the lifecycle of that offering.

Details

/external/v1/service-providers/acceptarrow-up-right

Synopsis

Accept Assignment to Offering

put

This route is used by a service provider (e.g. Fund Admin) to accept the assignment to an existing offering. This can be invoked if the current organization has been assigned to a particular security. It can also be invoked at any time after the "reject" endpoint has been called. It triggers an asynchronous process that will persist this information on the blockchain, which can be monitored using the "Transactions API" endpoints, after which a background job will be triggered so that this organization can catch up to all the data related to this security (investors, accounts, assets, tender offers, capital events, ...). This endpoint can be called by applications with access to scope "manageServiceProviders".

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

Successfully triggered the acceptance

application/json
processIdstringRequired

This is used to uniquely identity a transaction process on this system.

Example: 2159457f-0167-4e93-a969-9cf0db05e0bf
orchestrationIdstringRequired

The orchestration id. It is used to uniquely identity a group of transactions that are being orchestrated following an action request.If a processId was passed as an input to the action, it will be returned on this property.

Example: 2159457f-0167-4e93-a969-9cf0db05e0bf
put
/external/v1/service-providers/accept

Important Notes

\

Last updated

Was this helpful?