Aging and archiving Encyclopedia volume items : Aging and archiving an item using the Actuate Information Delivery API : Setting and updating autoarchive rules using IDAPI : Setting an autoarchive schedule when updating an Encyclopedia volume
 
Setting an autoarchive schedule when updating an Encyclopedia volume
Use UpdateVolumeProperties and change properties of SetAutoArchiveSchedules to change an Encyclopedia volume’s autoarchive schedule.
<SOAP-ENV:Body>
<Administrate>
<UpdateVolumeProperties>
<SetAutoArchiveSchedules> <SetSchedules>
<TimeZoneName>PST</TimeZoneName>
<ScheduleDetails>
<JobScheduleDetail>
<ScheduleType>Daily</ScheduleType>
<ScheduleStartDate>2008-12-12
</ScheduleStartDate>
<ScheduleEndDate>2008-12-28</ScheduleEndDate>
<DatesExcluded>
<Date>2008-12-25</Date>
</DatesExcluded>
<DurationInSeconds>1800</DurationInSeconds>
<Daily>
<FrequencyInDays>1</FrequencyInDays>
<OnceADay>07:00:00</OnceADay>
</Daily>
</JobScheduleDetail>
</ScheduleDetails>
</SetSchedules>
</SetAutoArchiveSchedules>
</UpdateVolumeProperties>
</Administrate>
</SOAP-ENV:Body>
As with other Administrate operations, the response to this request is empty when the operation succeeds. If the request fails, the response is an error message.