JOC API

Version 1.11.2

Download RAML
JOC API
/orders/start
POST

Starts orders

this resource can be used in the GUI for three functions

  • start immediatly
  • start at (with at)
  • start at parametrised (with at and params)


Parameters in the POST body schema

Name Type Description Example Default
jobschedulerId required, string JobScheduler Master ID scheduler
orders required, array Specified the orders which should be modified. [{
"jobChain":"/sos/reporting/Inventory",
"orderId":"Inventory"
"at":"now+10"
}]
at optional, string
field of each orders item
start time in ISO format yyyy-mm-dd HH:MM[:SS] or now or now + HH:MM[:SS] or now + SECONDS now+10 now
params optional, array
field of each orders item
Parameter params:[{"name":"...","value":"..."}]
auditLog optional, object Object which contains comment, timeSpent and ticketLink. {
"comment":"It was not really necessary!",
"timeSpent":2
}
comment optional, string Field in auditLog to comment this action, e.g. the reason.
timeSpent optional, string Field in auditLog to enter the time spent in minutes. 5
ticketLink optional, string Field in auditLog to enter a link to a corresponding ticket.