assign_technician
Assign a technician to one or more labor line items on a work order using the work order ID, labor item IDs, and technician user ID.
Instructions
Assign a technician to one or more labor line items on a work order. Use list_services (orderId) to find the serviceId, list_labor (orderId + serviceId) to find labor IDs, and list_users to find the technician's user ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderId | Yes | The work order ID the labor line items belong to | |
| laborIds | Yes | One or more labor line item IDs to assign the technician to | |
| technicianId | Yes | The technician/user ID to assign (from list_users) |