Container object used to define the processing instructions for a given document.
| Parameter | Type | Description |
|---|---|---|
| DocPrepare | ExpereBoolean | A boolean defining if the document is a prepared document. A TRUE value indicates the document is prepared; a FALSE value indicates it is not prepared. |
| DocAutoselected | ExpereBoolean | A boolean defining if the document is marked for autoselection. A TRUE value indicates the document is autoselected; a FALSE value indicates it is not autoselected. |
| DocSuggested | ExpereBoolean | A boolean defining if the document is a suggested document. A TRUE value indicates the document is suggested; a FALSE value indicates it is not suggested. |
| DocFormat | DocumentFormatType | Object defining the format type for a document (based on an enumerated value): PDF specifies that output documents should be formatted as PDF.; RAW_XML specifies that output documents should be formatted as XML.; RTF specifies that output documents should be formatted as RTF (dynamic documents output as RTF, however static docs output as fillable PDFs). |
| DocStyle | string | The document style. |
| AncillaryOutputOption | AncillaryOutputOption | Container object used to define output options. The object is used to define document post-processing instructions included in the request. |