/
Add/Remove/Transfer Student from Class
Add/Remove/Transfer Student from Class
Click on the links below to learn how to generate the HTTPS PUT call for each of these methods.
Response
The following fields are included in the response following any of the HTTPS PUT calls listed above.
Field Name | Data Type | Description | Example |
---|---|---|---|
Result | STRING (10) | indicates whether the student is added to/removed/transferred from the class successfully. | SUCCESS ERROR |
Data | JSON/XML | returns null following an HTTPS PUT call to add/remove/transfer a student from a class. | See below for detailed examples. |
Error | STRING (100) | provides explanation if result is ERROR."Null" is returned if result is SUCCESS. | Click here for a list of error messages. |
Note: If you included multiple StudentIDs in the call, there will be individual success or error message for each student.
Examples
Example 1: Add a student to a class
Add the student (StudentID: 151557) to the class (ClassID: 566716)
Example 2: Remove a student from a class
Remove the student (StudentID: 151557) from the class (ClassID: 566716)
Example 3: Transfer a student from one class to another
Transfer the student (StudentID: 151557) from the class (ClassID: 566716) to the class (ClassID: 566717), including test results.
Example 4: Add multiple students to a class
Add multiple students (StudentID: 3544245,1464543,1464542) to a class (ClassID: 3734035), some of which result in errors.
Navigation and Reference
, multiple selections available,
Related content
Edit a Student
Edit a Student
More like this
Search for a Student
Search for a Student
More like this
Icon/Tab Authorization by School and Role
Icon/Tab Authorization by School and Role
More like this
Retrieve ACT/SAT Student Report
Retrieve ACT/SAT Student Report
More like this
Test Assignment
Test Assignment
More like this
Test-Taker Pass-through
Test-Taker Pass-through
More like this