---
title: "Створити нотатку"
method: POST
path: "/clients/{client_id}/comments"
tags: ["Clients"]
---

# Створити нотатку

`POST /clients/{client_id}/comments`

**Метод додає нотатку в журнал дій по клієнту.**

## Path parameters

- `client_id` integer, required

## Request body

- object
  - `note` string, required — Нотатка

## Response `201`

Успішно створено

- CreatedResponse
  - `id` integer — Ідентифікатор сутності
  - `created_at` string — Дата та час створення
  - `updated_at` string — Дата та час оновлення

## Other responses

- `401` — Невірний APIKey
- `422` — Помилка валідації

---

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