Create a bus run setup
Creates a scheduled bus run for an academic year, optionally limited to selected grades or classes.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
academic_year_id
name
start_time
end_time
time_type_id
stop_type_id
amount_of_routes
class_ids
grade_ids
days_of_week
Response
Run setup created.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

