Add Student
Creates a new student in the classroom.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Student to add to the classroom.
The first name of the student.
1 - 60"John"
The last name of the student.
1 - 60"Smith"
Student's average grade in the class on a 4.0 scale. Two decimal points allowed.
0 <= x <= 43.95
Student's grade level (from 1st to 12th grade), expressed as an integer between 1 and 12.
1 <= x <= 121
Used to indicate if the student is present, late, or absent to class that day.
present, late, absent "present"
Identification number of the student written as a 5-digit number. The first 2 digits indicate the student's grade level. The last 3 digits indicate the student's number within the grade. The system supports up to 999 students in each grade level. Example: '01234', where the student is the 234th student in 1st grade.
5"01234"
Response
A new student resource has been created.
The first name of the student.
1 - 60"John"
The last name of the student.
1 - 60"Smith"
Student's average grade in the class on a 4.0 scale. Two decimal points allowed.
0 <= x <= 43.95
Student's grade level (from 1st to 12th grade), expressed as an integer between 1 and 12.
1 <= x <= 121
Used to indicate if the student is present, late, or absent to class that day.
present, late, absent "present"
Identification number of the student written as a 5-digit number. The first 2 digits indicate the student's grade level. The last 3 digits indicate the student's number within the grade. The system supports up to 999 students in each grade level. Example: '01234', where the student is the 234th student in 1st grade.
5"01234"