Create a course schedule slot
Creates a recurring course slot with its academic year, audience, staff, and time boundaries.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
academic_year_id
course_id
staff_member_id
audience_type
Allowed values:
audience_id
week_in_cycle
day_of_week
start_time
end_time
calendar_schedule_id
effective_start_date
effective_end_date
active
Response
Course schedule slot created successfully.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

