The SubmitPhoneNumberRequest type exposes the following members.
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DeletePhoneNumber | (Required)
This value should be set to True when an alias is to be deleted. Otherwise set it to False.
| |
ExpireCurrent |
This value should be set to True when other phone numbers should become expired. Otherwise set it to False.
| |
IsPreferred |
This value should be set to True when a phone number is the preferred phone number. Otherwise set it to False.
| |
PASICoreVersion | (Required)
The current version of the PASICoreVersion. This must match what is currently in the PASI core for the update to be accepted.
| |
PhoneNumber | (Required)
The phone number that should be added or updated.
| |
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 StateProvinceId of the student being updated.
|
See Also