This project is not linked to an actual database just yet. As such, testing of this API project requires the use of Postman.
Can only be used at
http://localhost:8080/list/
http://localhost:8080/list/{id number}
Can only be used at
http://localhost:8080/list/
example of body:
{
"id": "4",
"middleini": "X",
"lastname": "Dela Cruz",
"address": "Pampanga",
"mobile": "099999999",
"name": "Juan"
}
Can only be used at
http://localhost:8080/list/{id number}
example of body:
{
"id": "3",
"middleini": "Y",
"lastname": "Elcross",
"address": "Pampang",
"mobile": "091111111",
"name": "John"
}
Can only be used at:
http://localhost:8080/list/{id number}