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

## Changes

- **2026-09-02** `36dba1c77613` — 3 info
  - the `allOf[#/components/schemas/ParentsEveningAppointmentRequestDto]/parentNameId` request property format was generalized from `int32` to `int64`
  - the `allOf[#/components/schemas/ParentsEveningAppointmentRequestDto]/pupilNameId` request property format was generalized from `int32` to `int64`
  - the `allOf[#/components/schemas/ParentsEveningAppointmentRequestDto]/staffNameId` request property format was generalized from `int32` to `int64`

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