SubmitStateProvinceIdStatusRequest ClassProvincial Approach to Student Information API
Allows a client to link or unlink 2 StateProvinceIds, or to deactivate or reactivate an individual StateProvinceId.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009RequestBase
    PASI.DataContract.V2009SubmitStateProvinceIdStatusRequest

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

public class SubmitStateProvinceIdStatusRequest : RequestBase

The SubmitStateProvinceIdStatusRequest type exposes the following members.

Constructors

  NameDescription
Public methodSubmitStateProvinceIdStatusRequest
Top
Properties

  NameDescription
Public propertyCallerInfo
(Required) Information about the Caller
(Inherited from RequestBase.)
Public propertyPrimaryStateProvinceId
The primary StateProvinceId to link to if the StateProvinceId status is being set to secondary.
Public propertyPrimaryStudentPASICoreVersion
The version number of the student whose StateProvinceId is being linked to as the primary. StateProvinceId
Public propertyStateProvinceId
(Required) The StateProvinceId being updated.
Public propertyStatus
(Required) The status the StateProvinceId is being set to.
Public propertyStudentPASICoreVersion
(Required) The version number of the student whose StateProvinceId is being updated.
Top
See Also

Reference