Document
The Document object contains information about the requested document based on the document identifier.
| Parameter | Type | Description |
|---|---|---|
| DocumentID | string | A unique identifier associated with a document. |
| Format | DocumentFormatType | The format of the document. |
| AncillaryOutputOptions | ArrayOfAncillaryOutputOption | Array containing an unbound collection of AncillaryOutputOption objects. |
| StoredDocID | string | A reference to the unique identifier (DocID) associated with a document. |
| Type | DocumentType | Object defining the format type for a document type (based on an enumerated value). |
| FragmentedName | string | The document name when used as a fragment. |
| DDRData | true | Indicates if there is any DDR data associated with the document. |
| ResolvedXML | Fully resolved XML document. | |
| Phase | string | An optional string of data that is only populated if the LineOfBusiness passed in without specifying the phase. If a PackageID or a LineOfBusiness are passed with the phase specified, the phase is not returned in the response. |
| PackageID | string | Specifies the PackageID for the RuleSource name when processing packages. This element and value is required for use with EZ Config Packages and Packets. |