SubmitStudentDeceasedStatusRequest ClassProvincial Approach to Student Information API
This data contract is used by the SubmitStudentDeceasedStatus service to allow a client to indicate whether a student is deceased.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2009SubmitStudentDeceasedStatusRequest

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

public class SubmitStudentDeceasedStatusRequest : RequestBase

The SubmitStudentDeceasedStatusRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentDeceasedStatusRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDateOfDeath
The date of death reported for the student
Public propertyIsDeceased
(Required) Indicates whether the student is deceased.
Public propertyStateProvinceId
(Required) The State Province Id, otherwise known as the Alberta Student Number.
Public propertyStudentPASICoreVersion
(Required) The current version of the student PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
Top
See Also

Reference