Skip to Content

VendorVehicleResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the vehicle[default to null]
car_model_idLongID of the car model[default to null]
car_model_nameStringName of the car model[optional] [default to null]
car_make_nameStringName of the car make/manufacturer[optional] [default to null]
driver_idLongID of the driver who owns this vehicle[default to null]
driver_nameStringFull name of the driver[optional] [default to null]
vehicle_type_idLongID of the vehicle type[default to null]
vehicle_type_nameStringName of the vehicle type[optional] [default to null]
reg_noStringVehicle registration number[default to null]
colorStringVehicle color[default to null]
is_activeBooleanWhether the vehicle is currently active[default to null]
verifiedBooleanWhether the vehicle is verified[default to null]
created_atDateTimestamp when the vehicle was created[default to null]
updated_atDateTimestamp when the vehicle was last updated[default to null]
car_modelCarModelResponse[optional] [default to null]
vehicle_typeVehicleTypeDetail[optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]