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

# Post Appointment Request

`POST /ParentsEvening/Request`

**Requires permissions:** *Guardian* or *Parent* or *StaffMember*

Parents' evening - post Appointment Request.

## Request body

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

## 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/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)
