DocumentOrderConstructRequestItemCityName Property Provincial Approach to Student Information API
(Conditional) The city associated with the recipient’s address.

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

public string CityName { get; set; }

Property Value

Type: String
Remarks

This field is required where the delivery method involves physical mailing of the document and the country name is either "Canada" or "United States".

Field Validation

  • 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