SubmitCredentialReIssueRequest ClassProvincial Approach to Student Information API
This contract is used with the SubmitCredentialReIssue service
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemSubmitCredentialReIssueRequest

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

public class SubmitCredentialReIssueRequest : RequestBase

The SubmitCredentialReIssueRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitCredentialReIssueRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCredentialNumber
(Required) Identifies the credential
Public propertyFirstName
(Required) The first name of the student to reissue the credential for. Maximum length allowed 50 characters.
Public propertyLastName
(Required) The last name of the student to reissue the credential for. Maximum length allowed 50 characters.
Public propertyLegacyCredentialNumber
A credential number assigned to a student prior to the PASI implementation of Awarding credential numbers
Public propertyMiddleName
The middle name of the student to reissue the credential for. Maximum length allowed 50 characters.
Public propertyPASICoreVersion
(Required) The PASI version of this object
Public propertySchoolYear
(Required) The school year for the re-issued credential
Public propertyCode exampleSuffix
The suffix part of the name of the student to reissue the credential for. Maximum length allowed 15 characters.
Top
See Also

Reference