---
title: "Completed appointments with no rebooking on a date"
method: POST
path: "/api/analytics/finance/appointments/no-rebooking-by-date"
tags: ["analytics"]
---

# Completed appointments with no rebooking on a date

`POST /api/analytics/finance/appointments/no-rebooking-by-date`

Returns completed appointments on the given date that have no follow-up rebooked.

## Request body

- NoRebookingByDateRequest — No rebooking by date request model.
  - `date` string, required — Date (YYYY-MM-DD or ISO date)

## Response `200`

Successful Response

- NoRebookingByDateResponse — No rebooking by date response model.
  - `data` NoRebookingByDateRow[] — Rows for the selected date
    - `operator_first_name` string, nullable — Operator first name
    - `operator_last_name` string, nullable — Operator last name
    - `patient_first_name` string, nullable — Patient first name
    - `patient_last_name` string, nullable — Patient last name
    - `appointment_type_name` string, nullable — Appointment type display name
    - `appointment_datetime` string, date-time, nullable — Appointment date and time
    - `patient_status` object, nullable — Patient status flags

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
