DocumentOrderConstructRequestDocumentOrderId Property Provincial Approach to Student Information API
(Required) A unique public identifier that can be used by all stakeholders to represent the order.

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

public int DocumentOrderId { get; set; }

Property Value

Type: Int32
Remarks

If the document order is being newly created, this field should be set to zero. If the document order is being updated, this field must correspond to an existing document order.

Field Validation

  • This field is Required.
  • Value must be greater than or equal to 0.
See Also

Reference