Contains all information required to update a students address.
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2017SubmitStudentAddressRequest
Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The SubmitStudentAddressRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SubmitStudentAddressRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DeleteAddress | (Required)
This value should be set to True when an address is to be deleted. Otherwise set it to False.
| |
ExpireCurrent |
This value should be set to True when other addresses should become expired. Otherwise set it to False.
| |
IsPreferred |
This value should be set to True when an address is the preferred address. Otherwise set it to False.
| |
NewAddress | (Required)
New Student Address information to update.
| |
SourceChangeCode |
This code allows a PASI client to submit a code to identify why it changed a record. There is some automation of updates
within PASIprep that PASI Core is capturing how the update was made. This field can be used by other clients.
There is no validation other than it must be a number.
| |
StateProvinceId | (Required)
The Alberta Student Number at the time of registration.
| |
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