Skip to content

Files

15 lines (11 loc) · 1.06 KB

SubstituteClassTeacherRequest.md

File metadata and controls

15 lines (11 loc) · 1.06 KB

SubstituteClassTeacherRequest

Properties

Name Type Description Notes
class_id int The ID of the class to which a substitute teacher needs to be assigned.
staff_id int The staff ID of the teacher to substitute.
override_conflicts bool When `true`, overrides any conflicts in the schedule. [optional]
send_client_email bool When `true`, sends the client an automatic email about the substitution, if the client has opted to receive email. [optional]
send_original_teacher_email bool When `true`, sends the originally scheduled teacher an automatic email about the substitution. [optional]
send_substitute_teacher_email bool When `true`, sends the substituted teacher an automatic email about the substitution. [optional]

[Back to Model list] [Back to API list] [Back to README]