IPASIService2018GetStudentStatus Method Provincial Approach to Student Information API
This service operation will return a list of student status object that are requested by the client.

Namespace: PASI.ServiceContract
Assembly: PASI.ServiceContract (in PASI.ServiceContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

List<StudentStatusResponse> GetStudentStatus(
	StudentStatusRequest request
)

Parameters

request
Type: PASI.DataContract.V201204StudentStatusRequest
Contains a list of StateProvinceIds to retrieve a student status record(s).

Return Value

Type: ListStudentStatusResponse
A list of StudentStatusResponse object. Each response object may contain one or more CoreAlerts. Each CoreAlert represents a piece of student information that may need correction. For more information on CoreAlerts see the overview section here.

Service Validations

The following codes can be returned from the service operation. This list also shows core alerts that could be generated as a result calling this service. These codes are in addition to the standard set of codes that can be returned defined as in the Approach to Error Reporting. Click the link for the details.

11010, 11011, 11012, 11013, 11014, 11018, 11020, 11022, 11028, 11031, 11102, 11103, 11105, 11106, 11107, 11108, 11112, 11114, 11115, 11118, 11119, 11151, 11188, 11202, 11205, 11209, 11212, 11213, 11232, 11234, 11260, 11262, 11264, 11266, 11327, 11330, 11338, 11365, 11366, 11369, 11370, 11603, 11604, 11605, 11606, 11607, 60037, 65010, 65092
Remarks

This service is intended to be used during the data synchronization process using the IsDataAvailable service. See the Expected Versions section for important details on how this service will return data.

This service will return one or more StudentStatus objects. These represent the current core alerts attached to each student record in the PASI core. This information can then be used to create end user work items when data changes are required. If a CoreAlert have been previously been acknowled this service will return that information as well.

The process that generates the Status object in PASI core is asynchronous. This process is initiated by submitting any change to a student but the completion is dependent on the number of updates being submitted at the time by all PASI clients. With this in mind the best strategy for obtaining the status object as soon as available is through the use of the IsDataAvailable service. Even if there are no issues with a student a status object will still be generated.

A PASI client is limited to seeing only students they are associated with.

Request and Response Class Diagram



Request Fields

Full Property NameTypeRequiredOther Attributes
CallerInfoCallerInfoYes
CallerInfo.ClientMessageIDStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.SentUtcTimeDateTimeYes
CallerInfo.SoftwareSoftwareYes
CallerInfo.Software.BuildNumberStringYesValue must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.ManufacturerStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.ProductStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.Software.VersionStringYesValue must be no more than 30 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.UserUserYes
CallerInfo.User.IPAddressStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.LocalIDStringYesValue must be no more than 50 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.NameStringYesValue must be no more than 100 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
CallerInfo.User.OrganizationCodeStringYesValue must be no more than 6 characters
StateProvinceIdsList<StatusKeyVersionInfo>Yes
StateProvinceIds.ExpectedVersionNullable`1No
StateProvinceIds.KeyStringYes
StateProvinceIds.KnownSourceVersionNullable`1No


Response Fields

Full Property NameTypeRequiredOther Attributes
List<StudentStatusResponse>List<StudentStatusResponse>No
List<StudentStatusResponse>.AvailabilityStatusStringNo
List<StudentStatusResponse>.StudentStatusStudentStatusInfoNo
List<StudentStatusResponse>.StudentStatus.CoreAlertsList<CoreAlert>No
List<StudentStatusResponse>.StudentStatus.CoreAlerts.AcknowledgementStatusStringNo
List<StudentStatusResponse>.StudentStatus.CoreAlerts.AlertCodeInt32Yes
List<StudentStatusResponse>.StudentStatus.CoreAlerts.AlertTypeStringYes
List<StudentStatusResponse>.StudentStatus.CoreAlerts.ArgumentsList<KeyValuePair>No
List<StudentStatusResponse>.StudentStatus.CoreAlerts.Arguments.KeyStringYes
List<StudentStatusResponse>.StudentStatus.CoreAlerts.Arguments.ValueStringYesPASI.Validation.Schema.IsNotRequired
List<StudentStatusResponse>.StudentStatus.CoreAlerts.DescriptionStringNo
List<StudentStatusResponse>.StudentStatus.MaxSourcePASIVersionInt64No
List<StudentStatusResponse>.StudentStatus.PASICoreVersionInt64No
List<StudentStatusResponse>.StudentStatus.SourceStudentStudentInfoNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatusesList<CitizenshipStatusInfo>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.CitizenshipStatusStringYesValue must be an appropriate CitizenshipStatus code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.CountryOfCitizenshipStringNoValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.DocumentExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.CitizenshipStatuses.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.CreatedOnUtcDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.DateOfDeathDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictionsList<StudentDisclosureRestrictionInfo>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.DisclosureRestrictionCodeStringYesValue must be an appropriate DisclosureRestriction code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.DisclosureRestrictionDetailsStringNoValue must be no more than 250 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n]
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.IsActiveBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.DisclosureRestrictions.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.EmailAddressesList<EmailAddress>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.EmailAddresses.AddressStringYesValue must be no more than 255 characters Value must not contain invalid characters
List<StudentStatusResponse>.StudentStatus.SourceStudent.EmailAddresses.IsActiveBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.EmailAddresses.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.EmailAddresses.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.GenderStringYesValue must be an appropriate Gender code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecordStudentIdentificationInfoYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.BirthDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.DocumentIssueDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.DocumentNumberStringNoValue must be 4 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.DocumentReferenceIdNullable`1No
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.DocumentTypeStringNoValue must be an appropriate SourceDocumentType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.IsNameExactBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.IdentificationRecord.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.IsDeactivatedBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.IsDeceasedBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.LastUpdateUtcTimeDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.MaturityDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.MaturityReasonStringYesValue must be an appropriate MaturityReason code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.MedicalAlertsList<MedicalAlertInfo>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.MedicalAlerts.LastUpdateUtcTimeDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.MedicalAlerts.MedicalAlertMessageStringYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.MedicalAlerts.MedicalAlertTypeStringYesValue must be an appropriate code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.MedicalAlerts.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OriginalNameRefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddressesList<Address>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.AddressTypeStringYesValue must be an appropriate AddressType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.CityStringNoValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.CountryStringYesValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.PostalCodeStringNoValue must be no more than 15 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.StateProvinceStringNoValue must be no more than 20 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherAddresses.StreetStringYesValue must be no more than 140 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n]
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbersList<PhoneNumber>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.ExtensionStringNoValue must be no more than 7 characters
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.IsListableStringYesValue must be one of (Y, N, U)
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.NumberStringYesValue must be no more than 16 characters
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.OtherPhoneNumbers.TypeStringYesValue must be an appropriate PhoneType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardiansList<ParentGuardianInfo>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.EmailAddressStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.ExpiryDateOverrideNullable`1No
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HasSameHomePhoneNumberAsStudentBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HasSameMailingAddressAsStudentBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HasSamePhysicalAddressAsParentMailingBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HasSamePhysicalAddressAsStudentBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HasSamePhysicalAddressAsStudentPhysicalBooleanNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.HomeNumberStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.IsResidingWithBooleanYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.LastUpdateUtcTimeDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddressParentGuardianAddressNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddress.CityStringNoValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddress.CountryStringYesValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddress.PostalCodeStringNoValue must be no more than 15 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddress.StateProvinceStringNoValue must be no more than 20 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MailingAddress.StreetStringYesValue must be no more than 140 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.MobileNumberStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.NameParentGuardianNameYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.Name.FirstNameStringYesValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.Name.LastNameStringYesValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.Name.MiddleNameStringNoValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.Name.SuffixStringNoValue must be no more than 15 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddressParentGuardianAddressNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddress.CityStringNoValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddress.CountryStringYesValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddress.PostalCodeStringNoValue must be no more than 15 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddress.StateProvinceStringNoValue must be no more than 20 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.PhysicalAddress.StreetStringYesValue must be no more than 140 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n]
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.RelationshipDescriptionStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.RelationshipTypeStringYesValue must be an appropriate RelationshipType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.WorkExtensionStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ParentGuardians.WorkNumberStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PASICoreVersionInt64Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddressAddressNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.AddressTypeStringYesValue must be an appropriate AddressType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.CityStringNoValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.CountryStringYesValue must be no more than 60 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.PostalCodeStringNoValue must be no more than 15 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.StateProvinceStringNoValue must be no more than 20 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF]
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredMailingAddress.StreetStringYesValue must be no more than 140 characters Value must not have control characters, leading, trailing or multiple embedded spaces. Value must not contain empty lines and each line must be delimited with a carriage return and line feed. Content must not match regular expression: [\x00-\x08]|[\x0E-\x19]|[\x7F-\x9F]|[^\x00-\xFF]|(^|\n)\s*\r|\n\s*(\r|$)|[^\r]\n|\r[^\n]
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredNameRefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumberPhoneNumberNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.EffectiveDateDateTimeYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.ExpiryDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.ExtensionStringNoValue must be no more than 7 characters
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.IsListableStringYesValue must be one of (Y, N, U)
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.NumberStringYesValue must be no more than 16 characters
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.PreferredPhoneNumber.TypeStringYesValue must be an appropriate PhoneType code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.PrimaryLanguageSpokenAtHomeStringNoValue must be an appropriate LanguageSpoken code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.PrimaryStateProvinceIdStringNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.ScheduledRecordDisposalDateDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.SecondaryStateProvinceIdsList<String>No
List<StudentStatusResponse>.StudentStatus.SourceStudent.Section23EligibilityStringNoValue must be an appropriate Section23Eligibility code value
List<StudentStatusResponse>.StudentStatus.SourceStudent.StateProvinceIdStringYes
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNamesList<Name>Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.FirstNameStringYesValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.LastNameStringYesValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.LastUpdateUtcTimeDateTimeNo
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.MiddleNameStringNoValue must be no more than 50 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.RefIdInt32Yes
List<StudentStatusResponse>.StudentStatus.SourceStudent.StudentNames.SuffixStringNoValue must be no more than 15 characters Value must only contain letters (A-Z), hyphens (-), apostrophes ('), periods (.), spaces ( ), or accented letters (ÀÁÂÃÄÅÇÈÉÊËÌÍÎÏÑÒÓÔÕÖÙÚÛÜÝàáâãäåçèéêëìíîïñòóôõöùúûüýÿ)
List<StudentStatusResponse>.StudentStatus.StateProvinceIdStringNo
See Also

Reference