jobs.update
Update job status, schedule, notes, or technician. Progress jobs through the pipeline: Scheduled → In Progress → Completed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job ID to update. Required. | |
| notes | No | Updated job notes or instructions. | |
| status | No | New job status. Use jobs.complete for the full completion flow with review requests. | |
| scheduledDate | No | Updated ISO 8601 date/time for rescheduling. | |
| assignedTechnician | No | Updated technician name. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | Updated job with all fields |