curl -X POST https://api.drivex.com/api/rentals/789/complete \ -H "Authorization: Bearer YOUR_API_KEY"
Rentals
Complete Rental
POST
/
api
/
rentals
/
{id}
/
complete
curl -X POST https://api.drivex.com/api/rentals/789/complete \ -H "Authorization: Bearer YOUR_API_KEY"
Marks a rental as completed by updating its status to COMPLETED. This is typically called when a vehicle has been returned and the rental period has ended.