GenerateSignupCodeRequest ClassProvincial Approach to Student Information API
The request for the GenerateSignupCode Service
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.SystemGenerateSignupCodeRequest

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

public class GenerateSignupCodeRequest : RequestBase

The GenerateSignupCodeRequest type exposes the following members.

Constructors

  NameDescription
Public methodGenerateSignupCodeRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyDeliverByEmail
If the signup code should be delivered by email, regular mail otherwise
Public propertyEducationAccountIdentifier
(Required) The unique identifier of the Education Account that this request is being made on behalf of
Public propertyStateProvinceId
(Required) Identifies the associated student being connected to
Public propertyUserGeneratingCode
(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
Top
See Also

Reference