Replace a technician's vehicles
replaceTechnicianVehiclesReplace all vehicles assigned to a technician with a new set, or clear the list entirely.
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. |