This contract is used by the SubmitStudentCitizenshipStatus service.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2017SubmitStudentCitizenshipStatusRequest
Namespace: PASI.DataContract.V2017
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 CitizenStatusInfo to add, update or delete. If an addition it should be set to zero.
| |
DeleteCitizenshipStatus | (Required)
This value should be set to True when an CitizenshipStatus is to be deleted. Otherwise set it to False.
| |
StateProvinceId | (Required)
The StateProvinceId of the student being updated.
| |
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