---
title: "Patch Appointment Request"
method: PATCH
path: "/ParentsEvening/Request"
tags: ["Parentsevening"]
---

# Patch Appointment Request

`PATCH /ParentsEvening/Request`

**Requires permission:** *StaffMember*

Parents' evening - patch Appointment Request.

## Request body

- PatchAppointmentRequestRequest
  - `id` integer
  - `eveningId` integer
  - `staffNameId` integer
  - `dateId` integer
  - `pupilNameId` integer
  - `parentNameId` integer
  - `studentUpi` string, guid, nullable
  - `staffUpi` string, guid, nullable
  - `decision` integer
  - `subject` string, nullable
  - `notes` string, nullable
  - `setId` integer
  - `slotId` integer

## Response `200`

Success

## Other responses

- `204` — No Content
- `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)
