This example shows how to add a new now schedule with file system destination specifying a specific folder destination (the default folder is not used). The document is saved in the tmp directory of drive C.
POST <webiURL>/documents/8002/schedules
Request body in an XML file:
<schedule> <name>SystemDestinationAndSpecificFolder</name> <format type="pdf"/> <destination> <filesystem> <username>{name of user}</username> <password>{user's password}</password> <directory>c:/tmp/</directory> </filesystem> </destination> </schedule>