AM - Update isRepLetterProvided

Details

/external/v1/exclusivity/update-rep-letter-providedarrow-up-right

Synopsis

Updates isRepLetterProvided for Investor Org on Exclusivity list

put

This route is used to update the value of the isRepLetterProvided field for the organization on the exclusivity list. This should only be triggered by the organization that owns the security. 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 "manageExclusivityOptions".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageExclusivityOptions
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
orgIdstring · max: 50Required

The id of the organization. Used to uniquely identify the organization on the ledger

Example: US9QIMA
isRepLetterProvidedbooleanRequired

Set this value to true if the issuer of the security has a rep letter from the distribution partner being assigned to the exclusivity list.

Default: falseExample: true
Responses
chevron-right
200

Successfully triggered the process to update isRepLetterProvided field for the investor org on the exclusive list of this security. The "processId" and "orchestrationId" properties can be used on the "Transactions API" to monitor the status of this asynchronous process.

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/exclusivity/update-rep-letter-provided

Last updated

Was this helpful?