AM/FA/Inv - Remove Tender Offer Correlation ID

Details

/external/v1/tender-offers/{tenderOfferId}/correlation-id/remove

Synopsis

Remove Tender Offer Correlation ID

put

This route is used to remove a correlation ID from an existing tender offer. This correlation ID is an externally provided id that uniquely identifies the tender offer within the organization making this call. This correlation ID should be in use by the tender offer involved in this call. This action can be broadcast to all the counterparties that have access to this tender offer. If the action is to be broadcast, then it will trigger an asynchronous process (the id of which is returned on the success response) which can be monitored using the "Transactions API" endpoints. This endpoint can be called by applications with access to scope "manageReferenceData".

Required scopes
This endpoint requires the following scopes:
  • : manageReferenceData
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenderOfferIdanyRequired

The unique identifier of the tender offer on the blockchain

Example: US9QIMAOAS1Q
Body
correlationIdstring · max: 100Required

Externally provided id that uniquely identifies an entity within an organization.

Example: 123245573717
transactionDataall ofRequired

This property contains the transactional data information, i.e. which is the security where we are adding a correlation id to a entity

Example: {"securityId":"USS3JKS01I00","signer":{"email":"[email protected]","name":"John Doe"}}
Responses
put
/external/v1/tender-offers/{tenderOfferId}/correlation-id/remove

Last updated

Was this helpful?