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

---

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