SubmitStudentRecordDocumentRequest ClassProvincial Approach to Student Information API
Contains the information to add, update, or delete a document that is part of a student's digital record
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2018SubmitStudentRecordDocumentRequest

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

public class SubmitStudentRecordDocumentRequest : RequestBase

The SubmitStudentRecordDocumentRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentRecordDocumentRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDocumentDate
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.
Public propertyDocumentImage
Contains metadata and the binary image for this document
Public propertyDocumentLanguage
(Required) The language of this document
Public propertyDocumentType
(Required) Describes what kind of document this is
Public propertyExpiryDate
The date this document is considered expired (for example a student visa) and should not be used anymore
Public propertyIrrelevantDocuments
Existing digital record documents that will be replaced with this document being submitted
Public propertyIsDeleted
(Required) True if this document is logically deleted
Public propertyIsDigitized
(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.
Public propertyIsRelevant
(Required) True if this document is relevant; false if it has been replaced with another document
Public propertyLinkedToOrganization
A reference to the organization that the document is linked to.
Public propertyLinkedToSchoolYear
The school year this document is applicable to
Public propertyPASICoreVersion
(Required) The PASI version of this document
Public propertyRefId
(Required) The unique identifier for this document
Public propertyStateProvinceId
(Required) The Alberta Student Number for this student
Public propertyTitle
(Required) The title of this document
Top
See Also

Reference