SubmitNameRequestName Property Provincial Approach to Student Information API
(Required) The name that is to be added, updated or deleted.

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

public Name Name { get; set; }

Property Value

Type: Name
Remarks

If adding a new name the Name.RefId should be set to 0.
If updating an existing alias the Name.RefId should be set to the RefId of the name to be modified.
If Deleting an alias the Name.RefId should be set to the RefId to be deleted and set the DeleteName flag to True

Field Validation

  • This field is Required.
See Also

Reference