Post Student Status
The PostStudentStatus Web service enables the calling application to update a student's enrollment status in the Anthology Student database.
Within the Web service, business rules provide the following logic:
- Simple validation of input fields (required value and existence of ID checks).
- Status history update.
- Update to enrollment school status.
- Update to student’s school status (student master), but if multiple enrollments exist, updates only if this is the highest enrollment in the status hierarchy for that student.
- Trigger event/document creation for Pre-Enrollment and Enrollment.
- For a “drop” status, remove the student’s schedule (drop the courses).
This is not a fully fledged API> The following items are not provided:
- No enforcement of the status progression grid (any status may be assigned).
- No security authorization permissions of any kind.
- No check for hold status on graduate.
- Financial Aid and Student Accounts are not updated.
Topics in this section: