Project

General

Profile

roos-fs tasks #128

Updated by Vadim Pariev 11 months ago

As a mobile application user, I want to search for vehicles using either License Plate (LC) or Vehicle Identification Number (VIN), so that I can quickly find the relevant vehicle details from the database. 

 **What shall the Endpoint allow:** 
 - Search by License Plate (LC)** 
 - Search by VIN 
 - Provide infromation on the vechicle 

 Error Handling: 

 - Return 404 if vehicle is not found. 
 - Return appropriate messages for failed queries. 

 Security: 
 - APIs must be secured (authenticated access only). 
 - Endpoint must be accessible via HTTPS and CORS enabled for mobile 

 API documentation is provided and stored in https://redmine.matecube-internal.ddns.net/projects/roos-fs/documents 


Back