SubmitStudentCitizenshipStatusRequestCitizenshipStatus Property Provincial Approach to Student Information API
(Required) The CitizenStatusInfo to add, update or delete. If an addition it should be set to zero.

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

public CitizenshipStatusInfo CitizenshipStatus { get; set; }

Property Value

Type: CitizenshipStatusInfo
Remarks

If adding a new CitizenStatus for a student the RefId should be set to 0.
If updating an existing CitizenStatus for a student the RefId should be set to the RefId of the name to be modified.
If Deleting a CitizenStatus for a student the RefId should be set to the RefId to be deleted and set the DeleteCitizenshipStatus flag to True

Field Validation

  • This field is Required.
See Also

Reference