The OrderedDocumentResponse type exposes the following members.
Properties
Name | Description | |
---|---|---|
Document |
The base64 encoded Transcript PDF.
| |
DocumentOrderErrors |
(Conditional) The errors associated with the document order item.
| |
DocumentOrderId | (Required)
A unique public identifier for the order that can be used by all stakeholders to represent the order.
| |
DocumentOrderItemNumber | (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.
| |
DocumentWarningIndicator | (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.
| |
Rejections |
A list of rejections generated for this request.
| |
Xml |
If requested this property will contain an XML representation of the document.
|
See Also