-
Notifications
You must be signed in to change notification settings - Fork 0
Sample Modelling
vijayapalponram edited this page Dec 30, 2021
·
2 revisions
Itineraries(Controller - Post, Put, Delete, Patch(Approval), Patch(Cancel))
- Create(Travel From, To, Date, Purpose)
- Update
- Delete
- Approve(Patch)
- Cancel(Patch)
Passengers
- Add([{IternaryId, PassengerName, age,}, {IternaryId, PassengerName, age,}])
- Remove {IternaryId, PassengerId}
HotelBookings
- Create[Iternary, HoteName, CheckIn, CheckouDate, Class, Location, ]
- Update
- Delete
- Cancel
CabBookings
- Create[Iternary, Pickup, Drop, date, time, no of passengers]
- Cancel