---
title: "Reply To a Comment"
method: POST
path: "/commentmanager.reply"
tags: ["Comments"]
---

# Reply To a Comment

`POST /commentmanager.reply`

Posts a reply to the comment specified by the `commentThreadTypedId` in the request body.

## Request body

- object
  - `data` object
    - `commentThreadTypedId` string
    - `body` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` CommentThread[]
      - `typedId` string
      - `comments` Comment[]
        - `typedId` string
        - `createdBy` integer
        - `lastUpdateDate` string, date-time
        - `body` string
        - `version` integer
        - `createDate` string, date-time
        - `lastUpdateBy` integer
      - `createdBy` integer
      - `lastUpdateDate` string, date-time
      - `version` integer
      - `relatedObjects` string[] — A transient list of strings representing the identifiers of related objects. This attribute is derived from the relations attribute.
      - `resolved` boolean
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
