---
title: "Create a Note"
method: POST
path: "/api/record/note"
---

# Create a Note

`POST /api/record/note`

## Request body

- object
  - `notetext` string, required — Content of the note, to format use HTML (Primary).
  - `objectid` string — The GUID of the record related to the note.
  - `objecttypecode` integer — Object number of the object the related record belongs to. If you set the objectid field, you MUST set this field as well.
  - `parentnoteid` string — Use a note's GUID to set this note as a reply to it. Make sure the objectid, objecttitle, and objecttypecode fields are identical in both notes.

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.net/fireberry/apis/fireberry-api.md) · [All operations](https://skmtc.net/fireberry/apis/fireberry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fireberry/fireberry-api/versions/ad6720f3920f/schema)
