This example shows how to run a schedule once of a Web Intelligence document in Microsoft Excel format via FTP.
POST /documents/8002/schedules
Request body:
<schedule> <name>nameOfSchedule</name> <format type="xls"/> <destination> <ftp> <host>vs0202.dhcp.pgdev.sap.corp</host> <port>21</port> <username>admin</username> <password>admin</password> <directory>\vs0202.dhcp.pgdev.sap.corp\FTP</directory> </ftp> </destination> <once retriesAllowed="2" retryIntervalInSeconds="60"> <startdate>2012-08-26T15:58:51.000+02:00</startdate> <enddate>2013-08-27T15:58:51.000+02:00</enddate> </once> </schedule>