---
title: "Create Handout"
method: POST
path: "/api/2.0/handouts/"
tags: ["Handouts"]
---

# Create Handout

`POST /api/2.0/handouts/`

## Request body

- Handout — Contains only webhooks All other fields inherited
  - `content` Content, required — The Content serializer. It serialize file data
    - `base64_content` string, required
    - `content_type` string
    - `original_filename` string, required
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `name` string, required — The name of the handout.
  - `practice_created` integer, required
  - `received_date` string, date-time
  - `tags` string[]
  - `type` 'Patient Resource' | 'VIS', required
  - `vis_barcode` string, nullable — Should only be set if the type == VIS.

## Response `201`

- Handout — Contains only webhooks All other fields inherited
  - `content` Content, required — The Content serializer. It serialize file data
    - `base64_content` string, required
    - `content_type` string
    - `original_filename` string, required
  - `created_date` string, date-time, nullable
  - `deleted_date` string, date-time, nullable
  - `id` integer
  - `name` string, required — The name of the handout.
  - `practice_created` integer, required
  - `received_date` string, date-time
  - `tags` string[]
  - `type` 'Patient Resource' | 'VIS', required
  - `vis_barcode` string, nullable — Should only be set if the type == VIS.

---

[API](https://skmtc.net/elationhealth/apis/api-authentication.md) · [All operations](https://skmtc.net/elationhealth/apis/api-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elationhealth/api-authentication/versions/c060f89d4de7/schema)
