Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 502 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 502 Bytes

ParkingSpaceApi

// GET ALL CARR api/GetCars
// GET CAR BY ID api/GetCar/1 // POST CAR api/PostCar/Bus&100 // DELETE CAR api/RemoveCar/5

// GET FREE PLACE api/GetCars // GET BOOKED PLACE api/GetBookedPlace // GET CURRENT PLACE api/GetCurrentProfit

// GET ALL TRANSACT api/GetTransactions // GET CUR_M_TRANSACT api/GetLastMinTransactions // GET TRANSACTBYID api/GetTransactionById/{id} // PUT ADDCASHTOCAR api/Put/5