---
title: "Post Book Appointment"
method: POST
path: "/ParentsEvening/Appointment"
tags: ["Parentsevening"]
---

# Post Book Appointment

`POST /ParentsEvening/Appointment`

**Requires permissions:** *Guardian* or *Parent* or *ParentsEvening* or *Student*

Parents' evening - post Book Appointment.

## Request body

- BookAppointmentRequest
  - `id` integer
  - `teacherNameId` integer
  - `setId` integer
  - `slotId` integer
  - `eveningId` integer
  - `dateId` integer
  - `pupilNameId` integer
  - `parentNameId` integer
  - `attended` boolean
  - `cancelling` boolean
  - `notes` string, nullable
  - `pupil` ParentsEveningContactDto
    - `nameId` integer
    - `staffId` integer
    - `preferredName` string, nullable
    - `surname` string, nullable
    - `email` string, nullable
    - `telephone` string, nullable
    - `photo` string, nullable
    - `role` string, nullable
  - `parent` ParentsEveningContactDto
    - `nameId` integer
    - `staffId` integer
    - `preferredName` string, nullable
    - `surname` string, nullable
    - `email` string, nullable
    - `telephone` string, nullable
    - `photo` string, nullable
    - `role` string, nullable
  - `showJoin` boolean
  - `canCancel` boolean
  - `hidden` boolean

## Response `200`

Success

- BookAppointmentResponse
  - `successful` boolean
  - `message` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-09-02** `36dba1c77613` — 7 info
  - the `allOf[#/components/schemas/ParentsEveningAppointmentDto]/parent/oneOf[#/components/schemas/ParentsEveningContactDto]/nameId` request property format was generalized from `int32` to `int64`
  - the `allOf[#/components/schemas/ParentsEveningAppointmentDto]/parent/oneOf[#/components/schemas/ParentsEveningContactDto]/staffId` request property format was generalized from `int32` to `int64`
  - the `allOf[#/components/schemas/ParentsEveningAppointmentDto]/parentNameId` request property format was generalized from `int32` to `int64`
  - the `allOf[#/components/schemas/ParentsEveningAppointmentDto]/pupil/oneOf[#/components/schemas/ParentsEveningContactDto]/nameId` request property format was generalized from `int32` to `int64`
  - …3 more

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/ParentsEvening/Appointment/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)
