| Name | Type | Description | Notes |
|---|---|---|---|
| printerAliasName | String | Name of the Printer connected (directly or via network) to a Computer. `Max length = 30` | |
| data | DataEnum | Content/Identifier of document e.g. DOCUMENT_REFERECE_ID. Actual document name e.g. abc.pdf. [IN] i.e base64 string, URL, file path | |
| dataType | DataTypeEnum | Data Type of the document e.g. DOCUMENT_REFERENCE. [IN/OUT] | |
| documentType | DocumentTypeEnum | The format of the document file the print takes. | |
| formName | FormNameEnum | The name of the Document Form. | |
| orientation | String | The orientation of the document layout: Portrait or Landscape. | [optional] |
| reference | PrintDocumentRequestReference | [optional] |
| Name | Value |
|---|---|
| "PDF" | |
| URL | "URL" |
| Name | Value |
|---|---|
| BASE64 | "BASE64" |
| URL | "URL" |
| Name | Value |
|---|---|
| ZPL2 | "ZPL2" |
| "PDF" |
| Name | Value |
|---|---|
| _8X11 | "8x11" |
| _4X6 | "4x6" |
| _2X1 | "2x1" |
| ENV10 | "ENV10" |
| ENV9 | "ENV9" |
| A1 | "A1" |