PrintQuotation
Prints a quotation and returns a document in PDF format.
Input
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| DocumentLayout | String | Based on this layout a PDF is created and attached to an Exact Online document and an email. In case it is not specified, the default layout is used |
| EmailLayout | String | Based on this layout the email text is produced. In case it is not specified, the default layout is used. |
| ExtraText | String | Extra text that can be added to the printed document and email |
| QuotationDate | Datetime | Date of the quotation printed |
| SendEmailToCustomer | Boolean | Set to True if an email containing the quotation should be sent to the customer |
Result Set Columns
| Name | Type | Description |
| QuotationID | String | Identifier of the quotation. |
| Division | Integer | Division code. |
| Document | String | Based64 encoded pdf document. |
| DocumentCreationError | String | Contains the error message if an error occurred during the creation of the document |
| DocumentCreationSuccess | String | Contains information if a document was successfully created |
| DocumentLayout | String | Based on this layout a PDF is created and attached to an Exact Online document and an email. In case it is not specified, the default layout is used |
| EmailCreationError | String | Contains the error message if an error occurred during the creation of the Email |
| EmailLayout | String | Based on this layout the email text is produced. In case it is not specified, the default layout is used. |
| ExtraText | String | Extra text that can be added to the printed document and email |
| QuotationDate | Datetime | Date of the quotation printed |
| SendEmailToCustomer | Boolean | Set to True if an email containing the quotation should be sent to the customer |
| SenderEmailAddress | String | Email address from which the email will be sent. If not specified, the company email address will be used. |