Skip to main content

Start Operation Timer

POST 

/api/manufacturing/mo-operations/:moOperation/start

Start the per-operation timer (shop-floor use). Stamps started_at=now() and sets operator_id to the authenticated user. Rejects with 422 if the operation is already done.

Required scope: manufacturing:write

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Returns 422 with code = mo_locked when the parent manufacturing order is Completed, Closed, or Cancelled — operations on a terminal order are immutable.

Request

Responses

OK

Response Headers
    Content-Type