---
title: "Create a note"
method: POST
path: "/notes"
tags: ["Notes"]
---

# Create a note

`POST /notes`

Creates a new note attached to a resource (client, project, invoice, etc.)

## Request body

- object
  - `body` string, required
  - `notable_type` string, required — Type of resource (Client, Project, Invoice)
  - `notable_id` integer, required — ID of the resource

## Response `200`

Successful response

- Note — Note resource
  - `id` integer
  - `body` string
  - `edited` boolean
  - `created_at` string, date-time

## Other responses

- `401` — Unauthenticated
- `422` — Validation error

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/revisions/e8fd192f94c6/schema)
