Use this endpoint to update one or multiple jobs.
Documentation Index
Fetch the complete documentation index at: https://api-docs.hellotracks.com/llms.txt
Use this file to discover all available pages before exploring further.
RW). You are not able to change the id of a job, but most job properties are modifiable.
Special Attributes:
worker field with a username to assign/reassign a jobreceiverUid field with a UID to assign/reassign a jobreceiverUid to empty string "" to unassign a jobtpl- prefix in the job IDcustomFields to replace all custom fields on a job: [{"key":"...","val":"..."}]customFields: array of key/value objects, for example [{ "key": "PO_Number", "val": "PO-2026-1234" }] (this clears and replaces all existing custom fields for that job).notify:true if you want to generate a notification in case the progress status of this job changed (e.g., job completion, rejection, check-in/out).
To omit creating notifications for this job modification, set notify:false.
The notify attribute is optional and defaults to true.workers_edit_job setting is enabled. Changes to the day field by workers require this permission.