This route is used to create and launch new offering.
Once this action is complete it will be possible to submit new subscriptions or proceed to the next stages of the security lifecycle.
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 "launchOffering".
Required scopes
This endpoint requires the following scopes:
: launchOffering
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
processIdstringOptional
This is an externally provided id that can be used to identify the asynchronous process that will be triggered by this action. It is optional.
If not provided the system will generate a unique id for this.
If provided, it must have a v4 UUID format.
Example: 2159457f-0167-4e93-a969-9cf0db05e0bf
dryRunbooleanOptional
Set this to true if you want the request to go through the typical request validation stages up until persisting objects to database.
If this is set to true then no data will actually be persisted neither on the database nor the blockchain, but all the request validations will be executed.
Default: falseExample: true
Responses
201
Successfully triggered the process to launch new offering
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
securityIdstringRequired
The security id of the issuance
Example: USCCWSF01I00
legalEntityIdstringRequired
This is the id that uniquely identifies a legal entity of the issuance.
Example: USCCWSF01
accountIdstringRequired
This is the id that uniquely identifies the internal account used for this security.
Example: USCCWST33
shareClassSecurityIdsstring[]Optional
The security id of each share class created
Example: ["USCCWSF01I00"]
dryRunbooleanOptional
This property reflects if the request was executed in dry run mode.
Example: true
400
The following error codes can be returned:
- GN0002
- IS0036
- IS0037
- IS0038
- IS0039
- IS0040
- IS0041
- IS0042
- IS0043
- IS0044
- IS0045
- IS0097
- IS0046
- IS0049
- IS0050
- IS0051
- IS0052
- IS0055
- IS0056
- IS0058
- IS0061
- IS0060
- IS0109
- IS0110
- IS0111
- IS0112
- IS0113
- LE0001
- LE0003
- LE0004
- LE0005
- CI0001
- CI0002
- CI0003
- CI0004
Please refer to the error code dictionary for the details of each error code.
application/json
401
The following error codes can be returned:
- AU0001
- AU0003
Please refer to the error code dictionary for the details of each error code.
application/json
403
The following error codes can be returned:
- AU0002
Please refer to the error code dictionary for the details of each error code.
application/json
409
The following error codes can be returned:
- IS0053
- IS0054
- IS0057
- LE0002
Please refer to the error code dictionary for the details of each error code.
application/json
425
The following error codes can be returned:
- GN0003
Please refer to the error code dictionary for the details of each error code.