---
title: "Create a call conoscitiva record"
method: POST
path: "/api/call-followup-reports"
tags: ["call-followup-reports"]
---

# Create a call conoscitiva record

`POST /api/call-followup-reports`

## Request body

- CallFollowupReportCreateRequest
  - `patient_id` string, uuid, required
  - `appointment_id` string, uuid, nullable
  - `journey_description` string, nullable

## Response `201`

Successful Response

- CallFollowupReportResponse
  - `id` string, uuid, required
  - `patient_id` string, uuid, required
  - `patient_name` string, nullable
  - `appointment_id` string, uuid, nullable
  - `appointment_datetime` string, date-time, nullable
  - `payment_date` string, date-time, nullable
  - `subscription_date` string, date-time, nullable
  - `journey_description` string, nullable
  - `created_at` string, date-time, nullable

## 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/d6ed0fec5d4f/schema)
