Publishing a report set to the versioning system immediately and notifying others of success or failure

If you want to publish the report set CustomerAnalysis.cls that uses the catalog /SampleReports/SampleReports.cat to the versioning system immediately, and notify the user support1, support2, and support3 of success or failure, the URL used for this task is as below:

http://localhost:8888/jrserver?jrs.cmd=jrs.submit_schedule
&jrs.catalog=%2fSampleReports%2fSampleReports.cat
&jrs.task_class=jet.server.schedule.jrtasks.PublishRptTask
&jrs.launch_type=0&jrs.param$P_StartDate=01/01/2006
&jrs.param$p_EndDate=12/31/2007&jrs.uid=admin&jrs.expire_days=30
&jrs.report=%2fSampleReports%2fCustomerAnalysis.cls
&jrs.to_version=true&jrs.to_version_rst=true
&jrs.success_notify=true&jrs.fail_notify=true
&jrs.notification_emails=To%3A+support1@jinfonet.com
%0D%0ACc%3A+support2@jinfonet.com%0D%0ABcc%3A+support3@jinfonet.com%0D%0A