Address ClassProvincial Approach to Student Information API
Defines the address for an organization or a person
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2017Address

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

public class Address

The Address type exposes the following members.

Constructors

  NameDescription
Public methodAddress
Top
Properties

  NameDescription
Public propertyAddressType
(Required) The type of address
Public propertyCity
The city part of the address
Public propertyCountry
(Required) The country code
Public propertyEffectiveDate
(Required) The date the address is in effect
Public propertyExpiryDate
The date the address is no longer in effect
Public propertyLastUpdateUtcTime
For a person this is the UTC time the address was last modified. This value is ignored when creating or updating an address.
Public propertyPostalCode
The postal or zip code
Public propertyRefId
(Required) The unique identifier for the address record
Public propertyStateProvince
The state or province code
Public propertyStreet
(Required) The street part of the address
Top
See Also

Reference