---
title: "Post Share Appointments"
method: POST
path: "/ParentsEvening/Shared"
tags: ["Parentsevening"]
---

# Post Share Appointments

`POST /ParentsEvening/Shared`

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

Parents' evening - post Share Appointments.

## Request body

- ShareAppointmentsRequest
  - `id` integer, nullable
  - `parentNameId` integer, nullable
  - `viewerEmail` string, nullable
  - `shareLink` string, nullable
  - `eveningId` integer

## Response `200`

Success

- ShareAppointmentsResponse
  - `id` integer, nullable
  - `parentNameId` integer, nullable
  - `viewerEmail` string, nullable
  - `shareLink` string, nullable
  - `eveningId` integer

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

## Changes

- **2026-09-02** `36dba1c77613` — 1 breaking, 1 info
  - the `allOf[#/components/schemas/ParentsEveningViewerDto]/parentNameId` response's property format changed from `int32` to `int64` for status `200`
  - the `allOf[#/components/schemas/ParentsEveningViewerDto]/parentNameId` request property format was generalized from `int32` to `int64`

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