register_driver
Add a new driver and vehicle to Atithi's booking system, capturing contact, license, vehicle info, and current location for dispatch.
Instructions
Register a new driver and their vehicle in the Atithi system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address | ||
| phone | Yes | Unique phone number | |
| full_name | Yes | Driver full name | |
| make_model | Yes | Vehicle make and model | |
| vehicle_type | Yes | Type of vehicle (e.g. SUV, Sedan) | |
| license_number | Yes | Unique driving license number | |
| seating_capacity | Yes | Number of passenger seats | |
| current_location_id | Yes | Current location ID (from Locations table) | |
| registration_number | Yes | Vehicle registration plate number |