update-work-order
Updates an existing work order by modifying its fields such as description, location, category, priority, status, completion date, and assigned user.
Instructions
Update an existing work order. ALWAYS confirm with user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| WorkOrderId | Yes | Work order ID to update | |
| FullDescription | No | Updated description | |
| LocationId | No | Updated location ID | |
| ServiceCategoryId | No | Updated service category ID | |
| PriorityId | No | Updated priority ID | |
| StatusId | No | Updated status ID | |
| Eta | No | Updated completion date (ISO format) | |
| AssignedId | No | Updated assigned user ID |