SubmitStudentCitizenshipStatusRequest ClassProvincial Approach to Student Information API
This contract is used by the SubmitStudentCitizenshipStatus service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2021SubmitStudentCitizenshipStatusRequest

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

public class SubmitStudentCitizenshipStatusRequest : RequestBase

The SubmitStudentCitizenshipStatusRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentCitizenshipStatusRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCitizenshipStatus
(Required) The citizenship status
Public propertyCountryOfCitizenship
The country of citizenship
Public propertyDeleteCitizenshipStatus
(Required) This value should be set to True when an CitizenshipStatus is to be deleted. Otherwise set it to False.
Public propertyDocumentExpiryDate
The date the document expires
Public propertyEffectiveDate
(Required) The date the citizenship status is in effect
Public propertyParentGuardianCitizenshipStatus
The citizenship status of the Guardian
Public propertyParentGuardianId
The unique identifier for the parent guardian record on student citizenship status
Public propertyRefId
(Required) The unique identifier for the citizenship status record
Public propertyStateProvinceId
(Required) The StateProvinceId of the student being updated.
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