| Name | Description | Type | Additional information |
|---|---|---|---|
| typeId |
Type job to use as a template, this value is required in order to create any kind of job. |
string |
None. |
| appId |
Optional MaaS Application id for which the job should run. Don't send a value if this is a job not targeting an application. |
integer |
None. |
| venue |
Optional Property/Venue for which the job should run, If this is not a venue job there is no need to send any value. |
string |
None. |
| settings |
Job settings to override from user input when creating the job. |
Collection of QueueJobSetting |
None. |
| schedule |
Optional Date and time in UTC (Universal time format) for which the job should be scheduled. If you which to run this job immediately don't send this parameter. |
date |
None. |
| interval |
Optional interval in seconds between recurrent job execution cycles. 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 display name. |
string |
None. |
| recurrent |
Optional parameter to set a job to be recurrent, or not, the default value is false (not recurrent) |
boolean |
None. |
