Contains information required to create or update an address for a student
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.V2019SubmitStudentAddressRequest
Namespace: PASI.DataContract.V2019
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.) | |
City |
The city part of the address
| |
Country | (Required)
The country code of the address
| |
DeleteAddress | (Required)
This value should be set to true when an address is to be deleted
| |
EffectiveDate | (Required)
The date the address is in effect
| |
ExpiryDateOverride |
The date the address is no longer in effect. The expiry date is derived taking into account this value.
| |
Format | (Required)
The format of address
| |
Latitude |
The Latitude of the Student Address. Latitude values are expected in decimal format and
bounded by +/- 90. Positive latitudes are north of the equator,
while negative latitudes are south of the equator.
| |
Longitude |
The Longitude of the Student Address. Longitude values are expected in decimal format and
bounded by +/- 180. Positive longitudes are east of Prime Meridian,
while negative longitudes are west of the Prime Meridian.
| |
PASICoreVersion | (Required)
The PASI Core version of the student. This must match what is currently in PASI for the update to be accepted.
| |
PostalCode |
The postal or zip code of the address
| |
RefId | (Required)
The unique identifier for the address record
| |
StateProvince |
The state or province code of the address
| |
StateProvinceId | (Required)
The Alberta Student Number at the time of registration
| |
Street | (Required)
The street part of the address
| |
Type | (Required)
The type of address
|
See Also