Contains the information to add, update, or delete a document that is part of a student's digital record
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2018SubmitStudentRecordDocumentRequest
Namespace: PASI.DataContract.V2018
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentRecordDocumentRequest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SubmitStudentRecordDocumentRequest |
Properties
| Name | Description | |
|---|---|---|
| CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
| DocumentDate |
Represents the date that the document was generated on or attributed to.
Will be required if the document has a disposal that is tied to the document date.
| |
| DocumentImage |
Contains metadata and the binary image for this document
| |
| DocumentLanguage | (Required)
The language of this document
| |
| DocumentType | (Required)
Describes what kind of document this is
| |
| ExpiryDate |
The date this document is considered expired (for example a student visa) and should not be used anymore
| |
| IrrelevantDocuments |
Existing digital record documents that will be replaced with this document being submitted
| |
| IsDeleted | (Required)
True if this document is logically deleted
| |
| IsDigitized | (Required)
True when this document is a digitized version of a physical (hard copy) document.
False when the document was created by a system and imported directly into PASI.
| |
| IsRelevant | (Required)
True if this document is relevant; false if it has been replaced with another document
| |
| LinkedToOrganization |
A reference to the organization that the document is linked to.
| |
| LinkedToSchoolYear |
The school year this document is applicable to
| |
| PASICoreVersion | (Required)
The PASI version of this document
| |
| RefId | (Required)
The unique identifier for this document
| |
| StateProvinceId | (Required)
The Alberta Student Number for this student
| |
| Title | (Required)
The title of this document
|
See Also