Update Section Registration Action

A field marked with an asterisk "*" indicates the field is a required input for this action.

This action can be used for dropping a course section or updating academic level, credit, or grade scheme of a section.

Input Fields

Field Description

Section Registration ID*

The Guid identifier of the section registration the student wants to update

Retrieve this using one of the Search actions for "Section Registration"

Academic Level ID

The Guid identifier for the Academic level of the section registration the student is attempting to update

Retrieve this using one of the Search actions for "Section" or from the Get Academic Level list action.

The value must be from the list of valid Academic levels for the section.

Optional, if not specified it will remain as is.

Credit

Consists of 1 sub-field: registrationCredit.

registrationCredit is an integer representing how much credit the student will receive.

Valid values are based on the minimum, maximum and increment fields from the "CourseCredit" fields retrieved from the Search actions for "Section".

Optional, the existing value will remain if not specified.

Will be set to 0 if the registration is dropped.

Grade Scheme

The Guid identifier for the Grade Scheme of the section registration the student is attempting to update.

Retrieve this using one of the Search actions for "Section".

Optional, the value will remain as is if not specified.

The value must be from the list of valid Grade Schemes for the section.

If not using the default value, it the academic level must be a part of the acceptable academic levels for that grade scheme.

Section Registration Status Reason

An enumeration of the reason for the status of the section registration.

Value must be one of the following: "registered", "dropped", "withdrawn" or "canceled"

Optional, the current value will remain as is if not specified.

Output Fields

This action does not have any output tokens.