Portfolio Company Profiles

Update a Portfolio Company Profile

Update an existing portfolio company profile.

put/portfolio_company_profiles/{id}

Path parameters

idstring uuid required

ID of the portfolio company profile to update

Request body

Response

Portfolio company profile successfully updated

Example response

{
  "portfolio_company_profile": {
    "id": "ec5252fe-9abc-4096-85e9-1374e70a3182",
    "name": "Portfolio company 1",
    "website_url": "https://www.example.com",
    "currency": "USD",
    "created_at": "2023-02-01T22:08:21.175Z",
    "company_id": "cad09a10-73e8-4205-ae67-4e6156f37be8",
    "primary_contact_id": "b9bd9bb5-9b12-48bb-ae93-cdd2eba9af98",
    "fiscal_year_end_month": 12
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.