people_technician_shifts_create
Create technician shifts in ServiceTitan by specifying start/end times, shift type, and details to schedule work assignments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| technicianId | Yes | Technician ID | |
| start | Yes | Shift start timestamp | |
| end | Yes | Shift end timestamp | |
| shiftType | No | Shift type | |
| title | No | Shift title | |
| note | No | Shift note | |
| active | No | Whether the shift is active | |
| timesheetCodeId | No | Timesheet code ID | |
| _confirmed | No | Set to true to confirm this write operation |