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.