---
title: "Create a comment on a portout request"
method: POST
path: "/portouts/{id}/comments"
tags: ["Number Portout"]
---

# Create a comment on a portout request

`POST /portouts/{id}/comments`

Creates a comment on a portout request.

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `body` string — Comment to post on this portout request

## Response `201`

Portout Comment Response

- object
  - `data` PortoutComment
    - `id` string, required
    - `record_type` string — Identifies the type of the resource.
    - `body` string, required — Comment body
    - `portout_id` string — Identifies the associated port request
    - `user_id` string, required — Identifies the user who created the comment. Will be null if created by Telnyx Admin
    - `created_at` string, required — Comment creation timestamp in ISO 8601 format

## Other responses

- `401` — Unauthorized
- `404` — Resource not found
- `422` — Unprocessable entity. Check message field in response for details.

---

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