people_technician_shifts_update
Update technician shift details including type, schedule, and status to manage workforce availability and assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Technician shift ID | |
| shiftType | No | Shift type | |
| title | No | Shift title | |
| note | No | Shift note | |
| active | No | Whether the shift is active | |
| technicianId | No | Technician ID | |
| start | No | Shift start timestamp | |
| end | No | Shift end timestamp | |
| timesheetCodeId | No | Timesheet code ID | |
| _confirmed | No | Set to true to confirm this write operation |