create_teacher_enrollment_by_planned_course_id
Enroll a teacher into a planned course by specifying the course ID, teacher ID, and optional role ID to manage educational assignments.
Instructions
Enroll a teacher to the given planned course.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| planned_course_id | Yes | ID of the teacher enrollment | |
| teacher_id | Yes | Unique identifier of the teacher. | |
| teacher_role_id | No | Unique identifier of the teacher role. |