---
title: "Create a comment for a porting order"
method: POST
path: "/porting_orders/{id}/comments"
tags: ["Porting Orders"]
---

# Create a comment for a porting order

`POST /porting_orders/{id}/comments`

Creates a new comment for a porting order.

## Path parameters

- `id` string, uuid, required

## Request body

- CreatePortingOrderComment
  - `body` string

## Response `201`

Successful response

- object
  - `data` PortingOrdersComment
    - `id` string, uuid
    - `body` string — Body of comment
    - `porting_order_id` string, uuid
    - `user_type` 'admin' | 'user' | 'system' — Indicates whether this comment was created by a Telnyx Admin, user, or system
    - `record_type` string — Identifies the type of the resource.
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.

## Other responses

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

---

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