OrderedDocumentResponse ClassProvincial Approach to Student Information API
The response of the GetOrderedDocument service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V201507OrderedDocumentResponse

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

public class OrderedDocumentResponse

The OrderedDocumentResponse type exposes the following members.

Constructors

  NameDescription
Public methodOrderedDocumentResponse
Top
Properties

  NameDescription
Public propertyDocument
The base64 encoded Transcript PDF.
Public propertyDocumentOrderErrors
(Conditional) The errors associated with the document order item.
Public propertyDocumentOrderId
(Required) A unique public identifier for the order that can be used by all stakeholders to represent the order.
Public propertyDocumentOrderItemNumber
(Required) A public identifier for the order item (unique within the order) that can be used, in combination with the Document Order Identifier, to uniquely represent the order item.
Public propertyDocumentWarningIndicator
(Required) Indication if the document is potentially out of date based on a processing request. If false this document is up to date. If true, the caller may want to consider creating a new document order to generate a new document.
Public propertyRejections
A list of rejections generated for this request.
Public propertyXml
If requested this property will contain an XML representation of the document.
Top
See Also

Reference