Replace a technician's vehicles
replaceTechnicianVehiclesUpdate a technician's assigned vehicles by replacing their current list with specified vehicle IDs. Send an empty list to clear all assignments, ensuring all vehicles belong to the same business.
Instructions
Replace a technician's vehicles
Overwrites the technician's vehicle list with the provided set of vehicle IDs (the vehicles this technician uses). Sending an empty list clears all. Each vehicle ID must belong to the same business. The list is also embedded as vehicle_ids in the technician GET/list response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Technician ID | |
| vehicle_ids | No | Vehicle ids (max 50). Discover via GET /vehicles. |