---
title: "Add notes to an opportunity"
method: POST
path: "/v1/opportunities/{opportunity_id}/notes"
---

# Add notes to an opportunity

`POST /v1/opportunities/{opportunity_id}/notes`

Supply the unique id od the opportunity as `opportunity_id` and request body to this API and this API will add notes to that opportunity.

## Path parameters

- `opportunity_id` string, required

## Query parameters

- `notes` string, required
- `updated_by_id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
