Add a list of transactions to a company’s cap table. Supports sales, conversions, and exercises of securities.
Permissions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Created
The ID for the security that was being transacted.
"pvYe"
The ID for the security that was created as a result of the transaction.
"pvYe"
The date of the transaction.
The type of transaction that occurred.
exercise, conversion, sale The number of shares that were transferred or sold as a result of the transaction.
"1000000"
The amount of money that was invested in the transaction.
The amount of money that was received from the transaction.
{ "currency": "USD", "value": "1000000" }