roos-fs tasks #146
Updated by Vadim Pariev 10 months ago
**Main scope**
Develop a REST API endpoint that allows retrieval of detailed information about a single vehicle, based on its unique identifier (Vehicle ID or VIN).
**User case**
The technicain finds a a car in the search using a VIN number an then selects the car to view the details in order to prepare the needed instrumnet and spare parts.
**Acceptance Criteria**
- Endpoint is accessible via GET
- Returns full vehicle info as shown in the UI (Name Licence plate, manufacturer, first registration year, model year, model, LP reference number, Customer, vechicle user, location, list of services assigned to it)
<img style="width: 1669px;" src="clipboard-202506300047-avs0e.png"><br>
- Handles cases where vehicle is not found (returns 404)
- Proper error handling and status codes
- Documentation is provided in the WIKI