FA - Reject Assignment to Offering

A service provider, such as a fund administrator, can decline a role for an offering by rejecting the assignment.

Details

/external/v1/service-providers/reject

Synopsis

Reject Assignment to Offering

put

This route is used by a service provider (e.g. Fund Admin) to reject 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 "accept" endpoint has been called. In this case, this will prevent further actions from being executed on this security and this organization will no longer be entitled to receiving new transactions' data. It triggers an asynchronous process that will persist this information on the blockchain, which can be monitored using the "Transactions API" endpoints. This endpoint can be called by applications with access to scope "manageServiceProviders".

Required scopes
This endpoint requires the following scopes:
  • : manageServiceProviders
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
transactionDataall ofRequired

This property contains the transactional data information, i.e. which is the security being affected by this action

Example: {"securityId":"USS3JKS01I00","signer":{"email":"[email protected]","name":"John Doe"}}
Responses
200

Successfully triggered the rejection

application/json
put
/external/v1/service-providers/reject

Important Notes

\

Last updated

Was this helpful?