20- Using POSTMAN API to POST your REST APIs

 Steps taken to POST your API on POSTMAN

1-     Download and Open POSTMAN API.

2-    Choose the method you want to execute(POST).

3-   Write your URL Path " http://localhost:8080/api/employees"

4-    Choose the format which you are submitting data in my case is body-> raw -> json

5-   Submit  and wait for Response..

6-   Check your MySQL Workbench to see your changes OR HttpStatus . 


Creating or Posting your first entry

Image 1


Creating or Posting your second entry

Image 2 


Creating or Posting your third entry

Image 3


Creating or Posting your fourth entry

Image 4


Creating or Posting your fifth entry

Image 5


Checking Updates on MySQL

Image 6


Comments

Popular posts from this blog

INDEX OF Zeek Spring Boot