dispatch_appointments_set_summary
Set notes and technician for a dispatch appointment. Use the confirmed flag to finalize the update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID | |
| notes | Yes | Appointment summary notes | |
| _confirmed | No | Set to true to confirm this write operation | |
| technicianId | Yes | Technician ID for the summary |