---
title: "Get the deferred (client-declined) services for a patient, most-recently-declined first.
Each item links back to its appointment for drill-down."
method: GET
path: "/Patients/{id}/deferred-services"
tags: ["Patients"]
---

# Get the deferred (client-declined) services for a patient, most-recently-declined first.
Each item links back to its appointment for drill-down.

`GET /Patients/{id}/deferred-services`

## Path parameters

- `id` string, required

## Response `200`

OK

- DeferredServiceItemDto[]
  - `serviceId` string
  - `appointmentId` string
  - `appointmentDate` string, date-time, nullable
  - `patientId` string
  - `patientName` string
  - `serviceName` string
  - `serviceType` string, nullable — "Procedure", "Inventory", or "Unknown".
  - `lineTotal` union
    - number, double
    - string, double
  - `declinedReason` string, nullable
  - `declinedAt` string, date-time, nullable

## Other responses

- `404` — Not Found

---

[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/revisions/e7d381a5453b/schema)
