---
title: "File the caller's half of a patient's multidisciplinary report"
method: POST
path: "/api/multidisciplinary-reports/submit"
tags: ["multidisciplinary-reports"]
---

# File the caller's half of a patient's multidisciplinary report

`POST /api/multidisciplinary-reports/submit`

Files one expert's report answers

## Request body

- MultidisciplinaryReportSubmitRequest — One expert's half of the monthly report.
  - `patient_id` string, uuid, required
  - `sections` MultidisciplinaryReportSection[], required
    - `sezione` string, required
    - `risposte` object, required

## Response `200`

Successful Response

- MultidisciplinaryReportResponse
  - `id` string, required
  - `nutritionist_id` string, nullable
  - `psychologist_id` string, nullable
  - `patient_id` string, nullable
  - `nutrition_answers` unknown
  - `psychology_answers` unknown
  - `type` string, nullable
  - `created_at` string, date-time, nullable
  - `nutritionist` MultidisciplinaryOperatorResponse
    - `id` string, required
    - `user_id` string, nullable
    - `user` MultidisciplinaryUserResponse
      - `id` string, required
      - `first_name` string, nullable
      - `last_name` string, nullable
  - `psychologist` MultidisciplinaryOperatorResponse
    - `id` string, required
    - `user_id` string, nullable
    - `user` MultidisciplinaryUserResponse
      - `id` string, required
      - `first_name` string, nullable
      - `last_name` string, nullable
  - `patient` MultidisciplinaryPatientResponse
    - `id` string, required
    - `user_id` string, nullable
    - `user` MultidisciplinaryUserResponse
      - `id` string, required
      - `first_name` string, nullable
      - `last_name` string, 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/13c1bce1bdc4/schema)
