dispatch_appointments_set_summary
Set summary notes for an appointment by providing appointment ID, technician ID, and notes content to update the dispatch record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Appointment ID | |
| notes | Yes | Appointment summary notes | |
| technicianId | Yes | Technician ID for the summary | |
| _confirmed | No | Set to true to confirm this write operation |