DocumentOrderConstructRequestItemRecipientName Property Provincial Approach to Student Information API
(Required) This is the name of the party that the document order item is addressed to.

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

public string RecipientName { get; set; }

Property Value

Type: String
Remarks

It may be a contact name, the name of an institution, the student’s name or a third party name. It may be provided as a one-time recipient.

Field Validation

  • This field is Required.
  • Value must be no more than 60 characters.
  • Value must not have control characters, leading, trailing or multiple embedded spaces. Content must not match regular expression: ^\s|\s{2,}|\s$|[\x00-\x19]|[\x7F-\x9F]|[^\x00-\xFF].
See Also

Reference