Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
5.1 | 1 | = Send Reports by Email = |
| |
2.1 | 2 | |
| |
5.1 | 3 | This command triggers the sending of reports by email. |
| |
2.1 | 4 | |
| |
5.1 | 5 | {{aagon.infobox}} |
| 6 | The Command only works with non-interactive reports! | ||
| 7 | {{/aagon.infobox}} | ||
| |
2.1 | 8 | |
| |
5.1 | 9 | The fields for email addresses accept semicolon-separated values (e.g., “mail1@aagon.local;mail2@aagon.local”). |
| 10 | |||
| |
2.1 | 11 | {{apimacro title="SendReports Request"}} |
| |
4.1 | 12 | {{{<ICQL> |
| |
2.1 | 13 | <ACMP> |
| 14 | <SendReports ActionType="Request" version="1"> | ||
| |
4.1 | 15 | <TSendReportsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| |
2.1 | 16 | <ReportJobs> |
| 17 | <TReportJob_V1 xsi:type="TReportJob_V1"> | ||
| 18 | <ReportID>ReportID</ReportID> | ||
| 19 | <ExportFormat>ExportFormat</ExportFormat> | ||
| |
4.1 | 20 | <! Export Format: |
| |
2.1 | 21 | refHTML |
| 22 | refPDF | ||
| 23 | refXLSX | ||
| 24 | refRTF | ||
| 25 | refXML | ||
| 26 | refPPTX | ||
| 27 | refDOCX | ||
| 28 | refODS | ||
| 29 | refODT | ||
| 30 | refTXT | ||
| 31 | refCSV | ||
| |
4.1 | 32 | > |
| |
2.1 | 33 | <MailSubject>MailSubject</MailSubject> |
| 34 | <MailBody>MailBody</MailBody> | ||
| 35 | <MailToRecipients>MailTo</MailToRecipients> | ||
| 36 | <MailCCRecipients>MailCC</MailCCRecipients> | ||
| 37 | <MailBCCRecipients>MailBCC</MailBCCRecipients> | ||
| 38 | </TReportJob_V1> | ||
| 39 | <TReportJob_V1 xsi:type="TReportJob_V1"> | ||
| 40 | <ReportID>ReportID</ReportID> | ||
| 41 | <ExportFormat>ExportFormat</ExportFormat> | ||
| |
4.1 | 42 | <! Export Format: |
| |
2.1 | 43 | refHTML |
| 44 | refPDF | ||
| 45 | refXLSX | ||
| 46 | refRTF | ||
| 47 | refXML | ||
| 48 | refPPTX | ||
| 49 | refDOCX | ||
| 50 | refODS | ||
| 51 | refODT | ||
| 52 | refTXT | ||
| 53 | refCSV | ||
| |
4.1 | 54 | > |
| |
2.1 | 55 | <MailSubject>MailSubject</MailSubject> |
| 56 | <MailBody>MailBody</MailBody> | ||
| 57 | <MailToRecipients>MailTo</MailToRecipients> | ||
| 58 | <MailCCRecipients>MailCC</MailCCRecipients> | ||
| 59 | <MailBCCRecipients>MailBCC</MailBCCRecipients> | ||
| 60 | </TReportJob_V1> | ||
| 61 | </ReportJobs> | ||
| 62 | </TSendReportsRequest_V1> | ||
| 63 | </SendReports> | ||
| 64 | </ACMP> | ||
| |
4.1 | 65 | </ICQL>}}} |
| |
2.1 | 66 | {{/apimacro}} |
| 67 | |||
| 68 | {{apimacro title="SendReports Response"}} | ||
| |
4.1 | 69 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| |
2.1 | 70 | <ACMP> |
| 71 | <SendReportsResponse> | ||
| 72 | <TSendReportsResponse_V1> | ||
| 73 | <ResultCode>0</ResultCode> | ||
| 74 | </TSendReportsResponse_V1> | ||
| 75 | </SendReportsResponse> | ||
| 76 | </ACMP> | ||
| |
4.1 | 77 | </ICQL>}}} |
| |
2.1 | 78 | {{/apimacro}} |

