cURL
curl --request POST \ --url https://api.ai2fin.com/api/vehicles \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "make": "<string>", "model": "<string>", "year": 123, "registrationNumber": "<string>", "businessUsePercentage": 123 }'
Add vehicle for ATO logbook and travel deductions
JWT token obtained from /api/auth/login endpoint
Vehicle registered