---
title: "Create Opportunity Comment"
method: POST
path: "/opportunities/comments"
tags: ["OPPORTUNITIES"]
---

# Create Opportunity Comment

`POST /opportunities/comments`

## Query parameters

- `navigationSource` string, nullable

## Headers

- `x-tenant` string, required

## Request body

- AddCommentRequest
  - `opportunity_id` string, required
  - `instance_id` integer, required
  - `comment` string, required

## Response `201`

Successful Response

- CommentResponse
  - `id` string, required
  - `opportunity_id` string, required
  - `instance_id` integer, nullable
  - `comment` string, required
  - `created_by` integer, nullable
  - `timestamp` string, date-time, required
  - `updated_at` string, date-time, nullable
  - `edited` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
