---
title: "Post Ticket Reply"
method: POST
path: "/Tickets/Reply"
tags: ["Tickets"]
---

# Post Ticket Reply

`POST /Tickets/Reply`

**Auth:** Authenticated - any signed-in user.

Post a reply to a ticket

## Query parameters

- `page` integer, required
- `pageSize` integer, required
- `includes` string[], nullable
- `sort` string, nullable
- `filter` string, nullable

## Request body

- PostTicketReplyRequest
  - `files` CoreFile[], nullable
    - `id` integer
    - `name` string
    - `contentType` string
    - `content` string, byte
    - `tags` string, nullable
    - `uploadedDate` string, date-time
    - `uploadedBy` string
    - `anyoneDownload` boolean
    - `lastModified` string, date-time
    - `size` integer, nullable
    - `viewInBrowser` string, nullable
    - `downloadInBrowser` string, nullable
    - `tempId` string, nullable
  - `body` string, nullable
  - `ticketId` integer
  - `userId` integer

## Response `204`

Success - Success

## Other responses

- `400` — An Error Occurred - Explain Error
- `401` — Unauthorized

---

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