Create Worker Order
Creates an order for a specific worker. The id in the request body refers to the orderable item ID from configuration, and p_id is the worker’s personnel ID.
Authorizations
Path Parameters
Worker ID
Body
Orderable item ID from GET /config (time_tracking.personnel_orderables).
Worker's personnel ID.
Response
Created
A worker order for an orderable item (e.g., uniforms, equipment).
Order identifier.
Worker's personnel identifier.
Company identifier.
Personnel ID of the user who placed the order.
Orderable item ID from configuration.
Name of the ordered item.
Cost of the order (e.g. "27.00").
Raw order timestamp (YYYY-MM-DD HH:mm:ss).
Human-readable order date (e.g. "Mar 19, 2026").
Order status: "0" = pending, "1" = approved, "2" = completed.
0, 1, 2 Response message from the approver, if any.
Name of the person who submitted the order.
Email address associated with the order.
Deduction type identifier for payroll.
Timestamp of the last status change (YYYY-MM-DD HH:mm:ss).