---
title: "company note"
method: POST
path: "/v{version}/companies/{id}/note"
tags: ["Company"]
---

# company note

`POST /v{version}/companies/{id}/note`

Add a company note.<p>Scopes: update_company</p>

## Path parameters

- `id` string, required
- `version` string, required

## Request body

- DtosNoteEditable
  - `text` string — The text for the note.
  - `type` 'General' | 'Submission' — The type of note. The default is "General".
  - `reference_id` string — The id of the object to attach this note to. Optional.

## Response `204`

No Content

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
