---
title: "Create Note"
method: POST
path: "/api/budget/notas"
tags: ["copilot_frontend", "copilot_budget", "budget-commercial-notes"]
---

# Create Note

`POST /api/budget/notas`

Crea una nueva nota comercial.
Accesible por comerciales y admins.

## Request body

- BackendApiSchemasBudgetCommercialNotesCreateNoteRequest
  - `email` string, email, required
  - `user_id` integer, required
  - `contenido_nota` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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