Create a PTA event
Creates a parent-teacher event, calculates its end time from school settings, and returns its generated schedule.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects a multipart form.
academic_year_id
title
start_date
pta_gap_parent_count
pta_schedule_type_id
pta_slot_duration_id
pta_slot_meeting_count
grade_ids
class_ids
staff_member_ids
parent_type
Allowed values:
exclude_staff_children
Response
Created schedule or a PTA calculation/time business-rule error envelope.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error

