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

---

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