create_teacher_enrollment
Enroll a teacher to a planned course by specifying course ID, teacher ID, and optional role ID.
Instructions
Enroll a teacher to a planned_course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planned_course_id | Yes | Unique identifier of the planned course. | |
| teacher_id | Yes | Unique identifier of the teacher. | |
| teacher_role_id | No | Unique identifier of the teacher role. |