NameDescriptionTypeAdditional information
settings

Settings to be added / updated to the job

Collection of QueueJobSetting

None.

schedule

Time must be in Universal Time Format (UTC) Scheduled date and time the job should be run at, if not specifying one do not include. Null Schedule values are translated to "immediate", same happens for schedule times that are in the past.

date

None.

interval

Interval in seconds between recurrent job execution. This parameter will be ignored if the job "JS: recurrent, C#: IsRecurrent" property is set to false. To set a job as recurrent, set its "JS: recurrent, C#: IsRecurrent" property to true.

integer

None.

name

Friendly job name, set to null if you do not which to update this value.

string

None.

statusId

Set to any status if you which to modify the status of an existing job, do not include this property if your intentions are not to modify this parameter.

string

None.

recurrent

Set to true if you which this job be executed as a recurrent job. Note that if a job is set to recurrent but no time is specified, the default value of one day will be provided.

boolean

None.

favorite

boolean

None.