---
title: "Submit a Termly Health Form"
method: POST
path: "/TermlyHealth"
tags: ["Termlyhealth"]
---

# Submit a Termly Health Form

`POST /TermlyHealth`

**Requires permissions:** *Guardian* or *Parent*

Submits a health form for one of the parent's children. The form is open all year: parents may submit whenever something changes, not only in a termly window. A submission that reports an actual change emails the pupil's housemaster and the Medical Centre.

## Request body

- PostTermlyHealthRequest
  - `id` integer
  - `pupilId` integer, nullable
  - `term` integer, nullable
  - `pupilName` string, nullable
  - `pupilHouse` string, nullable
  - `pupilYear` integer, nullable
  - `holiday` boolean, nullable
  - `holidayDetails` string, nullable
  - `medication` boolean, nullable
  - `medicationDetails` string, nullable
  - `vaccinations` boolean, nullable
  - `vaccinationsDetails` string, nullable
  - `infections` boolean, nullable
  - `infectionsDetails` string, nullable
  - `submitted` string, date-time, nullable
  - `parentName` string, nullable
  - `changes` boolean, nullable

## Response `200`

Success - Form submitted

## Other responses

- `204` — No Content
- `401` — Unauthorized
- `403` — Not permitted to submit for this pupil

## Changes

- **2026-09-02** `36dba1c77613` — 1 info
  - the `allOf[#/components/schemas/TermlyHealthForm]/pupilId` request property format was generalized from `int32` to `int64`

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/TermlyHealth/post.md)

---

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