Academics
Academics - AdditionalGpa (1.0)
Download OpenAPI specification:Download
All API calls related to Academics.
Get Gpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-additionalgpa-getgpacourse-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "gpaId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "gpaName": "string",
- "isIncludedPreviousEducationTotal": true,
- "isIncludedTermCalculation": true,
- "cumulativeGpa": 0,
- "studentGpaCourseList": [
- {
- "id": 0,
- "isTransfer": true,
- "isCumulativeGpa": true,
- "isTermGpa": true,
- "isCumulativeGpaByDefault": true,
- "isTermGpaByDefault": true,
- "isIncludedByDefault": true,
- "isManualOverride": true,
- "isRemovedByRetake": true,
- "code": "string",
- "name": "string",
- "term": "string",
- "section": "string",
- "numericGrade": 0,
- "grade": "string",
- "status": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "unitsEarned": 0,
- "unitsAttempted": 0,
- "gradePoints": 0,
- "qualityPoints": 0,
- "qualityUnits": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Gpa
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-additionalgpa-getstudentgpa-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentGpaList": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "isWeighted": true,
- "isShownOnDegreeProgressAudit": true,
- "isIncludedPreviousEducationTotal": true,
- "isIncludedTermCalculations": true,
- "isNoteVisible": true,
- "note": "string",
- "studentTermGpaList": [
- {
- "id": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "parentTermId": 0,
- "code": "string",
- "name": "string",
- "currentGpa": 0,
- "cumulativeGpa": 0,
- "unitsEarned": 0,
- "unitsAttempted": 0,
- "qualityPoints": 0,
- "qualityUnits": 0,
- "gradePoints": 0,
- "coursesTaken": 0
}
], - "cumulativeGpa": 0,
- "unitsEarned": 0,
- "unitsAttempted": 0,
- "qualityPoints": 0,
- "qualityUnits": 0,
- "gradePoints": 0,
- "coursesTaken": 0,
- "cumulativeGpaText": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Recalculate Gpa
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-additionalgpa-recalculategpa-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentGpaList": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "isWeighted": true,
- "isShownOnDegreeProgressAudit": true,
- "isIncludedPreviousEducationTotal": true,
- "isIncludedTermCalculations": true,
- "isNoteVisible": true,
- "note": "string",
- "studentTermGpaList": [
- {
- "id": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "parentTermId": 0,
- "code": "string",
- "name": "string",
- "currentGpa": 0,
- "cumulativeGpa": 0,
- "unitsEarned": 0,
- "unitsAttempted": 0,
- "qualityPoints": 0,
- "qualityUnits": 0,
- "gradePoints": 0,
- "coursesTaken": 0
}
], - "cumulativeGpa": 0,
- "unitsEarned": 0,
- "unitsAttempted": 0,
- "qualityPoints": 0,
- "qualityUnits": 0,
- "gradePoints": 0,
- "coursesTaken": 0,
- "cumulativeGpaText": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Gpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-additionalgpa-savegpacourse-request-payload) | |||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "gpaCalculationTypeId": 0,
- "studentId": 0,
- "studentGpaCourseValueList": [
- {
- "id": 0,
- "isIncludedInDefaultGpa": true,
- "isIncludedInTermGpa": true,
- "isIncludeInCumGpa": true,
- "isManualOverride": true,
- "unitsAttempted": 0,
- "unitsEarned": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "calculatedGpaResponse": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-getattendance-request-payload) | |||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "termId": 0,
- "isStudentSpecificMeetingSchedule": true,
- "defaultTimeForMeeting": 0,
- "startTime": "string",
- "isMeetingOnIrregularDaysTimes": true,
- "campusId": 0,
- "unitType": "string",
- "type": "string",
- "classLength": 0,
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isAuditCourse": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-postattendance-request-payload) | |||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "studentId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "allowClosedTerm": true,
- "isPostExternshipOnline": true,
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Attendance Dates
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-postattendancedates-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "attendanceDatesRosterList": [
- {
- "firstName": "string",
- "lastName": "string",
- "mi": "string",
- "studentId": 0,
- "studentEnrollmentId": 0,
- "studentCourseId": 0,
- "studentCourseStatus": "string",
- "studentName": "string",
- "ssn": "string",
- "schoolStatusCode": "string",
- "programVersionName": "string",
- "minutesAttended": 0,
- "minutesAbsent": 0,
- "note": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "isAfterAddDrop": true,
- "enrollmentStatusCategory": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isPreventAttendance": true,
- "lastRevenueEarnedDate": "2019-08-24T14:15:22Z",
- "startDate": "2019-08-24T14:15:22Z",
- "lda": "2019-08-24T14:15:22Z",
- "schoolStatusId": 0,
- "schoolStatusName": "string"
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Attendance List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-postattendancelist-request-payload) | |||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "unitType": "string",
- "courseName": "string",
- "postAttendanceType": "string",
- "endDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "isStudentSpecificMeetingSchedule": true,
- "courseId": 0,
- "attendanceRosterList": [
- {
- "studentCourseId": 0,
- "attendanceDate": "string",
- "attendanceDateStartTime": "string",
- "minutesAttended": 0,
- "minutesAbsent": 0,
- "excused": 0,
- "classSectionMeetingDateId": 0,
- "note": "string",
- "attendanceId": 0,
- "attendanceType": "string",
- "studentId": 0,
- "status": "string"
}
], - "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isPostAttendanceSuccess": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Externship Online Hours
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-postexternshiponlinehours-request-payload) | |||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "studentId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "allowClosedTerm": true,
- "isPostExternshipOnline": true,
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Recall Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-recallattendance-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Attendance
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-attendance-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "absent": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "attendanceDateStartTime": "2019-08-24T14:15:22Z",
- "attended": 0,
- "classSectionMeetingDateId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "delContext": "string",
- "isDependentCourse": true,
- "isExcusedAbsence": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "note": "string",
- "rowVersion": "string",
- "status": "string",
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "type": "string",
- "unitType": "string",
- "classSectionMeetingDate": {
- "isMeetingScheduleConflicted": true,
- "isMeetingScheduleConflictOverridden": true,
- "courseClockHours": 0,
- "classSchedLength": 0,
- "id": 0,
- "buildingId": 0,
- "classSectionId": 0,
- "classSectionMeetingPatternId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "instructorId": 0,
- "isManualEdit": true,
- "isMeetingEdit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lengthMinutes": 0,
- "locationId": 0,
- "meetingDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "roomId": 0,
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "status": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Accept Wait List Students
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-acceptwaitliststudents-request-payload) | |||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCoursePendingRegistrationId": 0,
- "isAllowedOverrideRegistrationLockConflict": true,
- "isAllowedOverrideMaxAttemptsCourse": true,
- "isAllowedOverrideRetake": true,
- "isDateTimeConflictAllowed": true,
- "isAllowedOverrideMaxRegistrationForClass": true,
- "isAllowedOverridePrereqCoregConflict": true,
- "isAllowedOverrideAddDrop": true,
- "isSendMessage": true,
- "isTransferStudent": true,
- "transferStudentClassSectionId": 0,
- "isStudentRegistrationHoldOverrideAllowed": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentCoursePendingRegistrationId": 0,
- "isAllowedOverrideRegistrationLockConflict": true,
- "isAllowedOverrideMaxAttemptsCourse": true,
- "isAllowedOverrideRetake": true,
- "isDateTimeConflictAllowed": true,
- "isAllowedOverrideMaxRegistrationForClass": true,
- "isAllowedOverridePrereqCoregConflict": true,
- "isAllowedOverrideAddDrop": true,
- "isStudentRegistrationHoldOverrideAllowed": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Cancel Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-cancelclasssection-request-payload) | |||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "classSectionCancelReasonId": 0,
- "courseStatusChangeReasonId": 0,
- "unregisterStudentCourseDetailsList": [
- {
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "courseId": 0,
- "termId": 0,
- "campusId": 0,
- "studentName": "string",
- "enrollmentStatus": "string",
- "classStatus": "string",
- "studentNumber": "string",
- "enrollmentName": "string"
}
], - "studentGroupId": 0,
- "studentGroupName": "string",
- "campusId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionId": 0,
- "isClassSectionCancelled": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Clear Multiple Term Wait List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-clearmultipletermwaitlist-request-payload) | |||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "termIdList": [
- 0
], - "isSendMessage": true,
- "classSectionId": 0,
- "studentEnrollmentPeriodId": 0,
- "classSectionIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Clear Wait List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-clearwaitlist-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "termId": 0,
- "isSendMessage": true,
- "classSectionId": 0,
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Clear Wait List Students
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-clearwaitliststudents-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "termId": 0,
- "isClearAllStudents": true,
- "studentEnrollmentRegistrationIds": { },
- "isSendMessage": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Copy Class Schedule
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-copyclassschedule-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "sourceTermId": 0,
- "id": 0,
- "newSectionCode": "string",
- "courseId": 0,
- "campusId": 0,
- "isCopyHideFaculty": true,
- "isCopyHideLocation": true,
- "isCopyAttendanceRules": true,
- "isCopyDays": true,
- "isCopyGradeBook": true,
- "isCopySecondaryInstructor": true,
- "targetTermID": 0,
- "isCopyRooms": true,
- "isCopyTimes": true,
- "isCopyInstructor": true,
- "isCopyWaitList": true,
- "isCopyLmsVendor": true,
- "isCopyCourseFeeSchedule": true,
- "isCopyCourseSharingCampuses": true,
- "isCopyMaxCourseSections": true,
- "isCopyBookList": true,
- "isCopyDocuments": true,
- "isVariableCredits": true,
- "isInstructorAttributes": true,
- "defaultInstructorId": 0,
- "isAutoAdded": true,
- "isValidationMessageDisplayed": true,
- "isOnlyValidation": true,
- "extendedPropertyList": [
- {
- "name": "string",
- "isExtendedProperty": true
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "newClassSectionId": 0,
- "isOverrideCourseComparison": true,
- "isBelowCourseContactHrsMsg": true,
- "isBelowCourseContactHrsMsgConfirmation": true,
- "isValidationMessageDisplayed": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Section Documents
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getclasssectiondocuments-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "documents": [
- {
- "code": "string",
- "name": "string",
- "id": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Section Header
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getclasssectionheader-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "termName": "string",
- "termDates": "string",
- "instructorName": "string",
- "classSectionDates": "string",
- "buildingName": "string",
- "roomName": "string",
- "deliveryMethodName": "string",
- "shiftName": "string",
- "maximumStudents": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Section Lms Options
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getclasssectionlmsoptions-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "lmsVendorId": 0,
- "lmsExtractStatus": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Section Periods
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getclasssectionperiods-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "isRequestFromUnitTest": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Class Sections With Max Class Size Exceed
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getclasssectionswithmaxclasssizeexceed-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "registrationTrackId": 0,
- "studentGroupId": 0,
- "schoolDefinedFieldId": 0,
- "isActiveOnly": true,
- "studentIds": { }
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSections": [
- {
- "id": 0,
- "courseId": 0,
- "courseName": "string",
- "sectionCode": "string",
- "seatsAvailable": 0,
- "maximumClassSectionSize": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Course Fee Schedule
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getcoursefeeschedule-request-payload) | |||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "courseId": 0,
- "deliveryMethodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionFees": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "classSectionFeeScheduleId": 0,
- "deliveryMethodId": 0,
- "courseId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "isDefault": true,
- "isViewable": true,
- "deliveryMethod": {
- "id": 0,
- "code": "string",
- "name": "string"
}, - "courseFees": [
- {
- "id": 0,
- "courseId": 0,
- "billingTransactionCodeId": 0,
- "courseFeeScheduleId": 0,
- "sequence": 0,
- "amount": 0,
- "auditCourseAmount": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "billingTransactionName": "string"
}
]
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Dependent Courses Class Sections
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getdependentcoursesclasssections-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "courseId": 0,
- "termIds": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionIds": [
- 0
], - "isDependentCourse": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Instructors And Portal Options
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-getinstructorsandportaloptions-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "instructors": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "displayOrder": 0,
- "isPrimaryInstructor": true,
- "attributes": [
- {
- "id": 0,
- "code": "string",
- "name": "string"
}
], - "inactiveAttributes": [
- {
- "id": 0,
- "code": "string",
- "name": "string"
}
], - "canPostAttendance": true,
- "canPostLessons": true,
- "canPostFinalGrades": true,
- "instructorAttributes": [
- {
- "id": 0,
- "code": "string",
- "name": "string"
}
]
}
], - "hideFaculty": true,
- "hideLocation": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Reinstate Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-reinstateclasssection-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionId": 0,
- "isActive": true,
- "isCancel": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Books
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-savebooks-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "books": [
- {
- "id": 0,
- "bookId": 0,
- "classSectionId": 0,
- "courseBookListId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isRequired": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "classSectionId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Class Section Documents
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-saveclasssectiondocuments-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "documentTypeIds": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Class Section Lms Options
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-saveclasssectionlmsoptions-request-payload) | |||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "lmsVendorId": 0,
- "lmsExtractStatus": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Class Section Periods
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-saveclasssectionperiods-request-payload) | |||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "classSectionId": 0,
- "classSection": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isScheduleConflictsConfirmed": true,
- "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "scheduleConflicts": [
- {
- "campus": "string",
- "building": "string",
- "room": "string",
- "course": "string",
- "section": "string",
- "weekDay": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "conflictDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "dayNumber": { },
- "adRoomID": 0,
- "conflictType": "string"
}
], - "scheduleConflictsFound": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Course Fee Schedule
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-savecoursefeeschedule-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionId": 0,
- "courseId": 0,
- "deliveryMethodId": 0,
- "isAllowedOverrideDeliveryMethod": true,
- "classSectionFees": [
- {
- "id": 0,
- "code": "string",
- "name": "string",
- "classSectionFeeScheduleId": 0,
- "deliveryMethodId": 0,
- "courseId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "isDefault": true,
- "isViewable": true,
- "deliveryMethod": {
- "id": 0,
- "code": "string",
- "name": "string"
}, - "courseFees": [
- {
- "id": 0,
- "courseId": 0,
- "billingTransactionCodeId": 0,
- "courseFeeScheduleId": 0,
- "sequence": 0,
- "amount": 0,
- "auditCourseAmount": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "billingTransactionName": "string"
}
]
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isAllowedOverrideDeliveryMethod": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Instructors And Portal Options
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-saveinstructorsandportaloptions-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "instructors": [
- {
- "id": 0,
- "displayOrder": 0,
- "canPostAttendance": true,
- "canPostLessons": true,
- "canPostFinalGrades": true,
- "attributes": [
- 0
]
}
], - "classSectionId": 0,
- "hideFaculty": true,
- "hideLocation": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Waitlist And Attendance Rules
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-savewaitlistandattendancerules-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionEntity": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionEntity": {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Unschedule Class Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-classsection-unscheduleclasssection-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "date": "string",
- "campusId": 0,
- "isContinue": true,
- "selectedClassSections": [
- {
- "id": 0,
- "courseCode": "string",
- "courseName": "string",
- "termCode": "string"
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "isSuccess": true,
- "clockHours": 0,
- "contactHours": 0,
- "isContinue": true,
- "isFail": true,
- "classSectionDetails": [
- {
- "classSectionId": 0,
- "courseCode": "string",
- "courseName": "string",
- "sectionCode": "string",
- "termCode": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Course Attributes
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-getcourseattributes-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "courseId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Course Prerequisites
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-getcourseprerequisites-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "courseId": 0,
- "isCorequisite": true,
- "programVersionId": 0,
- "catalogYearId": 0,
- "courseCategoryId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "minimumCredits": 0,
- "minimumHours": 0,
- "gradeLevelId": 0,
- "programVersionId": 0,
- "catalogYearId": 0,
- "courseCategoryId": 0,
- "numberRemainingRequiredCredits": 0,
- "courePrerequisiteRuleList": [
- {
- "id": 0,
- "courseId": 0,
- "name": "string",
- "numberRequired": 0,
- "operator": "string",
- "parentCousePrerequisiteRuleId": 0,
- "ruleType": "string",
- "preAndCorequisiteCourseList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrerequisiteRuleId": 0,
- "minimumGpaRequired": 0,
- "courseCode": "string",
- "courseName": "string"
}
]
}
], - "coursePrerequisiteTests": [
- {
- "id": 0,
- "courseId": 0,
- "entranceTestId": 0,
- "testType": "string",
- "testName": "string",
- "testCode": "string",
- "value": "string",
- "ruleNumber": 0,
- "minimumRequiredNumber": 0,
- "testDescription": "string"
}
], - "coursePrerequisiteDocuments": [
- {
- "id": 0,
- "courseId": 0,
- "documentTypeId": 0,
- "documentCode": "string",
- "documentName": "string",
- "ruleNumber": 0,
- "minimumNumberRequired": 0
}
], - "coursePrerequisiteList": [
- {
- "id": 0,
- "courseId": 0,
- "prerequisiteType": "string",
- "isOptional": true,
- "isEnabled": true,
- "minNumberRequired": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Parent And Equivalent Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-getparentandequivalentcourse-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "courseId": 0,
- "campusId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Transfer Credit Campus Course List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-getstudenttransfercreditcampuscourselist-request-payload) | |||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isCollege": true,
- "collegeOrHighSchoolIdList": [
- 0
], - "campusId": 0,
- "collegeOrHighSchoolCourseIdList": [
- 0
], - "studentId": 0,
- "studentEnrollmentPeriodId": 0,
- "isEdit": true,
- "isCourseIncludeInActive": true,
- "statusId": 0,
- "studentTransferCreditId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "courseList": [
- {
- "id": 0,
- "campusCourseId": 0,
- "code": "string",
- "name": "string",
- "clockHours": 0,
- "creditHours": 0,
- "isActive": true,
- "type": 0,
- "campusList": [
- {
- "id": 0,
- "name": "string"
}
], - "parent": "string",
- "courseLevel": "string",
- "courseType": "string",
- "isRetake": true
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Course Attributes
Authorizations:
Request Body schema: application/json
Payload for the command
payload | any (academics-course-savecourseattributes-request-payload) |
Responses
Request samples
- Payload
{- "payload": null
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Course Name Change
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-savecoursenamechange-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "campusId": 0,
- "studentCourseStatus": "string",
- "newCourseName": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "campusId": 0,
- "studentCourseStatus": "string",
- "newCourseName": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Course Prerequisite Details
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-savecourseprerequisitedetails-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "minimumCredits": 0,
- "minimumHours": 0,
- "gradeLevelId": 0,
- "courseId": 0,
- "programVersionId": 0,
- "catalogYearId": 0,
- "courseCategoryId": 0,
- "minNumberRequired": 0,
- "isCorequisite": true,
- "numberRemainingRequiredCredits": 0,
- "courePrerequisiteRuleList": [
- {
- "id": 0,
- "courseId": 0,
- "name": "string",
- "numberRequired": 0,
- "operator": "string",
- "parentCousePrerequisiteRuleId": 0,
- "ruleType": "string",
- "preAndCorequisiteCourseList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrerequisiteRuleId": 0,
- "minimumGpaRequired": 0,
- "courseCode": "string",
- "courseName": "string"
}
]
}
], - "coursePrerequisiteTests": [
- {
- "id": 0,
- "courseId": 0,
- "entranceTestId": 0,
- "testType": "string",
- "testName": "string",
- "testCode": "string",
- "value": "string",
- "ruleNumber": 0,
- "minimumRequiredNumber": 0,
- "testDescription": "string"
}
], - "coursePrerequisiteDocuments": [
- {
- "id": 0,
- "courseId": 0,
- "documentTypeId": 0,
- "documentCode": "string",
- "documentName": "string",
- "ruleNumber": 0,
- "minimumNumberRequired": 0
}
], - "coursePrerequisiteList": [
- {
- "id": 0,
- "courseId": 0,
- "prerequisiteType": "string",
- "isOptional": true,
- "isEnabled": true,
- "minNumberRequired": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-course-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Parent And Equivalent Course
Authorizations:
Request Body schema: application/json
Payload for the command
payload | any (academics-course-saveparentandequivalentcourse-request-payload) |
Responses
Request samples
- Payload
{- "payload": null
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Degree
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-degree-delete-request-payload) | |||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Degree
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-degree-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Degree
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-degree-save-request-payload) | |||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Degree
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-degree-savenew-request-payload) | |||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "degreeLevel": 0,
- "graduateLevel": "string",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Enrollment Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-enrollmentstatus-delete-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Enrollment Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-enrollmentstatus-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Enrollment Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-enrollmentstatus-save-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Enrollment Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-enrollmentstatus-savenew-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "minimumCreditHours": { },
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Copy Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-copyprogram-request-payload) | |||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "selectedProgramId": 0,
- "programName": "string",
- "programCode": "string",
- "isCopyToExistingProgram": true,
- "copyToProgramIdList": [
- 0
], - "isName": true,
- "isCode": true,
- "isCIPCode": true,
- "isActive": true,
- "isAllowOnlineApplication": true,
- "isProgramGroup": true,
- "isDocument": true,
- "isRequirementRule": true,
- "isTest": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "success": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Credit Balance Configuration
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-savecreditbalanceconfiguration-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "creditBalanceConfigurationList": [
- {
- "programVersionId": 0,
- "creditBalanceScheduleDateType": "string",
- "creditBalanceScheduleDateTypeOffsetDays": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "responseCode": "string",
- "message": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Program
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-saveprogram-request-payload) | |||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "programs": [
- {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "programId": 0,
- "programGroupIds": [
- 0
], - "cipCode": "string",
- "currentYearCipCodeId": 0,
- "name": "string",
- "code": "string",
- "isActive": true,
- "allowOnlineApplication": true,
- "entityState": 0,
- "isProgramGroupChanges": true,
- "isCIPCodeUpdateToProgramVersion": true,
- "isOverrideProgramGroupChanges": true,
- "isProgramVersionRecordFound": true,
- "requirementRuleIds": [
- 0
], - "documentTypeIds": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "program": {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "programs": [
- {
- "isExcludedCrmIntegration": true,
- "programGroupIds": [
- 0
], - "documentTypeIds": [
- 0
], - "requirementRuleIds": [
- 0
], - "id": 0,
- "allowOnlineApplications": true,
- "approverStaffId": 0,
- "cipCode": "string",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "currentYearCipCodeId": 0,
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "programId": 0,
- "programGroupIds": [
- 0
], - "cipCode": "string",
- "currentYearCipCodeId": 0,
- "name": "string",
- "code": "string",
- "isActive": true,
- "allowOnlineApplication": true,
- "entityState": 0,
- "isProgramGroupChanges": true,
- "isCIPCodeUpdateToProgramVersion": true,
- "isCIPCodeOFProgramVersionDiffrentFromProgram": true,
- "requirementRuleIds": [
- 0
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Requirement Rule
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-program-saverequirementrule-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "programId": 0,
- "requirementRuleIds": [
- 0
], - "requirementRuleList": [
- {
- "requirementRuleId": 0,
- "programVersionId": 0,
- "isRequirementRuleForProgram": true,
- "requirementRuleOrder": 0
}
], - "isCopyRequirementRule": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "programRequirementRule": {
- "programId": 0,
- "requirementRuleId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "ruleIdentifier": { },
- "ruleOrder": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Evaluate Prereq Coreq Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-registration-evaluateprereqcoreqstatus-request-payload) | |||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0,
- "courseInfoList": [
- {
- "courseId": 0,
- "courseSectionId": 0,
- "termId": 0,
- "studentCourseId": 0
}
], - "businessProcessType": 0,
- "courseSectionStartDate": "2019-08-24T14:15:22Z",
- "pendingUnregCourseList": { },
- "pendingRegCourseList": [
- {
- "courseId": 0,
- "courseSectionId": 0,
- "termId": 0,
- "studentCourseId": 0
}
], - "inputCourseList": [
- {
- "campusIdList": [
- 0
], - "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "coursePrefixCourseAssociationIdList": [
- 0
], - "coursePrefixCourseAssociationList": [
- {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "coursePrefixCodeList": [
- {
- "coursePrefixCourseAssociation": {
- "id": 0,
- "courseId": 0,
- "coursePrefixCodeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "campusIdList": [
- 0
], - "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "id": 0,
- "addDropDays": { },
- "adDependentCourseId": 0,
- "allowOverride": true,
- "allowRetakeOverride": true,
- "campusGroupId": 0,
- "catalogCode": "string",
- "clockHours": 0,
- "code": "string",
- "compareContactHrsWithClsSched": true,
- "courseLevelId": 0,
- "courseTypeId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "defaultMaxNumOfRepeat": 0,
- "defaultPassFailSetting": { },
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0,
- "gradeLevel": { },
- "incompleteGradeExpirationDays": 0,
- "isActive": true,
- "isAddDropDaysBasedOnCalenderDays": true,
- "isCourseRemedial": true,
- "isDependent": true,
- "isExcludeDropsFromAttemptsCount": true,
- "isRetakeFee": true,
- "isSupplementaryCourse": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "loadMethod": "string",
- "matchOverrideCredits": true,
- "maximumCredits": 0,
- "maximumDays": { },
- "maximumNumWithoutRetakeFee": 0,
- "maxNumberAssignments": 0,
- "minimumCredits": 0,
- "minimumDays": { },
- "name": "string",
- "note": "string",
- "outsideCourseWorkHours": 0,
- "retakeAssessmentType": "string",
- "rowVersion": "string",
- "supplementaryAssessmentType": "string",
- "unitType": "string",
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "wlmLoadTypes": [
- {
- "loadTypeName": "string",
- "earningCodeName": "string",
- "measurementUnitName": "string",
- "id": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "defaultValue": 0,
- "isLoadTracked": true,
- "isOverrideAllowed": true,
- "isPayTracked": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "wlmEarningCodeId": 0,
- "wlmLoadTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "inputClassSectionList": [
- {
- "isUpdateStudentSchedules": true,
- "isUpdateStudentSchedulesConfirmation": true,
- "isUpdateStudentSchedulesConfirmationProvided": true,
- "isSchedulePeriodDeleteConfirmation": true,
- "cantDeleteTerms": "string",
- "updateStudentsInCourseSection": true,
- "scheduleStartDate": "2019-08-24T14:15:22Z",
- "scheduleEndDate": "2019-08-24T14:15:22Z",
- "crsgCrossReferenceCampuses": [
- {
- "id": 0,
- "isCRSG": true,
- "name": "string"
}
], - "isContactHoursConfirmed": true,
- "isRequireLDAConfirmed": true,
- "requireContactHoursConfirmation": true,
- "requireLDAConfirmation": true,
- "isRequireChangeInWlmAssignment": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "addedClassSectionId": 0,
- "allowCreditsHoursOverride": true,
- "allowReservations": true,
- "attendanceLastPostedDate": "2019-08-24T14:15:22Z",
- "autoDropConsecutiveHoursAbsent": 0,
- "autoDropCumulativeHoursAbsent": 0,
- "autoDropPercentageHoursAbsent": 0,
- "autoWarningConsecutiveHoursAbsent": 0,
- "autoWarningCumulativeHoursAbsent": 0,
- "autoWarningPercentageHoursAbsent": 0,
- "campusId": 0,
- "classSchedLength": 0,
- "clockHours": 0,
- "courseCode": "string",
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "daysFlag": 0,
- "deliveryMethodId": 0,
- "dropEndDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "finalCountDropStudents": 0,
- "finalCountRegisteredStudents": 0,
- "hideFaculty": true,
- "hideLocation": true,
- "instructorId": 0,
- "isActive": true,
- "isAddDropDateOverride": true,
- "isAuditAdvisementRequired": true,
- "isAutoDropEnforcedAfterLdw": true,
- "isAutoWarningOnClassRosterAfterLdw": true,
- "isBlindGrading": true,
- "isCancelled": true,
- "isClassSectionAutoAdded": true,
- "isLdwOverride": true,
- "isMeetingOnIrregularDaysTimes": true,
- "isStudentSpecificMeetingSchedule": true,
- "isWaitlistExpiredOrCleared": true,
- "isWaitListingAllowed": true,
- "lastDayToWithdrawDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lmsExtractStatus": "string",
- "lmsVendorId": 0,
- "loadMethod": "string",
- "makeUpMaxType": "string",
- "makeUpMaxValue": 0,
- "maximumCredits": 0,
- "maximumStudents": 0,
- "maxNumberAssignments": 0,
- "maxNumberSectionsAllowed": 0,
- "minimumCredits": 0,
- "nextAttendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "numberRegisteredStudents": 0,
- "passFailSetting": { },
- "postAttendanceType": "string",
- "rowVersion": "string",
- "secondSectionCode": "string",
- "sectionCode": "string",
- "sectionName": "string",
- "sendToLms": true,
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "studentSpecificMeetingScheduleDefaultMinutes": 0,
- "syllabusDocument": "string",
- "thresholdNumberOfSeats": { },
- "thresholdType": true,
- "unregisterEndDate": "2019-08-24T14:15:22Z",
- "waitListMaximumSeats": 0,
- "wlmActivityTypeId": 0,
- "wlmAssignmentTypeId": 0,
- "wlmDepartmentId": 0,
- "meetingPatterns": [
- {
- "meetingPattern": {
- "id": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "frequency": { },
- "isMeetingOnFriday": true,
- "isMeetingOnMonday": true,
- "isMeetingOnSaturday": true,
- "isMeetingOnSunday": true,
- "isMeetingOnThursday": true,
- "isMeetingOnTuesday": true,
- "isMeetingOnWednesday": true,
- "isRecurrenceEnding": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingLength": { },
- "patternType": "string",
- "recurrenceEndNumber": { },
- "recurrenceStartWeeks": { },
- "rowVersion": "string",
- "startTime": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "dayOfWeekRooms": [
- {
- "dayOfWeek": 0,
- "roomId": 0,
- "roomCode": "string",
- "roomName": "string",
- "buildingId": 0,
- "buildingCode": "string",
- "buildingName": "string",
- "locationId": 0,
- "locationName": "string"
}
], - "isConflict": true,
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "meetingPatternId": 0,
- "rowVersion": "string",
- "type": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "terms": [
- {
- "termName": "string",
- "id": 0,
- "classSectionId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "termId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "ignoreMultiCourseDependency": true,
- "failureMessageType": 0,
- "skipPrereqCheck": true,
- "skipCoreqCheck": true,
- "isAntireqCheckSkipped": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Evaluate Registration Locks
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-registration-evaluateregistrationlocks-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "registrationRuleCourseInfoInputList": [
- {
- "action": 0,
- "termId": 0,
- "parentTermId": 0,
- "studentCourseId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "isAuditCourse": true,
- "credits": 0,
- "hours": 0,
- "enrollStatusCredits": 0,
- "enrollStatusHours": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "registrationRuleCourseInfoOutputList": [
- {
- "termId": 0,
- "termCode": "string",
- "isSuccess": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
]
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete School Start Date
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-schoolstartdate-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get School Start Date
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-schoolstartdate-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save School Start Date
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-schoolstartdate-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Deactivate Starts Date
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-schoolstartdate-savedeactivatestartsdate-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "deactivateStartDatesIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New School Start Date
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-schoolstartdate-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "budgetedShow": 0,
- "budgetStarts": { },
- "budgetTuition": 0,
- "campusGroupId": 0,
- "cancelDate": "2019-08-24T14:15:22Z",
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "expectedGradDate": "2019-08-24T14:15:22Z",
- "externshipStartDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxBudgetStarts": { },
- "maxGradDate": "2019-08-24T14:15:22Z",
- "midPointDate": "2019-08-24T14:15:22Z",
- "minBudgetStarts": { },
- "name": "string",
- "programVersionId": 0,
- "rowVersion": "string",
- "shiftId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Shift
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-shift-delete-request-payload) | |||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Shift
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-shift-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Shift
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-shift-save-request-payload) | |||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Shift
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-shift-savenew-request-payload) | |||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "id": 0,
- "campusGroupId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Associate Student Enrollment
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-associatestudentenrollment-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentScheduleId": 0,
- "currentStudentEnrollmentPeriodId": 0,
- "newStudentEnrollmentPeriodId": 0,
- "isAllowedToAssociateExistingCourse": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentEnrollmentScheduleId": 0,
- "currentStudentEnrollmentPeriodId": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Batch Post Final Grade
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-batchpostfinalgrade-request-payload) | |||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseFinalGradeRosterList": [
- {
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentName": "string",
- "studentCourseId": 0,
- "studentCourseStatus": "string",
- "letterGrade": "string",
- "numericGrade": 0,
- "speed": { },
- "transcriptNote": "string",
- "studentEnrollmentPeriodGradeScaleId": 0,
- "isBlindGrading": true,
- "bgRndSetIdentifier": 0,
- "ssn": "string",
- "schoolStatusCode": "string",
- "isAudit": true,
- "inProgressGrade": 0,
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "isIncompleteGradeReplaced": true,
- "finalGradeReasonId": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Convert To Audit Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-converttoauditcourse-request-payload) | |||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isRetakeOverride": true,
- "effectiveDateLaterOverride": true,
- "studentCourseId": 0,
- "studentId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "isAllowedToOverrideRegistrationConflict": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isAllowedRegisterAsAuditClass": true,
- "isRetakeOverride": true,
- "isAllowedDateTimeConflict": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isReservedStatus": true,
- "isAllowedToWaitListStudent": true,
- "allowCompletedLessons": true,
- "allowDeletedOnSectionTransfer": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAutoAddMsg": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "impectedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-deletestudentcourse-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "minutesAttended": 0,
- "minutesAbsent": 0,
- "allowDeleteAttendanceHistory": true,
- "allowDeletePendingCharges": true,
- "isPendingCharges": true,
- "termId": 0,
- "isAllowedToOverrideClosedTerm": true,
- "action": 0,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAllowedToOverrideRegistrationConflict": true,
- "courseStatusChangeReasonId": 0,
- "skipCoreqCheck": true,
- "skipPrereqCheck": true,
- "failureMessageType": 0,
- "ignoreMultiCourseDependency": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "termCode": "string",
- "section": "string",
- "campusId": 0,
- "notifyStudent": true,
- "allowedOnlyParent": true,
- "isTermValidationSkipped": true,
- "isAntireqCheckSkipped": true,
- "currentCourseStatus": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "allowDeleteAttendanceHistory": true,
- "allowDeletePendingCharges": true,
- "isPendingCharges": true,
- "isAllowedToOverrideClosedTerm": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Drop Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-dropcourse-request-payload) | |||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentScheduleId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "dropReasonId": 0,
- "isAllowedToOverrideRegistrationConflict": true,
- "skipCoreqCheck": true,
- "skipPrereqCheck": true,
- "ignoreMultiCourseDependency": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "failureMessageType": 0,
- "isAddDropPeriodClassSectionAllowed": true,
- "allowOverrideClosedTerm": true,
- "allowLdwOverride": true,
- "isAuditCourse": true,
- "isTermValidationSkipped": true,
- "impactedStudentCourseIds": [
- 0
], - "allowedOnlyParent": true,
- "isAntireqCheckSkipped": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isAllowedRegisterAsAuditClass": true,
- "isRetakeOverride": true,
- "isAllowedDateTimeConflict": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isReservedStatus": true,
- "isAllowedToWaitListStudent": true,
- "allowCompletedLessons": true,
- "allowDeletedOnSectionTransfer": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAutoAddMsg": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "impectedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Courses Schedule Detail
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-getstudentcoursesscheduledetail-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "courseScheduleDetailList": [
- {
- "id": 0,
- "day": "string",
- "roomName": "string",
- "buildingName": "string",
- "locationName": "string",
- "inOutTime": "string",
- "classSectionId": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student For Future Course List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-getstudentforfuturecourselist-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0,
- "isManualAddCourseRemoved": true,
- "campus": [
- 0
], - "programVersion": [
- 0
], - "schoolStatus": [
- 0
], - "lowStartDate": "string",
- "highStartDate": "string",
- "lowExpStartDate": "string",
- "highExpStartDate": "string",
- "isUpdateStudentCourseList": true,
- "isUpdateRequiredRule": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentFutureCourseList": [
- {
- "lastName": "string",
- "firstName": "string",
- "syStudentID": 0,
- "adEnrollID": 0,
- "programVersion": "string",
- "schoolStatus": "string",
- "campus": "string",
- "studentNumber": "string",
- "studentName": "string"
}
], - "messages": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Final Grade
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-postfinalgrade-request-payload) | |||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourse": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "postFinalGradeForExistingGrade": true,
- "isSudentPaceEvaluation": true,
- "allowOverrideExpectedDeadlineDate": true,
- "campusId": 0,
- "previousLetterGrade": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentCourse": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Post Mid Term Grade
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-postmidtermgrade-request-payload) | |||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "classSectionRosterMidTermList": [
- {
- "studentEnrollnmentPeriodId": 0,
- "studentId": 0,
- "studentCourseId": 0,
- "studentCourseStatus": "string",
- "midtermLetterGrade": "string",
- "midtermNumericGrade": "string",
- "speed": { },
- "midtermGradeNote": "string",
- "studentEnrollnmentPeriodGradeScaleId": 0,
- "studentName": "string",
- "ssn": "string",
- "schoolStatusCode": "string",
- "isAudit": true,
- "midtermGradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "courseCode": "string",
- "sectionCode": "string"
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Reassign Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-reassignstudentcourse-request-payload) | |||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "originalStudentEnrollmentPeriodId": 0,
- "selectedStudentEnrollmentPeriodId": 0,
- "studentCourseId": 0,
- "termId": 0,
- "classSectionId": 0,
- "overideCourseAssociationExists": true,
- "overideCourseAlreadyExists": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "courseName": "string",
- "originalProgramVersion": "string",
- "selectedProgramVersionName": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Reinstate Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-reinstatecourse-request-payload) | |||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "isAllowedToOverrideRegistrationConflict": true,
- "skipCoreqCheck": true,
- "skipPrereqCheck": true,
- "ignoreMultiCourseDependency": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "failureMessageType": 0,
- "allowOverrideRegistrationHold": true,
- "isAntireqCheckSkipped": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isAllowedRegisterAsAuditClass": true,
- "isRetakeOverride": true,
- "isAllowedDateTimeConflict": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isReservedStatus": true,
- "isAllowedToWaitListStudent": true,
- "allowCompletedLessons": true,
- "allowDeletedOnSectionTransfer": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAutoAddMsg": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "impectedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Remove Waitlist
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-removewaitlist-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "isWaitListed": true,
- "campusId": 0,
- "adEnrollRegistrationId": 0,
- "notifyStudent": true,
- "termId": 0,
- "classSectionId": 0,
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "classSectionId": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-savestudentcourse-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "campusId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "requiredCourseId": 0,
- "parentTermId": 0,
- "termId": 0,
- "academicYearId": 0,
- "hours": 0,
- "comments": "string",
- "credits": 0,
- "action": 0,
- "allowOverrideRegistrationHold": true,
- "isAllowedToOverrideRetakeAttempts": true,
- "isAllowedToAuditCourse": true,
- "isAllowedCourse": true,
- "isAllowedToOverrideLockedTermSequence": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isAllowedToWaitListStudent": true,
- "isAllowedPostCourseStartDateRegistration": true,
- "isWaitlistStudentNotified": true,
- "isSubstituteCourse": true,
- "substituteCourseId": 0,
- "isAudit": true,
- "studentCourseFeeScheduleId": 0,
- "isCrossReferencedCourse": true,
- "crossReferenceCourseId": 0,
- "description": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "isRetakeOverride": true,
- "retakeID": 0,
- "returnCode": 0,
- "isPassFail": 0,
- "useFeeSchedule": true,
- "retakeFee": { },
- "classCount": 0,
- "isAllowStudentAcademicYearPaymentPeriod": true,
- "isAllowedDateTimeConflict": true,
- "status": "string",
- "isAllowedToOverrideRegistrationConflict": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "allowOverrideRegistrationAntireqConflict": true,
- "skipPrereqCheck": true,
- "skipCoreqCheck": true,
- "failureMessageType": 0,
- "ignoreMultiCourseDependency": true,
- "isReservedStatus": true,
- "isAllowedToOverrideStudentIntoCourse": true,
- "isAllowedToWaitlistAvailableStudentIntoCourse": true,
- "isAllowedToWaitlistStudentIntoCourse": true,
- "isRetake": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAllowedToOverrideClosedTerm": true,
- "isAllowedToOverrideRegistrationGroup": true,
- "isOverlapWithParentTermAllowed": true,
- "isAllowedRegisterAsAuditClass": true,
- "isCrsg": true,
- "isPreCoRequisiteValidationSkipped": true,
- "isTermValidationSkipped": true,
- "isAllowedToWaitListForDifferentSection": true,
- "isWaitListBlockedForDifferentSection": true,
- "isAllowedToOverrideCourseStatus": true,
- "isRetakeValidationDisplayed": true,
- "isRegistrationRetake": true,
- "isAntireqCheckSkipped": true,
- "isSupplementaryCourse": true,
- "isEnrollmentAdjusted": true,
- "catalogYearId": 0,
- "requiredCourseCategoryId": 0,
- "studentEnrollmentDpaCourseCategoryId": 0,
- "enrollmentTotalCredits": 0,
- "enrollmenTotaltHours": 0,
- "isOverlapTermConflict": true,
- "isAlreadyTakingConflict": true,
- "isCourseToRegister": true,
- "isRegisterExceedingCourseElectivePoolLimit": true,
- "isGlobalCumulativeIncluded": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "conflictMessageList": [
- {
- "type": "string",
- "conflictType": "string",
- "conflictDetail": "string"
}
], - "isAllowedToOverrideRegistrationGroup": true,
- "allowOverrideRegistrationHold": true,
- "isAllowedToOverrideClosedTerm": true,
- "isOverlapWithParentTermAllowed": true,
- "isAllowedToWaitListStudent": true,
- "isAllowedPostCourseStartDateRegistration": true,
- "isAllowedToOverrideLockedTermSequence": true,
- "isAllowedToOverrideRegistrationConflict": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAllowStudentAcademicYearPaymentPeriod": true,
- "isAllowedToOverrideStudentIntoCourse": true,
- "isAllowedToWaitlistAvailableStudentIntoCourse": true,
- "isAllowedToWaitlistStudentIntoCourse": true,
- "isAllowedToOverrideRetakeAttempts": true,
- "isAllowedToAuditCourse": true,
- "isAllowedCourse": true,
- "isAllowedRegisterAsAuditClass": true,
- "isRetakeOverride": true,
- "isAllowedDateTimeConflict": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isWaitlistStudentNotified": true,
- "isAllowedToWaitListForDifferentSection": true,
- "isWaitListBlockedForDifferentSection": true,
- "isWaitlistBlockedForStudent": true,
- "isReservedStudentBlocked": true,
- "isAllowedToOverrideCourseStatus": true,
- "isAutoAddMsg": true,
- "isRetakeValidationDisplayed": true,
- "isClassInScheduledState": true,
- "courseName": "string",
- "statuses": "string",
- "isAuditCourse": true,
- "isAvailableSeats": true,
- "isAllowedToWaitlist": true,
- "isRegistrationGroupPermission": true,
- "groupDescrip": "string",
- "registrationShortDate": "string",
- "registrationShortTime": "string",
- "isOverlapTermConflict": true,
- "isAlreadyTakingConflict": true,
- "isWaitListCourseCreditsExceeded": true,
- "isCourseCreditsHoursExceededElectivePoolCredits": true,
- "numberOfCreditsHoursExceedingElectivePoolCreditsHours": 0,
- "numberOfElectivePoolCreditsHours": 0,
- "electivePoolLimitDetail": {
- "programVersionCreditHourType": "string",
- "electivePoolName": "string"
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Student Course Transfer Section
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-studentcoursetransfersection-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "newClassSectionId": 0,
- "isAllowedToOverrideRegistrationConflict": true,
- "skipCoreqCheck": true,
- "skipPrereqCheck": true,
- "ignoreMultiCourseDependency": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "failureMessageType": 0,
- "isAddDropPeriodClassSectionAllowed": true,
- "campusId": 0,
- "isReservedStatus": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isAllowedDateTimeConflict": true,
- "isRetakeOverride": true,
- "isAllowedRegisterAsAuditClass": true,
- "isAllowedToWaitListStudent": true,
- "allowCompletedLessons": true,
- "allowDeletedOnSectionTransfer": true,
- "hours": 0,
- "credits": 0,
- "isTermValidationSkipped": true,
- "isAntireqCheckSkipped": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isAllowedRegisterAsAuditClass": true,
- "isRetakeOverride": true,
- "isAllowedDateTimeConflict": true,
- "isAllowedMaxClassSizeRegisterOverride": true,
- "isReservedStatus": true,
- "isAllowedToWaitListStudent": true,
- "allowCompletedLessons": true,
- "allowDeletedOnSectionTransfer": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isAutoAddMsg": true,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "impectedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Unassociate Student Enrollment
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-unassociatestudentenrollment-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentScheduleId": 0,
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentEnrollmentScheduleId": 0,
- "studentEnrollmentPeriodId": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Unregister Class Section Roster
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-unregisterclasssectionroster-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isOnlyParentAllowed": true,
- "classSectionId": 0,
- "isAllowedToOverrideClosedTerm": true,
- "impactedStudentCourseIdList": [
- 0
], - "courseStatusChangeReasonId": 0,
- "hours": 0,
- "isMultiCourseDependencyIgnored": true,
- "isCoreqCheckSkipped": true,
- "isPrereqCheckSkipped": true,
- "isTermValidationSkipped": true,
- "isOverrideRegistrationPrereqCoreqConflictAllowed": true,
- "isClassSectionAllowed": true,
- "status": "string",
- "description": "string",
- "crossReferenceCourseId": 0,
- "isCrossReferencedCourse": true,
- "credits": 0,
- "note": "string",
- "isAddDropPeriodClassSectionAllowed": true,
- "studentCourseIdList": [
- 0
], - "studentCourseDetailList": [
- {
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "isAuditCourse": true,
- "isCrossReferencedCourse": true,
- "crossReferenceCourseId": 0,
- "courseId": 0,
- "classSectionId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "termId": 0,
- "campusId": 0,
- "courseStatus": "string"
}
], - "isOverrideRegistrationConflictAllowed": true,
- "isAntireqCheckSkipped": true,
- "failureMessageType": 0,
- "isAllConflictOverridden": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "impactedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "isAllowedToOverrideClosedTerm": true,
- "studentCourseDetailsList": [
- {
- "studentCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "isAuditCourse": true,
- "isCrossReferencedCourse": true,
- "crossReferenceCourseId": 0,
- "courseId": 0,
- "classSectionId": 0,
- "startDate": "2019-08-24T14:15:22Z",
- "termId": 0,
- "campusId": 0,
- "courseStatus": "string"
}
], - "conflictMessageList": [
- {
- "type": "string",
- "conflictType": "string",
- "conflictDetail": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Unregister Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-unregisterstudentcourse-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "isAddDropPeriodClassSectionAllowed": true,
- "comments": "string",
- "credits": 0,
- "isCrossReferencedCourse": true,
- "crossReferenceCourseId": 0,
- "description": "string",
- "status": "string",
- "allowClassSection": true,
- "isAllowedToOverrideRegistrationConflict": true,
- "allowOverrideRegistrationPrereqCoreqConflict": true,
- "skipPrereqCheck": true,
- "skipCoreqCheck": true,
- "failureMessageType": 0,
- "ignoreMultiCourseDependency": true,
- "hours": 0,
- "courseStatusChangeReasonId": 0,
- "impactedStudentCourseIds": [
- 0
], - "isAllowedToOverrideClosedTerm": true,
- "allowedOnlyParent": true,
- "isTermValidationSkipped": true,
- "isAntireqCheckSkipped": true,
- "isMultipleUnregisterEnabled": true,
- "isUnregisterCall": true,
- "prereqCoreqStatusSummaryInfoMessageListForAudit": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": "string",
- "failureMessage": "string",
- "creditsEarned": 0,
- "minCreditsRequired": 0,
- "minGradeLevelId": 0,
- "earnedGradeLevelId": 0,
- "minGradeLevelDescrip": "string",
- "earnedGradeLevelDescrip": "string",
- "hoursEarned": 0,
- "minHoursRequired": 0,
- "numberRemainingRequiredCredits": 0,
- "remainingProgramRequiredCreditHours": 0
}, - "ruleInfoMessageList": [
- {
- "ruleInfoMessageId": null,
- "ruleId": null,
- "parentRuleId": null,
- "rule": null,
- "passed": null,
- "ruleType": null,
- "failureMessage": null,
- "numberOfComponents": null,
- "numberOfMinmumRequiredComponents": null,
- "numberOfFailedComponents": null,
- "ruleComponentInfoMessageList": [ ]
}
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": "string",
- "failureMessage": "string",
- "creditsEarned": 0,
- "minCreditsRequired": 0,
- "minGradeLevelId": 0,
- "earnedGradeLevelId": 0,
- "minGradeLevelDescrip": "string",
- "earnedGradeLevelDescrip": "string",
- "hoursEarned": 0,
- "minHoursRequired": 0,
- "numberRemainingRequiredCredits": 0,
- "remainingProgramRequiredCreditHours": 0
}, - "ruleInfoMessageList": [
- {
- "ruleInfoMessageId": null,
- "ruleId": null,
- "parentRuleId": null,
- "rule": null,
- "passed": null,
- "ruleType": null,
- "failureMessage": null,
- "numberOfComponents": null,
- "numberOfMinmumRequiredComponents": null,
- "numberOfFailedComponents": null,
- "ruleComponentInfoMessageList": [ ]
}
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": "string",
- "failureMessage": "string",
- "creditsEarned": 0,
- "minCreditsRequired": 0,
- "minGradeLevelId": 0,
- "earnedGradeLevelId": 0,
- "minGradeLevelDescrip": "string",
- "earnedGradeLevelDescrip": "string",
- "hoursEarned": 0,
- "minHoursRequired": 0,
- "numberRemainingRequiredCredits": 0,
- "remainingProgramRequiredCreditHours": 0
}, - "ruleInfoMessageList": [
- {
- "ruleInfoMessageId": null,
- "ruleId": null,
- "parentRuleId": null,
- "rule": null,
- "passed": null,
- "ruleType": null,
- "failureMessage": null,
- "numberOfComponents": null,
- "numberOfMinmumRequiredComponents": null,
- "numberOfFailedComponents": null,
- "ruleComponentInfoMessageList": [ ]
}
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "prereqCoreqStatusSummaryInfoMessageList": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "prereqCoreqStatusSummaryInfoMessageListForAudit": [
- {
- "summaryInfoMessageId": 0,
- "classSectionId": 0,
- "courseId": 0,
- "prereqCheckStatus": 0,
- "coreqCheckStatus": 0,
- "prereqFailureMessage": "string",
- "coreqFailureMessage": "string",
- "prereqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "coreqFailureInfoMessagList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
], - "antireqFailureMessage": "string",
- "antireqCheckStatus": 0,
- "antireqFailureInfoMessageList": [
- {
- "failureInfoMessageId": 0,
- "summaryInfoMessageId": 0,
- "impactedCourseId": 0,
- "impactedClassSectionId": 0,
- "impactedCourseCode": "string",
- "impactedCourseDescription": "string",
- "impactedCourseTermCode": "string",
- "prereqCoreqType": "string",
- "failureMessage": "string",
- "rule": "string",
- "numberOfMandatoryNodes": 0,
- "numberOfFailedMandatoryNodes": 0,
- "numberOfOptionalNodes": 0,
- "numberOfFailedOptionalNodes": 0,
- "nodeInfoMessageList": [
- {
- "nodeInfoMessageId": 0,
- "failureInfoMessageId": 0,
- "nodeType": "string",
- "isMandatory": true,
- "passed": true,
- "failureMessage": "string",
- "rule": "string",
- "code": "string",
- "creditsHoursGradeInfoMessage": {
- "rule": null,
- "failureMessage": null,
- "creditsEarned": null,
- "minCreditsRequired": null,
- "minGradeLevelId": null,
- "earnedGradeLevelId": null,
- "minGradeLevelDescrip": null,
- "earnedGradeLevelDescrip": null,
- "hoursEarned": null,
- "minHoursRequired": null,
- "numberRemainingRequiredCredits": null,
- "remainingProgramRequiredCreditHours": null
}, - "ruleInfoMessageList": [
- null
]
}
], - "impactedDegreeCourseStatusType": 0,
- "impactedDegreeCourseId": 0
}
]
}
], - "conflictMessageList": [
- {
- "type": "string",
- "conflictType": "string",
- "conflictDetail": "string"
}
], - "impectedCourseDetails": [
- {
- "studentCourseId": 0,
- "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "addDropCourseDetails": {
- "message": "string",
- "disable": true
}
}
], - "isAllowedToOverrideClosedTerm": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Advise Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-updateadvisestatus-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "studentId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-updatestudentcourse-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "previousCourseEndDate": "2019-08-24T14:15:22Z",
- "newCourseEndDate": "2019-08-24T14:15:22Z",
- "statusDate": "2019-08-24T14:15:22Z",
- "campusId": 0,
- "isAllowedToOverrideRegistrationConflict": true,
- "overrideClosedTerm": true,
- "isTermValidationSkipped": true,
- "isAllowedCourse": true,
- "isAllowedToOverrideRetakeAttempts": true,
- "isAllowedToAuditCourse": true,
- "entity": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "transcripNote": "string",
- "isCrsg": true,
- "studentEnrollmentPeriodIdList": [
- 0
], - "studentEnrollmentDpaCourseCategoryId": 0,
- "campusId": 0,
- "studentTransferCreditMultipleCourseAssociationId": 0,
- "studentTransferCreditMultipleId": 0,
- "id": 0,
- "academicYear": { },
- "adEnrollRegistrationId": 0,
- "advisedDate": "2019-08-24T14:15:22Z",
- "appealType": "string",
- "auditEffectiveDate": "2019-08-24T14:15:22Z",
- "averageBestOfPercentFinal": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "classSectionId": 0,
- "clockHours": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "collegeId": 0,
- "consecutiveMinutesAbsent": 0,
- "cost": 0,
- "courseAddedFrom": "string",
- "courseFeeScheduleId": 0,
- "courseId": 0,
- "courseName": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "crossReferenceCourseId": 0,
- "dateReqMet": "2019-08-24T14:15:22Z",
- "dependentClassSectionId": 0,
- "dropDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "enrollmentStatusClockHours": 0,
- "enrollmentStatusCreditHours": 0,
- "examRegistrationComments": "string",
- "examStatus": "string",
- "expectedDeadlineDate": "2019-08-24T14:15:22Z",
- "expectedEndDate": "2019-08-24T14:15:22Z",
- "facultyPostedLda": "2019-08-24T14:15:22Z",
- "faStudentAyPaymentPeriodId": 0,
- "finalGradeReasonId": 0,
- "gradePoints": 0,
- "gradePostedDate": "2019-08-24T14:15:22Z",
- "gradeScaleId": 0,
- "highSchoolId": 0,
- "include": true,
- "incompleteGradeNote": "string",
- "inProgressGrade": 0,
- "isAfterAddDrop": true,
- "isAuditCourse": true,
- "isAutoDrop": true,
- "isCostScheduled": true,
- "isCourseRefundPolicyUsed": true,
- "isCrossReferencedCourse": true,
- "isEnrollmentAdjusted": true,
- "isExtended": true,
- "isExtensionBilled": "2019-08-24T14:15:22Z",
- "isFromPortal": true,
- "isGlobalCumulativeIncluded": true,
- "isHalfTicketGenerated": true,
- "isIncludedInGpaCalc": true,
- "isIncompleteGradeReplaced": true,
- "isOnlyRateScheduleUsed": true,
- "isPassFail": true,
- "isSpecialExam": true,
- "isStudentDegreePathwayCourse": true,
- "isSubstitute": true,
- "isTransferCredit": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "letterGrade": "string",
- "lmsExtractStatus": "string",
- "makeUpMinutes": 0,
- "midTermGradeNote": "string",
- "midTermGradePostedDate": "2019-08-24T14:15:22Z",
- "midTermLetterGrade": "string",
- "midTermNumericGrade": 0,
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "modFlag": "string",
- "note": "string",
- "numericGrade": 0,
- "outsideCourseWorkHours": 0,
- "overrideCourseProgression": "string",
- "payStatus": "string",
- "previousStatus": "string",
- "qualityPoints": 0,
- "requiredCourseId": 0,
- "retakeFeeWaived": "string",
- "retakeFlag": "string",
- "retakeOverride": true,
- "retakeTiv2CredEarnValue": 0,
- "retakeTiv2CredEarnZeroed": true,
- "revenueReferenceNumber": "string",
- "rosterFlag": "string",
- "rowVersion": "string",
- "speed": { },
- "startDate": "2019-08-24T14:15:22Z",
- "status": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "studentTransferCreditId": 0,
- "substituteCourseId": 0,
- "supplementaryStatus": "string",
- "termId": 0,
- "testingScheduleId": 0,
- "transcriptNote": "string",
- "transferredCourseCode": "string",
- "transferredCourseDescrip": "string",
- "transferTypeId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lockEvaluationOutputList": [
- {
- "registrationRuleId": 0,
- "failedLockType": "string",
- "limit": 0,
- "actual": 0,
- "unitType": "string",
- "isIncludedDropCourses": true,
- "isIncludedLoaCourses": true
}
], - "isStaffHasPermissionToOverrideClosedTerm": true,
- "isAllowedCourse": true,
- "isAllowedToOverrideRetakeAttempts": true,
- "isAllowedToAuditCourse": true,
- "statusList": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Course Progress
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-updatestudentcourseprogress-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "adEnrollSchedId": 0,
- "overrideCourseProgressionCode": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "adEnrollSchedId": 0,
- "overrideCourseProgressionCode": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Future Course List
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-updatestudentfuturecourselist-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0,
- "isManualAddCourseRemoved": true,
- "campus": [
- 0
], - "programVersion": [
- 0
], - "schoolStatus": [
- 0
], - "lowStartDate": "string",
- "highStartDate": "string",
- "lowExpStartDate": "string",
- "highExpStartDate": "string",
- "isUpdateStudentCourseList": true,
- "isUpdateRequiredRule": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentFutureCourseList": [
- {
- "lastName": "string",
- "firstName": "string",
- "syStudentID": 0,
- "adEnrollID": 0,
- "programVersion": "string",
- "schoolStatus": "string",
- "campus": "string",
- "studentNumber": "string",
- "studentName": "string"
}
], - "messages": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Validate Student Course Term
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentcourse-validatestudentcourseterm-request-payload) | |||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "termId": 0,
- "studentEnrollmentPeriodId": 0,
- "classSectionIds": { },
- "campusId": 0,
- "isOverrideClosedTermAllowed": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isTermValidationSkipped": true,
- "isOverrideRegistrationGroupAllowed": true,
- "isOverrideLockedTermSequenceAllowed": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isOverrideClosedTermAllowed": true,
- "isAddDropPeriodClassSectionAllowed": true,
- "isOverrideRegistrationGroupAllowed": true,
- "isOverrideLockedTermSequenceAllowed": true,
- "lockedTermSequenceCourseList": "string",
- "isRegistrationGroupPermission": true,
- "groupDescrip": "string",
- "registrationShortDate": "string",
- "registrationShortTime": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student Enrollment Dpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentdpacourse-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Enrollment Dpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentdpacourse-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Student Enrollment Dpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentdpacourse-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Student Enrollment Dpa Course
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentdpacourse-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentId": 0,
- "isStudentEnrollmentPeriodCreditHoursAdjusted": true,
- "isRetakeOverrideAllowed": true,
- "numberRequired": 0,
- "minimumCredits": 0,
- "maximumCredits": 0,
- "id": 0,
- "clockHours": 0,
- "courseId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHours": 0,
- "electiveClockHours": 0,
- "electiveCreditHours": 0,
- "electiveNote": "string",
- "electivePoolName": "string",
- "isAdvisementRequired": true,
- "isDropExcluded": true,
- "isEnrollmentAdjusted": true,
- "isManualAdd": true,
- "isSubstituteAllowed": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "maxNumberRepeats": 0,
- "minimumGpa": 0,
- "note": "string",
- "requiredCourseId": 0,
- "rowVersion": "string",
- "studentEnrollmentDpaCourseCategoryId": 0,
- "studentEnrollmentPeriodId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Waive Course Requirement
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentdpacourse-waivecourserequirement-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentDpaCourseId": 0,
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "isEnrollmentCreditHoursAdjusted": true,
- "isRequirementUnitsAdjusted": true,
- "electiveCreditHours": 0,
- "electiveClockHours": 0,
- "electiveNote": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student Enrollment Period
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Enrollment Status Change
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-enrollmentstatuschange-request-payload) | |||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0,
- "newSchoolStatusId": 0,
- "schoolStatusChangeReasonId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z",
- "graduationDate": "2019-08-24T14:15:22Z",
- "beginDate": "2019-08-24T14:15:22Z",
- "returnDate": "2019-08-24T14:15:22Z",
- "lastAttendedDate": "2019-08-24T14:15:22Z",
- "determinationDate": "2019-08-24T14:15:22Z",
- "withdrawalDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "useEnrollmentGraduationDate": true,
- "deletePendingChanges": true,
- "deleteCourseAssociation": true,
- "overrideStatusChangeDays": true,
- "isOfficialWithdrawal": true,
- "removeAttendanceBackToLastAttendedDate": true,
- "overrideSapEnrollmentLinking": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Enroll Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-enrollstudent-request-payload) | |||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isDegreeProgramType": true,
- "isChangeDateApplicable": true,
- "isReEntryApplicable": true,
- "programVersionAreaOfStudyConfigList": [
- {
- "pkId": 0,
- "adConcentrationId": 0,
- "code": "string",
- "descrip": "string",
- "adMajorId": 0,
- "adMajorCode": "string",
- "selListId": 0,
- "typeId": 0,
- "typeCode": "string",
- "typeDescrip": "string",
- "mode": 0,
- "adProgramVersionId": 0,
- "adCatalogYearId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z"
}
], - "isOverriddeEnrollmentStatusCategory": true,
- "isBudgetApplicable": true,
- "isBillMethodChange": true,
- "loaStart": "2019-08-24T14:15:22Z",
- "loaReturn": "2019-08-24T14:15:22Z",
- "isCatalogYearChanged": true,
- "isGraduationDateChanged": true,
- "previousGraduationDate": "2019-08-24T14:15:22Z",
- "loaPreviousSchoolStatusId": 0,
- "previousProgramVersionId": 0,
- "previousSchoolStatusId": 0,
- "previousSystemSchoolStatusId": 0,
- "faaNotificationStaffId": 0,
- "faaNotificationMessage": "string",
- "previousBillingMethodId": 0,
- "previousStudentEnrollmentPeriodId": 0,
- "entity": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student Enrollment Period
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Rebuild Term Relationships
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-rebuildtermrelationships-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isRunSap": true,
- "isTermRelationshipChanged": true,
- "isMissingNewParentTerm": true,
- "isProcessSuccess": true,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Reverse Transfer
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-reversetransfer-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentEnrollmentPeriodId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Student Enrollment Period
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Student Enrollment Period
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Catalog Year For Student For Batch Catalog Assignment
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-updatecatalogyearforstudentforbatchcatalogassignment-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "fromCatalogYearId": 0,
- "toCatalogYearId": 0,
- "programVersionId": 0,
- "batchCatalogAssignmentStudentDetailList": [
- {
- "studentId": 0,
- "studentName": "string",
- "studentNumber": "string",
- "studentEnrollmentPeriodId": 0
}
], - "userId": 0,
- "catalogYearId": 0,
- "enrollId": 0,
- "studentId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "processedStudentReasonList": [
- {
- "studentId": 0,
- "studentName": "string",
- "reason": "string",
- "programVersionId": 0,
- "programVersion": "string",
- "fromCatalogYear": "string",
- "toCatalogYear": "string"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Enrollment Area Of Study
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-updatestudentenrollmentareaofstudy-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "enrollId": 0,
- "campusId": 0,
- "programVersionId": 0,
- "schoolStartDateId": 0,
- "filterTypes": [
- 0
], - "catalogYearId": 0,
- "isUpdateAreaOfStudy": true,
- "programVersionAreaOfStudyConfigList": [
- {
- "pkId": 0,
- "adConcentrationId": 0,
- "code": "string",
- "descrip": "string",
- "adMajorId": 0,
- "adMajorCode": "string",
- "selListId": 0,
- "typeId": 0,
- "typeCode": "string",
- "typeDescrip": "string",
- "mode": 0,
- "adProgramVersionId": 0,
- "adCatalogYearId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z"
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isDataSaved": true,
- "xmlResponse": "string",
- "programVersionAreaOfStudyConfigList": [
- {
- "pkId": 0,
- "adConcentrationId": 0,
- "code": "string",
- "descrip": "string",
- "adMajorId": 0,
- "adMajorCode": "string",
- "selListId": 0,
- "typeId": 0,
- "typeCode": "string",
- "typeDescrip": "string",
- "mode": 0,
- "adProgramVersionId": 0,
- "adCatalogYearId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Enrollment Billing Method
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-updatestudentenrollmentbillingmethod-request-payload) | |||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "programVersionStartDate": "2019-08-24T14:15:22Z",
- "programVersionEndDate": "2019-08-24T14:15:22Z",
- "studentEnrollmentPeriodBillingMethodList": [
- {
- "studentEnrollmentPeriodID": 0,
- "billingMethodId": 0,
- "previousBillingMethodId": 0
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Enrollment Make Up Hours
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-updatestudentenrollmentmakeuphours-request-payload) | |||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "studentCourseId": 0,
- "attendId": 0,
- "classSectionId": 0,
- "hours": 0,
- "minutes": 0,
- "attendanceDate": "2019-08-24T14:15:22Z",
- "note": "string",
- "type": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Update Student Enrollment Period
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-studentenrollmentperiod-updatestudentenrollmentperiod-request-payload) | |||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isDegreeProgramType": true,
- "isChangeDateApplicable": true,
- "isReEntryApplicable": true,
- "programVersionAreaOfStudyConfigList": [
- {
- "pkId": 0,
- "adConcentrationId": 0,
- "code": "string",
- "descrip": "string",
- "adMajorId": 0,
- "adMajorCode": "string",
- "selListId": 0,
- "typeId": 0,
- "typeCode": "string",
- "typeDescrip": "string",
- "mode": 0,
- "adProgramVersionId": 0,
- "adCatalogYearId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z"
}
], - "isOverriddeEnrollmentStatusCategory": true,
- "isBudgetApplicable": true,
- "isBillMethodChange": true,
- "loaStart": "2019-08-24T14:15:22Z",
- "loaReturn": "2019-08-24T14:15:22Z",
- "isCatalogYearChanged": true,
- "isGraduationDateChanged": true,
- "previousGraduationDate": "2019-08-24T14:15:22Z",
- "loaPreviousSchoolStatusId": 0,
- "previousProgramVersionId": 0,
- "previousSchoolStatusId": 0,
- "previousSystemSchoolStatusId": 0,
- "faaNotificationStaffId": 0,
- "faaNotificationMessage": "string",
- "previousBillingMethodId": 0,
- "previousStudentEnrollmentPeriodId": 0,
- "entity": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "isExcludedCrmIntegration": true,
- "statusColor": "string",
- "systemStatusCategory": "string",
- "registeredCreditHours": 0,
- "registeredClockHours": 0,
- "nsldsStatusName": "string",
- "isLastStatusTransfer": true,
- "isTermAggregateRegisteredCredits": true,
- "previousTransferStudentEnrollmentPeriodId": 0,
- "previousSchoolStatusId": 0,
- "studentAdvisorList": [
- {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "academicAdvisor": {
- "id": 0,
- "studentId": 0,
- "staffGroupId": 0,
- "studentEnrollmentPeriodId": 0,
- "advisorModule": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "staffId": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "isBatchCatalogAssignment": true,
- "isUpdateStudentEnrollmentPeriod": true,
- "message": "string",
- "isDocumentDelete": true,
- "id": 0,
- "academicAdvisorId": 0,
- "accountReceivableBalance": 0,
- "actualStartDate": "2019-08-24T14:15:22Z",
- "admissionsRegionId": 0,
- "agencyBranchId": 0,
- "aosTransferDate": "2019-08-24T14:15:22Z",
- "applicantProgress": 0,
- "applicantTypeId": 0,
- "applicationReceivedDate": "2019-08-24T14:15:22Z",
- "assignedAdmissionsRepId": 0,
- "autoChargesTermId": 0,
- "billedDate": "2019-08-24T14:15:22Z",
- "billingMethodId": 0,
- "campusId": 0,
- "catalogYearId": 0,
- "clockHoursAttempted": 0,
- "clockHoursEarned": 0,
- "clockHoursRequired": 0,
- "clockHoursScheduled": 0,
- "coreCreditHoursAttempted": 0,
- "coreCreditHoursEarned": 0,
- "coreGpa": 0,
- "coreNumericAvg": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "creditHoursAttempted": 0,
- "creditHoursEarned": 0,
- "creditHoursRequired": 0,
- "creditHoursScheduled": 0,
- "cumGpaPoints": 0,
- "daysAbsent": 0,
- "degreeAudit": "string",
- "dropDate": "2019-08-24T14:15:22Z",
- "dropEarn": 0,
- "dropType": "string",
- "enrollmentDate": "2019-08-24T14:15:22Z",
- "enrollmentNumber": "string",
- "enrollmentStatusId": 0,
- "expectedCreditsHoursPerTerm": 0,
- "expectedHoursPerWeekForExternship": 0,
- "expectedRefundProcessDate": "2019-08-24T14:15:22Z",
- "expectedStartDate": "2019-08-24T14:15:22Z",
- "externshipBeginDate": "2019-08-24T14:15:22Z",
- "faEntranceInterviewDate": "2019-08-24T14:15:22Z",
- "faExitInterviewDate": "2019-08-24T14:15:22Z",
- "financialAidCredits": 0,
- "gpa": 0,
- "gpaCreditHours": 0,
- "gradeLevelId": 0,
- "gradeScaleId": 0,
- "graduationDate": "2019-08-24T14:15:22Z",
- "ipedsState": "string",
- "isApplicant": true,
- "isAttendanceArchived": true,
- "isIpedsTransfer": true,
- "isReenrollment": { },
- "isTransfer": true,
- "isUiUpdate": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lda": "2019-08-24T14:15:22Z",
- "linkedSapStudentEnrollmentPeriodId": 0,
- "midpointDate": "2019-08-24T14:15:22Z",
- "minutesAbsent": 0,
- "minutesAttended": 0,
- "minutesMakeUp": 0,
- "note": "string",
- "nsldsWithdrawalDate": "2019-08-24T14:15:22Z",
- "numericAverage": 0,
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalGraduationDate": "2019-08-24T14:15:22Z",
- "outsideCourseWorkHours": 0,
- "previousEducationId": 0,
- "previousGradDate": "2019-08-24T14:15:22Z",
- "programId": 0,
- "programVersionId": 0,
- "programVersionName": "string",
- "recalculateTermSequence": true,
- "reenrollDate": "2019-08-24T14:15:22Z",
- "reentryAfter180Date": "2019-08-24T14:15:22Z",
- "rightsResponsibilitiesAck": true,
- "rowVersion": "string",
- "sapCheckpoint": { },
- "sapFlag": "string",
- "sapStatusId": 0,
- "schoolStatusChangeDate": "2019-08-24T14:15:22Z",
- "schoolStatusChangeReasonId": 0,
- "schoolStatusId": 0,
- "shiftId": 0,
- "speProgression": 0,
- "startDateId": 0,
- "startTermId": 0,
- "statusChangeType": 0,
- "studentId": 0,
- "transcriptIssued": "2019-08-24T14:15:22Z",
- "transferCreditHours": 0,
- "transferInDate": "2019-08-24T14:15:22Z",
- "student": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Change Student Status On Close Task
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-changestudentstatusonclosetask-request-payload) | |||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "taskId": 0,
- "studentId": 0,
- "schoolStatusId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentId": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Check Duplicate Campus Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-checkduplicatecampusstudent-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isDupNamePhoneCheckRequired": true,
- "firstName": "string",
- "lastName": "string",
- "phone": "string",
- "workPhone": "string",
- "eMail": "string",
- "postalCode": "string",
- "highSchoolGraduationYear": "string",
- "sSN": "string",
- "leadSourceId": "string",
- "admissionsOfficerId": "string",
- "city": "string",
- "stateId": "string",
- "countryId": "string",
- "workPhoneExtension": "string",
- "birthDate": "string",
- "driversLicenseNumber": "string",
- "driversLicenseStateId": "string",
- "expectedStartDate": "string",
- "otherEmail": "string",
- "otherPhone": "string",
- "middleName": "string",
- "schoolStatusId": "string",
- "genderId": "string",
- "locationId": "string",
- "leadTypeId": "string",
- "address": "string",
- "countyId": "string",
- "programId": "string",
- "agencyId": "string",
- "leadDate": "string",
- "highSchoolGradDate": "string",
- "alienRegistrationNumber": "string",
- "bestTimeToContact": "string",
- "citizenshipId": "string",
- "collegeId": "string",
- "comments": "string",
- "currentEmployerId": "string",
- "hasDisability": "string",
- "isVeteran": "string",
- "employmentStatusId": "string",
- "extraCurricularId": "string",
- "nickName": "string",
- "previousEducationId": "string",
- "highSchoolDateEnrolled": "string",
- "highSchoolGraduate": "string",
- "highSchoolGraduationSession": "string",
- "highSchoolLastDateAttended": "string",
- "highSchoolSize": "string",
- "highSchoolStudentLevel": "string",
- "highSchoolStudentRank": "string",
- "highSchoolTranscriptType": "string",
- "maidenName": "string",
- "maritalStatusId": "string",
- "nationalityId": "string",
- "raceId": "string",
- "titleId": "string",
- "suffixId": "string",
- "shiftId": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "students": [
- {
- "syStudentId": 0,
- "syCampusId": 0,
- "sySchoolStatusId": 0,
- "amLeadSrcId": 0,
- "amLeadTypeId": 0,
- "amRepId": 0,
- "admRepDescrp": "string",
- "firstName": "string",
- "lastName": "string",
- "mI": "string",
- "sSN": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "phone": "string",
- "dOB": "2019-08-24T14:15:22Z",
- "drivLic": "string",
- "email": "string",
- "addr1": "string",
- "workPhone": "string",
- "campusName": "string",
- "leadDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z"
}
], - "itemsAffected": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Alumni
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-deletealumni-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Activity Statement Students
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-getactivitystatementstudents-request-payload) | |||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusId": 0,
- "lastModifiedUserId": 0,
- "lowStartDate": "string",
- "highStartDate": "string",
- "lowExpectedStartDate": "string",
- "highExpectedStartDate": "string",
- "lowGraduationDate": "string",
- "highGraduationDate": "string",
- "minimumAccountBalance": 0,
- "accountBalanceAsOfDate": "string",
- "schoolStatusCodesIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentIdList": [
- 0
], - "studentCount": 0,
- "message": "string",
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Alumni
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-getalumni-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Batch Transcript Students
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-getbatchtranscriptstudents-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "statusIdList": [
- 0
], - "studentGroupId": 0,
- "programVersionId": 0,
- "programId": 0,
- "minStartDate": "2019-08-24T14:15:22Z",
- "maxStartDate": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "lastName": "string",
- "ssn": "string",
- "studentId": 0,
- "enrollmentNumber": "string",
- "studentGroupIdList": [
- 0
], - "programVersionIdList": [
- 0
], - "shiftIdList": [
- 0
], - "minGraduationDate": "2019-08-24T14:15:22Z",
- "maxGraduationDate": "2019-08-24T14:15:22Z",
- "isIncludeTranscriptsOnHold": true,
- "studentIDToPrint": 0,
- "studentNumber": "string",
- "emailAddress": "string",
- "phoneNumber": "string",
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "programIdList": [
- 0
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "studentBatchTranscriptList": [
- {
- "id": 0,
- "studentNumber": "string",
- "studentName": "string",
- "enrollmentNumber": "string",
- "campusId": 0,
- "campusName": "string",
- "programId": 0,
- "programName": "string",
- "programVersionId": 0,
- "programVersionName": "string",
- "programVersionCode": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "schoolStatusId": 0,
- "schoolStatusName": "string",
- "filePath": "string",
- "fileName": "string",
- "status": "string",
- "exceptionMsg": "string",
- "transcriptHoldStatus": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Quick Lead Template Detail
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-getquickleadtemplatedetail-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "templateCode": "string",
- "templatePropertyList": [
- {
- "columnName": "string",
- "tableName": "string",
- "isRequired": true,
- "groupName": "string"
}
]
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "prospectTemplateFieldDetails": [
- {
- "controlType": "string",
- "controlOption": "string",
- "displayName": "string",
- "displayFormat": "string",
- "propertyName": "string",
- "helpText": "string",
- "tableName": "string",
- "isDefault": true,
- "isRequired": true,
- "inputMask": "string",
- "dataType": "string",
- "maxLength": 0,
- "decimals": "string",
- "minimumRange": "string",
- "maximumRange": "string",
- "isDataFromOData": true,
- "oDataLookUp": "string",
- "valueField": "string",
- "textField": "string",
- "selectedValue": "string",
- "otherSelectedValue": "string",
- "existingDataDetails": [
- {
- "id": 0,
- "name": "string",
- "code": "string"
}
], - "groupName": "string",
- "orderNumber": 0
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Recent Students
Authorizations:
Request Body schema: application/json
Payload for the command
payload | any (common-student-getrecentstudents-request-payload) |
Responses
Request samples
- Payload
{- "payload": null
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Process Duplicate Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-processduplicatestudent-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "entity": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "entity": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Student
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Alumni
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-savenewalumni-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "userId": 0,
- "titleId": 0,
- "lastName": "string",
- "firstName": "string",
- "middleName": "string",
- "suffix": "string",
- "maidenName": "string",
- "nickName": "string",
- "address": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "countryID": 0,
- "sSN": "string",
- "telephone": "string",
- "workphone": "string",
- "workExt": "string",
- "email": "string",
- "sexId": 0,
- "citizen": 0,
- "dLState": "string",
- "dLNum": "string",
- "campusID": 0,
- "statusID": 0,
- "programID": 0,
- "programVersionID": 0,
- "shiftID": 0,
- "gradeLevelID": 0,
- "programDescrip": "string",
- "cumGPA": "string",
- "comments": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "gradDate": "2019-08-24T14:15:22Z",
- "midDate": "2019-08-24T14:15:22Z",
- "isBadAddress": true,
- "countyId": 0,
- "isBadPhone": true,
- "nationalityId": 0,
- "maritalStatusId": 0,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "alienNumber": "string",
- "agencyId": 0,
- "pIN": 0,
- "extraCurricularActivityId": 0,
- "dataBlockIndicator": true,
- "disabled": "string",
- "veteran": "string",
- "otherPhoneNumber": "string",
- "otherEmailAddress": "string",
- "nIStudent": true,
- "dBIModifiedDate": "2019-08-24T14:15:22Z",
- "smsServiceProviderId": 0,
- "subscribeToSMS": true,
- "mobilePhoneNumber": "string",
- "hispanicLatino": "string",
- "ethnicitiesList": [
- 0
], - "extraCurricular": [
- 0
], - "genderPronounList": [
- 0
], - "preferredName": "string"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "id": 0,
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Quick Lead
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-savequicklead-request-payload) | |||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "prospectTemplateFieldDetails": [
- {
- "controlType": "string",
- "controlOption": "string",
- "displayName": "string",
- "displayFormat": "string",
- "propertyName": "string",
- "helpText": "string",
- "tableName": "string",
- "isDefault": true,
- "isRequired": true,
- "inputMask": "string",
- "dataType": "string",
- "maxLength": 0,
- "decimals": "string",
- "minimumRange": "string",
- "maximumRange": "string",
- "isDataFromOData": true,
- "oDataLookUp": "string",
- "valueField": "string",
- "textField": "string",
- "selectedValue": "string",
- "otherSelectedValue": "string",
- "existingDataDetails": [
- {
- "id": 0,
- "name": "string",
- "code": "string"
}
], - "groupName": "string",
- "orderNumber": 0
}
], - "isIgnoreDuplicate": true,
- "processDuplicateStudentId": 0,
- "newAssignedAdmissionsRepId": 0,
- "effectiveDate": "2019-08-24T14:15:22Z"
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "prospectTemplateFieldDetails": [
- {
- "controlType": "string",
- "controlOption": "string",
- "displayName": "string",
- "displayFormat": "string",
- "propertyName": "string",
- "helpText": "string",
- "tableName": "string",
- "isDefault": true,
- "isRequired": true,
- "inputMask": "string",
- "dataType": "string",
- "maxLength": 0,
- "decimals": "string",
- "minimumRange": "string",
- "maximumRange": "string",
- "isDataFromOData": true,
- "oDataLookUp": "string",
- "valueField": "string",
- "textField": "string",
- "selectedValue": "string",
- "otherSelectedValue": "string",
- "existingDataDetails": [
- {
- "id": 0,
- "name": "string",
- "code": "string"
}
], - "groupName": "string",
- "orderNumber": 0
}
], - "studentEntity": {
- "isExcludedCrmIntegration": true,
- "addressTypeId": 0,
- "studentInquiryRequired": true,
- "extraCurricularsList": [
- 0
], - "programsList": [
- 0
], - "enrolledProgramIdList": [
- 0
], - "ethnicitiesList": [
- 0
], - "leadSourcesList": [
- 0
], - "deleteVeteranDetails": true,
- "vendors": [
- {
- "syOrganizationId": 0,
- "leadSourceId": 0
}
], - "studentAddressAssociation": 0,
- "newAssignedAdmissionsRepId": 0,
- "assignedAdmissionsRepReassignedDate": "2019-08-24T14:15:22Z",
- "studentRelationshipAddress": {
- "isPermanentAddress": true,
- "isDefaultAddress": true,
- "isExcludedCrmIntegration": true,
- "id": 0,
- "addressBeginDate": "2019-08-24T14:15:22Z",
- "addressEndDate": "2019-08-24T14:15:22Z",
- "addressTypeId": 0,
- "admissionsRegionId": 0,
- "city": "string",
- "countryId": 0,
- "countryName": "string",
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "emailAddress": "string",
- "employerName": "string",
- "firstName": "string",
- "isSeasonalAddress": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "mobileNumber": "string",
- "note": "string",
- "otherEmailAddress": "string",
- "otherPhone": "string",
- "phoneNumber": "string",
- "plusReferenceNumber": 0,
- "postalCode": "string",
- "printedOnMasterPromNote": "string",
- "printedOnPlusPromNote": "string",
- "referenceConfirmed": "string",
- "referenceConfirmedDate": "2019-08-24T14:15:22Z",
- "referenceNumber": 0,
- "relationToStudent": "string",
- "rowVersion": "string",
- "secondPhoneNumber": "string",
- "sourceSystem": "string",
- "ssn": "string",
- "state": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentEnrollmentPeriodId": 0,
- "studentId": 0,
- "titleId": 0,
- "workPhoneNumber": "string",
- "yearsAtAddress": 0,
- "yearsKnownStudent": 0,
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "lastFourSsn": "string",
- "customProperties": [
- "string"
], - "multiValueCustomProperties": [
- "string"
], - "originalCustomProperties": [
- "string"
], - "originalMultiValueCustomProperties": [
- "string"
], - "originalCustomPropertiesValues": "string",
- "originalMultiValueCustomPropertiesValues": "string",
- "genderPronounList": [
- 0
], - "overridePrevEducAltPellValidation": true,
- "id": 0,
- "acgEligReasonCode": "string",
- "agencyId": 0,
- "alienNumber": "string",
- "arAccountStatus": "string",
- "arBalance": 0,
- "arNextTransactionNumber": { },
- "assignedAdmissionsRepId": 0,
- "athleticIdentifier": "string",
- "bestTimeToContact": "string",
- "campusId": 0,
- "citizenId": 0,
- "city": "string",
- "collegeId": 0,
- "countryId": 0,
- "countyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "cumulativeGpa": 0,
- "cumulativeGpaPoints": 0,
- "currencyCodeId": 0,
- "currentLda": "2019-08-24T14:15:22Z",
- "dataBlockIndicator": true,
- "dateOfBirth": "2019-08-24T14:15:22Z",
- "dbiModifiedDate": "2019-08-24T14:15:22Z",
- "defaultAddressCode": "string",
- "defaultMasterStudentAddressId": 0,
- "defaultStudentAddressId": 0,
- "disabled": "string",
- "driverLicenseNumber": "string",
- "driverLicenseState": "string",
- "emailAddress": "string",
- "employabilityAboutInfo": "string",
- "employerId": 0,
- "employmentStatusId": 0,
- "externalStudentIdentifier": "string",
- "extraCurricularActivityId": 0,
- "facebookUrl": "string",
- "faGradPlusCounselingDate": "2019-08-24T14:15:22Z",
- "faRigorousHighSchoolProgramCodeId": 0,
- "firstName": "string",
- "genderId": 0,
- "gpaCredits": 0,
- "hispanicLatino": "string",
- "hsAcademicGpa": 0,
- "instagramUrl": "string",
- "isActive": true,
- "isAllowedBulkRegistrationByTrack": true,
- "isBadAddress": true,
- "isBadPhone": true,
- "isDdVeteran": true,
- "isEftDefaultForStipends": true,
- "isInDistrict": true,
- "isSscrError11Received": true,
- "lastActivityDate": "2019-08-24T14:15:22Z",
- "lastInterestDate": "2019-08-24T14:15:22Z",
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "lastName": "string",
- "lastNameFirstFour": "string",
- "lastStatementBeginDate": "2019-08-24T14:15:22Z",
- "lastStatementCloseDate": "2019-08-24T14:15:22Z",
- "lastStatementDate": "2019-08-24T14:15:22Z",
- "leadDate": "2019-08-24T14:15:22Z",
- "leadSourceId": 0,
- "leadTypeId": 0,
- "linkedInUrl": "string",
- "maidenName": "string",
- "maritalStatusId": 0,
- "mi": "string",
- "middleName": "string",
- "mobilePhoneNumber": "string",
- "nationalityId": 0,
- "nickName": "string",
- "niStudent": true,
- "note": "string",
- "originalAssignedAdmissionsRepId": 0,
- "originalExpectedStartDate": "2019-08-24T14:15:22Z",
- "originalStartDate": "2019-08-24T14:15:22Z",
- "otherEmailAddress": "string",
- "otherPhoneNumber": "string",
- "personId": 0,
- "phoneNumber": "string",
- "pin": 0,
- "postalCode": "string",
- "postalCodeFirstThree": "string",
- "preferredContactType": "string",
- "preferredName": "string",
- "previousEducationGpa": 0,
- "previousEducationId": 0,
- "programGroupId": 0,
- "programId": 0,
- "rawFirstName": "string",
- "rawLastName": "string",
- "rawPhoneNumber": "string",
- "rowVersion": "string",
- "schoolStatusId": 0,
- "shiftId": 0,
- "smsServiceProviderId": 0,
- "sourceSystem": "string",
- "ssn": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "state": "string",
- "statementComment": "string",
- "streetAddress": "string",
- "streetAddress2": "string",
- "studentFullName": "string",
- "studentIdentifier": "string",
- "studentNumber": "string",
- "subscribeToSms": true,
- "suffix": "string",
- "suffixId": 0,
- "titleId": 0,
- "twitterUrl": "string",
- "veteran": "string",
- "workPhoneNumber": "string",
- "workPhoneNumberExtension": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "studentList": [
- {
- "syStudentId": 0,
- "syCampusId": 0,
- "sySchoolStatusId": 0,
- "amLeadSrcId": 0,
- "amLeadTypeId": 0,
- "amRepId": 0,
- "admRepDescrp": "string",
- "firstName": "string",
- "lastName": "string",
- "mI": "string",
- "sSN": "string",
- "city": "string",
- "state": "string",
- "zip": "string",
- "phone": "string",
- "dOB": "2019-08-24T14:15:22Z",
- "drivLic": "string",
- "email": "string",
- "addr1": "string",
- "workPhone": "string",
- "campusName": "string",
- "leadDate": "2019-08-24T14:15:22Z",
- "lastContactDate": "2019-08-24T14:15:22Z"
}
], - "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Set Default Student Label Address
Authorizations:
Request Body schema: application/json
Payload for the command
object (common-student-setdefaultstudentlabeladdress-request-payload) | |||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0,
- "defaultAddressCode": "string",
- "defaultStudentAddressId": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Delete Term
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-term-delete-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "deleted": true
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Get Term
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-term-get-request-payload) | |||
|
Responses
Request samples
- Payload
{- "payload": {
- "id": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Term
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-term-save-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save New Term
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-term-savenew-request-payload) | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Responses
Request samples
- Payload
{- "payload": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "campusIdList": [
- 0
], - "isExcludedCrmIntegration": true,
- "id": 0,
- "addDropDate": "2019-08-24T14:15:22Z",
- "auditDesignationDeadline": "2019-08-24T14:15:22Z",
- "campusGroupId": 0,
- "code": "string",
- "courseRefundPolicyId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "faAcademicCalendar": { },
- "internalRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "internalRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isAttendanceRecorded": true,
- "isChildTermDatesRuleEnforced": true,
- "isGlobalExtractTerm": true,
- "isLdaRetainedUnregisteredCourses": true,
- "isOnlineUsageAllowed": true,
- "isPrePullRequiredForGlobal": true,
- "isSapTerm": true,
- "isStandardTerm": { },
- "isTermOpen": true,
- "isTermSuspendLiftedCampusLinkAmbassador": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "numberOfDaysAfterTermStartDate": 0,
- "numberOfDaysPriorToTermStartDate": 0,
- "numberOfDaysToRecalcNotification": 0,
- "openRegistrationBeginDateTime": "2019-08-24T14:15:22Z",
- "openRegistrationEndDateTime": "2019-08-24T14:15:22Z",
- "revenueUnits": 0,
- "rowVersion": "string",
- "sapCalcDaysAfterTermEnd": 0,
- "scheduleChangesType": "string",
- "sendCourseSectionDataInitialDoneToLms": true,
- "sendCourseSectionDataToLms": true,
- "sendInstructorAssignmentsInitialDoneToLms": true,
- "sendInstructorAssignmentsToLms": true,
- "sendStudentRegistrationDataInitialDoneToLms": true,
- "sendStudentRegistrationDataToLms": true,
- "shiftId": 0,
- "standardTermType": "string",
- "startDate": "2019-08-24T14:15:22Z",
- "studentRegisterEndDate": "2019-08-24T14:15:22Z",
- "studentRegisterStartDate": "2019-08-24T14:15:22Z",
- "summerHeaderOrTrailer": { },
- "termGroupId": 0,
- "termUsage": { },
- "campusGroup": {
- "id": 0,
- "approverStaffId": 0,
- "code": "string",
- "createdDateTime": "2019-08-24T14:15:22Z",
- "financialCampusGroup": true,
- "isActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "name": "string",
- "rowVersion": "string",
- "saStmtComments": "string",
- "saStmtLastCloseDate": "2019-08-24T14:15:22Z",
- "type": "string",
- "campusList": [
- {
- "id": 0,
- "campusGroupId": 0,
- "campusId": 0,
- "createdDateTime": "2019-08-24T14:15:22Z",
- "isCampusActive": true,
- "isSystemCode": true,
- "lastModifiedDateTime": "2019-08-24T14:15:22Z",
- "lastModifiedUserId": 0,
- "rowVersion": "string",
- "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
], - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}, - "originalState": "string",
- "secureState": "string",
- "extendedProperties": [
- null
], - "entityState": 0
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}
Save Term Status
Authorizations:
Request Body schema: application/json
Payload for the command
object (academics-term-savetermstatus-request-payload) | |||||
|
Responses
Request samples
- Payload
{- "payload": {
- "termIdList": [
- 0
], - "isTermOpen": true
}
}
Response samples
- 200
{- "payload": {
- "data": {
- "validationMessages": {
- "hasErrors": true,
- "count": 0,
- "item": {
- "message": "string",
- "messageType": 0
}
}
}
}, - "notifications": [
- null
], - "hasError": false,
- "hasFault": false,
- "hasWarning": false,
- "hasValidationError": false,
- "hasValidationWarning": false,
- "hasValidationInformation": false,
- "hasSecurityError": false
}