---
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 termly health form for one of the parent's children.

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