---
title: "Approve a pending RDVM referral - creates Patient/Client from pending info or links to existing"
method: POST
path: "/Referrals/{id}/approve"
tags: ["Referrals"]
---

# Approve a pending RDVM referral - creates Patient/Client from pending info or links to existing

`POST /Referrals/{id}/approve`

## Path parameters

- `id` string, required

## Request body

- ApproveReferralRequest
  - `existingClientId` string, nullable — Optional: Link to existing client instead of creating new
  - `existingPatientId` string, nullable — Optional: Link to existing patient instead of creating new
  - `appointmentTypeId` string, nullable — Required: The appointment type for the scheduled appointment

## Response `200`

OK

- RdvmReferralDto
  - `id` string
  - `patientName` string
  - `species` string, nullable
  - `specialty` string
  - `status` string
  - `urgency` string
  - `reasonForReferral` string, nullable
  - `assignedDoctorName` string, nullable
  - `scheduledDate` string, date-time, nullable
  - `referralDate` string, date-time
  - `createdAt` string, date-time
  - `unreadMessages` union
    - integer
    - string, int32
  - `threadId` string, nullable — Communication thread ID for unified inbox integration

---

[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)
