(Required)
Specifies the data type the client wishes to sync with the PASI core.
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
Property Value
Type: StringRemarks
Notification Type | Corresponding Sync Service |
---|---|
ClassroomAccommodation | GetClassroomAccommodation |
ClassroomAccommodationStatus | GetClassroomAccommodationStatus |
Course | GetCourse |
CourseEnrolment | GetCourseEnrolment |
CourseEnrolmentStatus | GetCourseEnrolmentStatus |
DiplomaExam | GetExam or GetDiplomaExam (2016 endpoint) |
DiplomaExamMark | GetExamMark or GetDiplomaExamMark (2016 endpoint) |
DiplomaExamRescoreRequest | GetDiplomaExamRescoreRequest |
DiplomaExamSitting | GetExamSitting |
EducationAccountConnection | GetEducationAccountConnection |
EvaluatedMark | GetEvaluatedMark |
EvaluatedMarkStatus | GetEvaluatedMarkStatus |
ProvincialAchievementTest | GetProvincialAchievementTest |
ProvincialAchievementTestResult | GetProvincialAchievementTestResult |
ResponsibleSchool | GetResponsibleSchool |
ResponsibleSchoolStatus | GetResponsibleSchoolStatus |
School | GetSchoolInformation |
SchoolAuthority | GetSchoolAuthorityInformation |
SchoolCalendarYear | GetSchoolCalendarYearInformation |
Section | GetSection |
SectionStatus | GetSectionStatus |
Student | GetStudent |
StudentRecordDocument | GetStudentRecordDocument |
StudentSchoolEnrolment | GetStudentSchoolEnrolment |
StudentSchoolEnrolmentStatus | GetStudentSchoolEnrolmentStatus |
StudentStatus | GetStudentStatus |
StudentTranscriptDetail | GetStudentTranscriptDetail |
For all the DataNotificationTypes listed above except: ClassroomAccommodation, Course, EducationAccountConnection, ExamRescoreRequest, School, SchoolAuthority, Student, StudentStatus and StudentTranscriptDetail a SchoolYear must also be provided (Rule 3008). For example, to synchronize school enrolments for the 2012 school year, the DataNotificationType of "StudentSchoolEnrolment.2012" should be used. This will synchronize all school enrolments that the PASI client has access to for the 2012 school year. To synchronize multiple years of school enrolments the PASI client should supply more than one DataNotificationRequestTypeInfo (i.e. StudentSchoolEnrolment.2012 and StudentSchoolEnrolment.2013)
Field Validation
- This field is Required.
See Also