Skip to content

Postman API Testing

Sachinthana Buddhika edited this page Jun 19, 2024 · 2 revisions

Postman API Testing

User Login and Registration

User Login Table

image

Register a new User (POST)

image

image

Read user to login (GET[id])

image

Computer Department Exam Hall Bookings

Computer Department Exam Hall Table

image

Create a Reservation (POST)

image

Reservations (GET)

image

Get a Reservation by id (GET[id])

image

Update a Reservation (PUT)

Change the start time and end time

image

image

After update

image

Delete a Reservation (Delete)

image

Drawing Hall Bookings

image

Create a Reservation (POST)

image

Get All Reservations (GET)

image

Get a Reservation by id (GET[id])

image

Update a Reservation (PUT) Lets update above(id=25) reservation student count in to 100

image

Delete a Reservation (Delete) Reservation Id=24 image

Mail Sending

Send a mail to relevant lecture about Confirm reservation

image

image

Clone this wiki locally