AddJob URL

This URL schedules a job on behalf of a site or store.

Timing of a scheduled job is specified by a start time and an interval. Scheduled jobs can be recurring, running at a specific interval, or only run once.


URL structure


Parameter values


Example 1

The following example adds a job with a specified start time:


Example 2

The following example schedules a job that places an order with a reference number of 3. It runs on behalf of the user wcsadmin, starting on February 21st, 2001 at 12:15 PM and repeats every 5 minutes (300 seconds). If the command fails, one attempt will be made to recover by running it once, 60 seconds after the failure:


Behavior


Exception conditions

Missing required parameters, or invalid parameter values.


Related tasks
Scheduling a broadcast job
Deleting a scheduled job
Editing the configuration for a scheduled job
Maintaining the scheduler
Scheduling a site-level job
Removing job status records from the SCHSTATUS table