---
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

---

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