The request for the GenerateSignupCode Service
Inheritance Hierarchy
PASI.DataContract.V2009RequestBase
PASI.DataContract.SystemGenerateSignupCodeRequest
Namespace: PASI.DataContract.System
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The GenerateSignupCodeRequest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GenerateSignupCodeRequest |
Properties
Name | Description | |
---|---|---|
CallerInfo | (Required)
Information about the Caller
(Inherited from RequestBase.) | |
DeliverByEmail |
If the signup code should be delivered by email, regular mail otherwise
| |
EducationAccountIdentifier | (Required)
The unique identifier of the Education Account that this request is being made on behalf of
| |
StateProvinceId | (Required)
Identifies the associated student being connected to
| |
UserGeneratingCode | (Required)
Username or email address of the user that the signup code is for
If DeliverByEmail = true this should be the User's primary email address to display on the signup email
Otherwise this should be the User Name to be printed on the signup letter
|
See Also