Job Tracking Timers

Starts a job tracking timer. When the operation is grouped under a work order, the work order operation's timer is started instead; it covers every job operation grouped under it.

post/api/job-tracking-timers/start

Request body

userIdstring nullable

The user identifier to associate the timer to. If not supplied, will use the user assigned to the api key used for authorization

jobIdstring required

The job identifier

itemToMakeIdstring required

The item to make identifier

operationIdstring required

The operation identifier. When the operation is grouped under a work order, the work order operation's timer is started instead and covers every job operation grouped under it

type'setup' | 'run' | 'clockIn' | 'break' | 'labor' | 'machine' required

Response

OK

Changes