CreateVendorVehicleRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| car_model_id | Long | ID of the car model | [default to null] |
| driver_id | Long | ID of the driver who owns this vehicle | [default to null] |
| vehicle_type_id | Long | ID of the vehicle type | [default to null] |
| reg_no | String | Vehicle registration number | [default to null] |
| color | String | Vehicle color | [default to null] |
| is_active | Boolean | Whether the vehicle should be active | [optional] [default to null] |
| verified | Boolean | Whether the vehicle is verified | [optional] [default to null] |