create-work-order
Create a work order by providing description, location, service category, and priority. Optionally assign a user, vendor, or department and set an estimated completion date.
Instructions
Create a new work order. Requires description, location, service category, and priority. ALWAYS confirm with user before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| FullDescription | Yes | Full description of the work order | |
| LocationId | Yes | Location ID | |
| ServiceCategoryId | Yes | Service category ID | |
| PriorityId | Yes | Priority ID | |
| Eta | No | Requested completion date (ISO format) | |
| AssignedId | No | User ID to assign | |
| VendorAssignedId | No | Vendor ID to assign | |
| AssignedDepartmentId | No | Department ID to assign |