Add share classes to a company’s cap table. Creates new share classes with specified pricing, type, and purchase information.
Permissions:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A list of share classes to add to a company's cap table.
Created
The ID of the company this share class belongs to.
"pvYe"
The ID of the financing round this share class belongs to.
"a2Ne"
Whether the purchase is a primary or secondary transaction.
primary, secondary "primary"
The type of shares in this share class.
common, preferred "preferred"
The name of the share class.
"Series A"
The price per share for this share class.
{ "currency": "USD", "value": "10.00" }The name of the company this share class belongs to. Output only.
"Acme Corp"
The ID of the share class.
"a2Ne"
Whether the share class is included in the fair value calculation. Defaults to True when the purchase_type is primary, otherwise False.
true