---
title: "POST /api/Comment/CreateLessonComment"
method: POST
path: "/api/Comment/CreateLessonComment"
tags: ["Comment"]
---

# POST /api/Comment/CreateLessonComment

`POST /api/Comment/CreateLessonComment`

## Request body

- CreateCommentVm
  - `id` integer
  - `parentId` integer, nullable
  - `commentType` integer
  - `commentText` string, nullable
  - `displayApproved` boolean
  - `referenceId` integer, nullable
  - `prevPart` integer

## Response `200`

OK

---

[API](https://skmtc.dev/be-hero1/apis/lms-apis.md) · [All operations](https://skmtc.dev/be-hero1/apis/lms-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/be-hero1/lms-apis/revisions/d60da1facbec/schema)
