SubmitPhoneNumberRequest ClassProvincial Approach to Student Information API
This contract is used with the SubmitPhoneNumber service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2018SubmitPhoneNumberRequest

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

public class SubmitPhoneNumberRequest : RequestBase

The SubmitPhoneNumberRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitPhoneNumberRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDeletePhoneNumber
(Required) This value should be set to True when an alias is to be deleted. Otherwise set it to False.
Public propertyExpireCurrent
This value should be set to True when other phone numbers should become expired. Otherwise set it to False.
Public propertyIsPreferred
This value should be set to True when a phone number is the preferred phone number. Otherwise set it to False.
Public propertyPASICoreVersion
(Required) The current version of the PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
Public propertyPhoneNumber
(Required) The phone number that should be added or updated.
Public propertySourceChangeCode
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.
Public propertyStateProvinceId
(Required) The StateProvinceId of the student being updated.
Top
See Also

Reference