SubmitDiplomaExamSittingRequest ClassProvincial Approach to Student Information API
Diploma Exam Sittings define the time and place where a student may write a specific Exam Component. It is defined by the exam and exam component being written, as well as the organization responsible for the sitting.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V201602SubmitDiplomaExamSittingRequest

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

public class SubmitDiplomaExamSittingRequest : RequestBase

The SubmitDiplomaExamSittingRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitDiplomaExamSittingRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyComponentCode
(Required) Identifies the which Exam Component this Exam Sitting relates to.
Public propertyExamRefId
(Required) Identifies the Exam associated to the exam sitting.
Public propertyIsDeleted
(Required) Identifies that the exam sitting has been deleted and should no longer be used.
Public propertyIsSpecial
(Required) Identifies if a writing centre is special, and temporary in nature.
Public propertyLocationName
The physical location (not address) where the exam will be proctored.
Public propertyOrganizationCode
Identifies the Organization responsible for managing the Exam Sitting. This organization is commonly referred to as the “writing centre”.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object. Set to zero when creating a new exam sitting.
Public propertyRefId
(Required) The Globally Unique Identifier (GUID) used to reference the exam sitting record.
Public propertyScheduledDtoTime
The date and time this Exam Sitting is expected to occur relative to Coordinated Universal Time (UTC).
Public propertyStudentCapacity
The number of students that may write in this exam sitting.
Top
See Also

Reference