Inv - Submit Tender Request

Details

/external/v1/tender-offers/{tenderOfferId}/requestsarrow-up-right

Synopsis

Submit Tender Request

post

This route is used to create a tender request by an investor organization with access to sell the assets in issued state. 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 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 tender offer is in one of the following statuses: ["active"]. This endpoint can be invoked by organizations that have at least one of the following roles on this security: ["investor"]. This endpoint can't be invoked if the security is restricted. This endpoint can be called by applications with access to scope "manageTenderRequest".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageTenderRequest
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenderOfferIdanyRequired

The id that uniquely identifies the tender offer on the ledger.

Example: TEST6688
Body
bookedTradeIdstring · max: 12Optional

This is the booked unique identifier of the tender request. It is optional. If not provided, a new unique identifier will be generated.

Example: USS3JKS01I00
Responses
post
/external/v1/tender-offers/{tenderOfferId}/requests

Important Notes

Last updated

Was this helpful?