Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Reports per Mail verschicken = | ||
2 | |||
3 | Dieses Command stößt das Versenden von Reports per Mail an. | ||
4 | |||
5 | {{aagon.infobox}} | ||
6 | Das Command funktioniert nur mit nicht interaktiven Reports! | ||
7 | {{/aagon.infobox}} | ||
8 | |||
9 | Die Felder für E-Mail Adressen nehmen Semikolon-separierte Werte entgegen (z.B.: "mail1@aagon.local;mail2@aagon.local"). | ||
10 | |||
11 | {{apimacro title="SendReports Request"}} | ||
12 | {{{<ICQL> | ||
13 | <ACMP> | ||
14 | <SendReports ActionType="Request" version="1"> | ||
15 | <TSendReportsRequest_V1 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
16 | <ReportJobs> | ||
17 | <TReportJob_V1 xsi:type="TReportJob_V1"> | ||
18 | <ReportID>ReportID</ReportID> | ||
19 | <ExportFormat>ExportFormat</ExportFormat> | ||
20 | <! Export Format: | ||
21 | refHTML | ||
22 | refPDF | ||
23 | refXLSX | ||
24 | refRTF | ||
25 | refXML | ||
26 | refPPTX | ||
27 | refDOCX | ||
28 | refODS | ||
29 | refODT | ||
30 | refTXT | ||
31 | refCSV | ||
32 | > | ||
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> | ||
42 | <! Export Format: | ||
43 | refHTML | ||
44 | refPDF | ||
45 | refXLSX | ||
46 | refRTF | ||
47 | refXML | ||
48 | refPPTX | ||
49 | refDOCX | ||
50 | refODS | ||
51 | refODT | ||
52 | refTXT | ||
53 | refCSV | ||
54 | > | ||
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> | ||
65 | </ICQL>}}} | ||
66 | {{/apimacro}} | ||
67 | |||
68 | {{apimacro title="SendReports Response"}} | ||
69 | {{{<ICQL xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
70 | <ACMP> | ||
71 | <SendReportsResponse> | ||
72 | <TSendReportsResponse_V1> | ||
73 | <ResultCode>0</ResultCode> | ||
74 | </TSendReportsResponse_V1> | ||
75 | </SendReportsResponse> | ||
76 | </ACMP> | ||
77 | </ICQL>}}} | ||
78 | {{/apimacro}} |