Running, printing, and viewing a document : Running or printing a job : Working with a job notification : Notifying a channel using UpdateJobSchedule
 
Notifying a channel using UpdateJobSchedule
To notify a channel using UpdateJobSchedule, set one of the following elements:
*SetChannelNotificationByName
*SetChannelNotificationById
The following operation uses SetChannelNotificationByName to specify two channels to notify, Accounts and Daily messages:
<SOAP-ENV:Body>
<Administrate>
<UpdateJobSchedule>
<UpdateJobScheduleOperationGroup>
<UpdateJobScheduleOperation>
<SetAttributes>
<RunLatestVersion>false</RunLatestVersion>
<InputFileName>/office-info.rptdesign;
</InputFileName>
</SetAttributes>
<SetParameters>
<RetryOption>VolumeDefault</RetryOption>
</SetParameters>
<SetChannelNotificationByName>
<String>Accounts</String>
<String>Daily messages</String>
</SetChannelNotificationByName>
</UpdateJobScheduleOperation>
</UpdateJobScheduleOperationGroup>
<Id>8</Id>
</UpdateJobSchedule>
</Administrate>
</SOAP-ENV:Body>
As with many administrative operations, this request returns an empty response.