UpdateVendorVehicleRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| car_model_id | Long | Updated car model ID | [optional] [default to null] |
| driver_id | Long | Updated driver ID | [optional] [default to null] |
| vehicle_type_id | Long | Updated vehicle type ID | [optional] [default to null] |
| reg_no | String | Updated registration number | [optional] [default to null] |
| color | String | Updated vehicle color | [optional] [default to null] |
| is_active | Boolean | Updated active status | [optional] [default to null] |
| verified | Boolean | Updated verification status | [optional] [default to null] |