updatescheduledtask

Description

Input

Parameter Requirement Level Default Comment
hour required n/a Hour parameter is in 24-hour clock format (00 to 23)
minute required n/a Minute parameter is in 24-hour clock format (0 to 60)
days optional 7 If not specified, default is 7 days
overwrite optional 0 If not specified, tables will be appended not replaced
concurrent optional 1 If not specified, Quinyx SOAP API queries will run concurrently

Output

  • { "Result": "Task scheduler updated and started successfully." }
  • Example Query

    https://falckws.com/updatescheduledtask?hour=00&minute=00&days=150&overwrite=0&concurrent=0