---
title: "Create Contact Note"
method: POST
path: "/contact_note"
tags: ["Contact Note"]
---

# Create Contact Note

`POST /contact_note`

Create a new contact note

## Query parameters

- `select` string

## Request body

- ContactNote
  - `id` string, uuid — Contact note ID
  - `created_at` string, timestamp with time zone — Contact note creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `contact_id` string, uuid — Contact ID
  - `text` string, text, nullable — Text of contact note
  - `created_by_id` string, uuid, nullable — Contact note created by ID

## Response `200`

The updated Contact Note object

- ContactNote
  - `id` string, uuid — Contact note ID
  - `created_at` string, timestamp with time zone — Contact note creation date
  - `organisation_id` string, uuid — Organisation ID
  - `updated_at` string, timestamp with time zone — Latest update
  - `contact_id` string, uuid — Contact ID
  - `text` string, text, nullable — Text of contact note
  - `created_by_id` string, uuid, nullable — Contact note created by ID

## Other responses

- `201` — The Contact Note was created
- `204` — No Content

---

[API](https://skmtc.dev/getmateo/apis/mateo-api.md) · [All operations](https://skmtc.dev/getmateo/apis/mateo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getmateo/mateo-api/revisions/22a9b3b009d1/schema)
