SubmitCredentialRequirementExemptionRequest ClassProvincial Approach to Student Information API
This request contract is used with the SubmitCredentialRequirementExemption service. It allows user to submit an exemption for a student's credential requirement.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V201305SubmitCredentialRequirementExemptionRequest

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

public class SubmitCredentialRequirementExemptionRequest : RequestBase

The SubmitCredentialRequirementExemptionRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitCredentialRequirementExemptionRequest
Top
Properties

  NameDescription
Public propertyAdditionalDetails
Describes the reasons for an exemption request. Maximum length allowed 250 characters.
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCredentialExemptionReason
(Required) The code for the associated credential requirement's exemption reason.
Public propertyCredentialExemptionStatus
(Required) The code that indicates the status of the credential requirement exemption.
Public propertyCredentialRequirement
(Required) The code for the associated credential requirement.
Public propertyIsDeleted
(Required) Identifies that the record has been deleted and should no longer be used.
Public propertyPASICoreVersion
(Required) The PASI version of this object. This is used for updating the object. Set to zero when creating a new object.
Public propertyStateProvinceId
(Required) Identify the Student.
Top
See Also

Reference