---
title: "POST /Referrals/{id}/messages"
method: POST
path: "/Referrals/{id}/messages"
tags: ["Referrals"]
---

# POST /Referrals/{id}/messages

`POST /Referrals/{id}/messages`

## Path parameters

- `id` string, required

## Request body

- CreateReferralMessageDto
  - `referralId` string
  - `threadId` string, nullable
  - `subject` string
  - `content` string
  - `attachmentIds` string[], nullable

## Response `200`

OK

- ReferralMessageDto
  - `id` string
  - `referralId` string
  - `threadId` string, nullable
  - `senderId` string
  - `senderName` string, nullable
  - `senderClinic` string, nullable
  - `subject` string
  - `content` string
  - `isRead` boolean
  - `readAt` string, date-time, nullable
  - `sentAt` string, date-time
  - `attachmentIds` string[], nullable
  - `createdAt` string, date-time

---

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