Change School Status Drop

The ChangeSchoolStatusDrop WCF service exposes the functionality of dropping a student’s enrollment and executing SAP, which is functionality found in the Anthology Student Academics Module. The name of the service denotes the name of the existing ChangeSchoolStatus service with added functionality; ‘Drop’.

Be aware that this is a different service than ChangeSchoolStatus service. From a functional standpoint, the API supports part of the current functionality as it exists in Anthology Student, specifically the dropping of student enrollments.

ChangeSchoolStatusDrop includes three service methods: one façade, ChangeSchoolStatusDropSap(), that calls the other two: ChangeSchoolStatusDrop(), then  ExecueSap(), located on the ExecuteSap service. The façade is needed because the other two services should not be called independently if the Anthology Student functionality is to be maintained. You should not invoke calls to ChangeSchoolStatusDrop() or ExecueSap(), even though these services exist – always use the façade only.

 

Topics in this section: