Click or drag to resize

AcademicServiceDeletePendingCourseRequest Method

Deletes a pending course request.

Namespace:  (Default Namespace)
Assembly:  SeniorSystemsWS (in SeniorSystemsWS.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public Result DeletePendingCourseRequest(
	CourseRequest request,
	string authKey
)

Parameters

request
Type: SeniorSystemsWS.Entity.AcademicCourseRequest
An existing pending course request (Must provide School, Student, Course).
authKey
Type: SystemString
Authentication Key obtained from the loginExt method in UserManagementService for a current administrator connection.

Return Value

Type: Result
A Result object.
Exceptions
ExceptionCondition
ApplicationExceptionInvalid authorization key
Remarks
Result.IsSuccess is True, if the call was successful; otherwise, Result.Message will contain error codes.

An error will occur if the Course ID is not already requested and exists in the pending table.

For the request parameter, only the SchoolID, StudentID and CourseID properties will be referenced.

The authorization key provided must be linked to an administrator role.

See Also