people_trucks_update
Update truck information in ServiceTitan, including details like assignments, specifications, and operational status for fleet management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Truck display name | |
| number | No | Truck number/code | |
| description | No | Truck description | |
| active | No | Whether the truck is active | |
| businessUnitId | No | Business unit ID | |
| employeeId | No | Assigned employee ID | |
| technicianId | No | Assigned technician ID | |
| inventoryLocationId | No | Inventory location ID | |
| warehouseId | No | Warehouse ID | |
| licensePlate | No | License plate | |
| vin | No | Vehicle identification number | |
| make | No | Vehicle make | |
| model | No | Vehicle model | |
| year | No | Vehicle model year | |
| color | No | Vehicle color | |
| memo | No | Internal note | |
| externalData | No | External data entries | |
| id | Yes | Truck ID | |
| _confirmed | No | Set to true to confirm this write operation |