This contract is used by the SubmitStudentCitizenshipStatus service.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2019SubmitStudentCitizenshipStatusRequest
Namespace: PASI.DataContract.V2019
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentCitizenshipStatusRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitStudentCitizenshipStatusRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
CitizenshipStatus | (Required)
The citizenship status
| |
CountryOfCitizenship |
The country of citizenship
| |
DeleteCitizenshipStatus | (Required)
This value should be set to True when an CitizenshipStatus is to be deleted. Otherwise set it to False.
| |
DocumentExpiryDate |
The date the document expires
| |
EffectiveDate | (Required)
The date the citizenship status is in effect
| |
ParentGuardianCitizenshipDocumentRefId |
The unique identifier for the parent guardian citizenship status document record
| |
ParentGuardianCitizenshipStatus |
The citizenship status of the Guardian
| |
ParentGuardianId |
The unique identifier for the parent guardian record on student citizenship status
| |
RefId | (Required)
The unique identifier for the citizenship status record
| |
StateProvinceId | (Required)
The StateProvinceId of the student being updated.
| |
StudentCitizenshipDocumentRefId |
The unique identifier for the student citizenship status document record
| |
StudentPASICoreVersion | (Required)
The current version of the student PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
|
See Also