SubmitStudentAddressRequest ClassProvincial Approach to Student Information API
Contains information required to create or update an address for a student
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2019SubmitStudentAddressRequest

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

public class SubmitStudentAddressRequest : RequestBase

The SubmitStudentAddressRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStudentAddressRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyCity
The city part of the address
Public propertyCountry
(Required) The country code of the address
Public propertyDeleteAddress
(Required) This value should be set to true when an address is to be deleted
Public propertyEffectiveDate
(Required) The date the address is in effect
Public propertyExpiryDateOverride
The date the address is no longer in effect. The expiry date is derived taking into account this value.
Public propertyFormat
(Required) The format of address
Public propertyLatitude
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.
Public propertyLongitude
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.
Public propertyPASICoreVersion
(Required) The PASI Core version of the student. This must match what is currently in PASI for the update to be accepted.
Public propertyPostalCode
The postal or zip code of the address
Public propertyRefId
(Required) The unique identifier for the address record
Public propertyStateProvince
The state or province code of the address
Public propertyStateProvinceId
(Required) The Alberta Student Number at the time of registration
Public propertyStreet
(Required) The street part of the address
Public propertyType
(Required) The type of address
Top
See Also

Reference