Add portfolio company
Adds a company to a fund's portfolio. A company can be held by several funds, but only once per fund – a second attempt for the same pair returns a 409.
Request Body
application/jsonOptionalcompany_idRequiredstringCompany the fund holds
Pattern:
"^\\d+$"fund_idRequiredstringFund that holds it
Pattern:
"^\\d+$"investment_phasestringStage the fund first invested at
date_of_first_investmentstringOverride for the date of first investment, used for sorting. Leave unset to derive it from the investments.
Pattern:
"^\\d{4}-\\d{2}-\\d{2}$"fieldsobjectCustom fields
Credentials
Bearer
Portfolio company created