---
title: "Adicionar nota"
method: POST
path: "/notes"
---

# Adicionar nota

`POST /notes`

## Request body

- object
  - `text` string, required — Texto da nota.
  - `user_id` integer — ID do usuário do PipeRun responsável pela nota.
  - `deal_id` integer — ID da oportunidade, caso a nota seja vinculada à uma oportunidade.
  - `company_id` integer — ID da empresa, caso a nota seja vinculada à uma empresa.
  - `person_id` integer — ID da pessoa, caso a nota seja vinculada à uma pessoa.
  - `call_id` integer — ID da chamada, caso a nota seja um comentário de uma chamada.

## Response `201`

201

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `account_id` integer
    - `user_id` integer
    - `deal_id` unknown
    - `company_id` unknown
    - `person_id` unknown
    - `call_id` unknown
    - `user_name` string
    - `text` string
    - `created_at` string
    - `updated_at` unknown

## Other responses

- `404` — 404
- `422` — 422

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
